Why I am trying what I am trying in my ode program



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