Question: Question about "subs"

Hi,

I have a problem with "subs" command in maple. When I use it the outcome does not show only the final result. It shows the (middle operations=final result).

For example, suppose that v(t)=x^2+1 is a function obtained from some calculations and L:=h*u(t). WhenI use: f:=subs(u(t)=v(t),L); it shows: h*u(t)=h*v(t)=h*(x^2+1). I want to show only the final results: h*(x^2+1). It make a problem in my next calculation in solving some differential equations.

 

Regards,

Please Wait...