Session 4.1 Part d A Maple program created as a text file.

> restart;

> read `/home/ceng303/maple/fib`;

[Maple Math]

Executing the program gives:

> fib(5);

[Maple Math]

> fib(10);

[Maple Math]

>