Question: Is it possible to make maple show calculation steps

For example I input:

 a := 1;
 b := 2;
 c := a+b;

then I press "cntr+=", and Maple gives me the answer:

 c := a+b=3

Is it possible to make maple show calculation steps, not only the result?

 c := a+b=1+2=3

This has been branched into the following page(s):
Please Wait...