Hello,
it's my first utilisation of MAPLE, and I want to determine the max of a function y(x). I have this differentiel equation with 2 variables :
a*diff(y(x),x,x) + b*(diff(y(x),x)-diff(z(x),x)) + c*diff(y(x),x) + d*y(x) + e*(y(x)-z(x))= 0;
I resolve it whith the function "dsolve", and now and I want to calculat the max of the function y(x).
can any body help me ??!!!
thanks