Post Reply 
Solving Large Systems of Equations
06-30-2016, 01:39 PM
Post: #4
RE: Solving Large Systems of Equations
What kind of system is it? For a linear system, the command is linsolve. For several linear systems with same matrix, it's lu + linsolve. Should work without problem with dozens of equations and variables on the calc.
For non linear systems, if the system is polynomial you can try solve. Otherwise you must use an iterative method, fsolve provides that.
If you get a strange error message, please send us the system.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Solving Large Systems of Equations - MattH - 06-30-2016, 10:19 AM
RE: Solving Large Systems of Equations - parisse - 06-30-2016 01:39 PM



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