Using Maple, create the following selection using Text Mode and Maple Input. The italicized print is Maple Input.

Maple is a useful program. It lets me find things like 2 + 2. I can also find x - 2, 22 + x, and 44 + x - y.

To create Maple Input, follow the directions on the previous page. The math expressions you need are 2+2, x-2, 22+x, and 44+x-y.

Bonus: Can you add this onto the end of the above paragraph?

Maple can also multiply. Can you find 2x?

The math expression you need is 2*x.

 

Compute the following using Maple

2+3-2

> 2+3-2;

[Maple Math]

3(2)-5

> 3*2-5;

[Maple Math]

Extra credit!

[Maple Math]

> 8/(5*2);

[Maple Math]

(You must enclose numerators and denominators in parenthesis.)

[Maple Math]

> 5/(6^2);

[Maple Math]

(Exponents are denoted by the caret symbol.)

Close this window