Solving Systems of Equations

Find(var1, var2, ...) Returns the values of var1, var2... that satisfy the equations and inequalities in a Solve Block. If you are solving for n variables, the solve block must have n equations. Matrix notation is allowed, as is solving for matrix variables. The Find function chooses an appropriate method from a group of available methods, depending on whether the problem is linear or nonlinear, and other attributes.

Arguments:

Notes:

QuickSheet

Related Topics