Post Reply 
Using fsolve() to solve non-linear system equation
06-25-2019, 06:24 AM
Post: #7
RE: Using fsolve() to solve non-linear system equation
Multivariate solve works for polynomial systems (or polynomial like). This is not the case for your system. Since your system is triangular, you can solve it by calling solve twice, first with second equation and variable x, then with 1st equation and variable y.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Using fsolve() to solve non-linear system equation - parisse - 06-25-2019 06:24 AM



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