> 8/(5*2);

[Maple Math]

[Maple Math]

> 5/6^2;

[Maple Math]

> 5+2;

[Maple Math]

> %-3;

[Maple Math]

> 5!;

[Maple Math]

> 2+3;
  2-3:

[Maple Math]

> 2+3-\
  5-2;

[Maple Math]

> (x^2)$5;

[Maple Math]

One example (You did not have to do the double-ditto mark):

> 2+3;

[Maple Math]

> 2-3;

[Maple Math]

> %%+2; #The double ditto mark returns the next to the last piece of output

[Maple Math]

Maple stores 442 in the variable x. That is because Maple's order of operations says that it evaluates assignment last. Therefore, Maple has already evaluated 2+5(88) before it stores it into a variable.

 

Close this window