Solve with integrating an implicit function
|
06-22-2014, 01:23 AM
Post: #6
|
|||
|
|||
RE: Solve with integrating an implicit function
Hi,
Why don't you use solve instead of fsolve? Since y^5+y=x is a polynomial in y for each fixed x, solve(y^5+y=x,y) seems to be faster than fsolve. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)