Question: Show an expression

Hi everyone, I have a question:

In case if I assign for example:

x:=2:

y:=3:

z:=x+y;

Maple will print (output) solution in form :

                                                         z:=5

 

But I need solution in form something like:

                                                        z:=x+y=2+3=5

How can I do that?

Thanks everyone in advance!

Please Wait...