Post Reply 
ODE's
10-16-2014, 06:03 AM
Post: #3
RE: ODE's
For linear ODE with constant coeffs, the answer is expressed with constants that are the value of y and derivatives at x=0.
Y:=desolve(y'' + y' - 6*y = 10*e^2*x - 18*e^3*x - 6*x - 11; normal(subst(Y,x=0));normal(subst(diff(Y,x),x=0));

For x^2*y'-3*x*y-y^2=0, it is an homogeneous equation, and you get the solution as parametric curves. Observe that the nspire misses the solution y=0.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
ODE's - lrdheat - 10-15-2014, 08:06 PM
RE: ODE's - mlpalacios8 - 10-16-2014, 12:13 AM
RE: ODE's - parisse - 10-16-2014 06:03 AM
RE: ODE's - parisse - 10-16-2014, 07:55 AM



User(s) browsing this thread: 1 Guest(s)