How to solve this non-linear system of equations?
|
07-02-2014, 05:15 PM
Post: #3
|
|||
|
|||
RE: How to solve this non-linear system of equations?
You can not use conditions for multivariate systems with approx coefficients, you can only give an initial guess, and if it is not far from a solution, fsolve will return a solution up to machine precision. Your solution does not seem to work by the way:
fsolve([eq1,eq2],[x,y],[11.3,302.5]) returns [-3.39546756307,313.410392968] (with degree mode) |
|||
« 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: 2 Guest(s)