Question: Integration in maple


 Hello every one,how do i integrate from this expression?

``

restart

ode := (1+B*T(x))*(diff(T(x), x, x))-M^2*T(x)^(n+1)+B*(diff(T(x), x))^2;

(1+B*T(x))*(diff(diff(T(x), x), x))-M^2*T(x)^(n+1)+B*(diff(T(x), x))^2

(1)

``

 

Download integral.mw

 

 

Please Wait...