Post Reply 
Simplify differential equation
02-05-2015, 07:21 AM
Post: #2
RE: Simplify differential equation
[a]:=desolve(diff(y,t)=t^3*y^2+2t*y,t,y);
then lin(a) returns (-1/2*(t^2-1)+c_0*exp(-t^2))^-1
I don't think it's the same as your book.
simplify(diff(a,t)-(t^3*a^2+2t*a) returns 0, but
b:=1/(c*e^(t^2)-(2+t^2))
simplify(diff(b,t)-(t^3*b^2+2t*b))
does not return 0.
Perhaps you made a mistake in entering the equation, or the book solution is wrong.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Simplify differential equation - salvomic - 02-04-2015, 11:31 PM
RE: Simplify differential equation - parisse - 02-05-2015 07:21 AM
RE: Simplify differential equation - Han - 02-05-2015, 07:43 PM



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