How to solve this non-linear system of equations?
|
07-02-2014, 06:54 PM
Post: #7
|
|||
|
|||
RE: How to solve this non-linear system of equations?
For exact data *and* polynomial system, you can find all solutions in theory, therefore conditions on variables *could* be checked. For everything else, there is no hope. The best I can imagine is to compute a grid of points in a given product of intervals, find the smallest in absolute value and start an iterative algorithm with this guess.
This is really something everyone should understand before using fsolve/solve and so. Sorry, no blackbox here... |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to solve this non-linear system of equations? - alexzkter - 07-02-2014, 01:44 PM
RE: How to solve this non-linear system of equations? - slawek39 - 07-02-2014, 03:59 PM
RE: How to solve this non-linear system of equations? - parisse - 07-02-2014, 05:15 PM
RE: How to solve this non-linear system of equations? - alexzkter - 07-02-2014, 05:54 PM
RE: How to solve this non-linear system of equations? - slawek39 - 07-02-2014, 05:42 PM
RE: How to solve this non-linear system of equations? - alexzkter - 07-02-2014, 05:58 PM
RE: How to solve this non-linear system of equations? - parisse - 07-02-2014 06:54 PM
|
User(s) browsing this thread: