Using fsolve() to solve non-linear system equation
|
06-24-2019, 05:53 PM
(This post was last modified: 06-24-2019 05:54 PM by parisse.)
Post: #2
|
|||
|
|||
RE: Using fsolve() to solve non-linear system equation
For univariate equations, a sign change on an interval warrants a root for a continuous fonction, it's not hard to implement a numeric solver on an interval. There is unfortunately no easy generalization for multivariate fonctions. That's why there is only an iterative implementation for generic systems, requiring a initial guess. However, polynomial systems like your system can be solved without initial guess with solve or fsolve (with [x,y] as 2nd argument).
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Using fsolve() to solve non-linear system equation - teerasak - 06-24-2019, 08:00 AM
RE: Using fsolve() to solve non-linear system equation - parisse - 06-24-2019 05:53 PM
RE: Using fsolve() to solve non-linear system equation - toml_12953 - 06-24-2019, 11:48 PM
RE: Using fsolve() to solve non-linear system equation - teerasak - 06-24-2019, 06:14 PM
RE: Using fsolve() to solve non-linear system equation - Helge Gabert - 06-25-2019, 01:50 AM
RE: Using fsolve() to solve non-linear system equation - teerasak - 06-25-2019, 04:19 AM
RE: Using fsolve() to solve non-linear system equation - parisse - 06-25-2019, 06:24 AM
RE: Using fsolve() to solve non-linear system equation - teerasak - 06-25-2019, 07:26 AM
|
User(s) browsing this thread: 1 Guest(s)