Post Reply 
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)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to solve this non-linear system of equations? - parisse - 07-02-2014 05:15 PM



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