Why I am trying what I am trying in my ode program
Subject: Why I am trying what I am trying in my ode program
From: Barton Willis
Date: Fri, 10 Aug 2012 11:33:15 +0000
OK here is one thing my code doesn't handle:
(%i10) taylor_solve_de('diff(y,x)^2 - mu* y, x, y, xo=0,yo=1,n=4);
subst: improper argument: [[g37374=sqrt(mu)],[g37374=-sqrt(mu)]]
The code could try each solution returned by algsys.
--Barton