Post Reply 
Solve function giving [ ] result
05-06-2014, 06:52 AM
Post: #2
RE: Solve function giving [ ] result
If you run solve on an equation with approx data, then fsolve is called instead. Since no interval or guess is provided, the solver tries bisection in tan(-1.57)..tan(1.57), but unfortunately the solutions are outside. You can either give a bisection interval and call fsolve, or run solve(exact(your_equation))
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Solve function giving [ ] result - Rich - 05-06-2014, 01:07 AM
RE: Solve function giving [ ] result - parisse - 05-06-2014 06:52 AM



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