I am learning the syntax of using Fricas to solve an ode. I am using 8.10 
chapter in this link for reference

http://fricas.github.io/book.pdf 

I think I am entering it correctly, but it gives me an error. Fricas 1.3.6

y:=operator 'y 
ode := x^3* D(y x, x)^2+x*D(y x, x)- y x=0
solve(ode, y, x) 

 
   >> Error detected within library code:
   getlincoeff: not an appropriate ordinary differential equation

Does this mean Fricas can not solve nonlinear ode's and Am I making a 
syntax error somewhere?
Thanks
--Nasser



-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/86601039-380d-41e6-bc50-7d6a1fa565f7n%40googlegroups.com.
  • [fricas-devel] How... 'Nasser M. Abbasi' via FriCAS - computer algebra system

Reply via email to