Post Reply 
Solve with integrating an implicit function
06-23-2014, 09:23 AM
Post: #10
RE: Solve with integrating an implicit function
The best reference is to look at the source code of giac in solve.cc, the in_fsolve function does the job :-)
For polynomial-like equations, if you don't provide a guess or call bisection, proot is used. If the equation is not recognized to be polynomial then bisection is called.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Solve with integrating an implicit function - parisse - 06-23-2014 09:23 AM



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