fsolve() crash with given Interval
|
06-05-2014, 01:24 PM
Post: #1
|
|||
|
|||
fsolve() crash with given Interval
The example for fsolve given in the help sytem is
fsolve([x^2+y-2 x+y^2-2],[x y],[0 0]) and solves to [1. 1.]. However if I change the guesses into intervals both, prime and emulator crash. No error message nor result. Should fsolve work with intervals for 2 variable expressions or is there something wrong with that? The expression causing the crash is fsolve([x^2+y-2 x+y^2-2],[x y],[-1..1 -1..1]) |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 8 Guest(s)