
solve - Equations and systems solver - MATLAB - MathWorks
The solve function returns a structure when you specify a single output argument and multiple outputs exist. Solve a system of equations to return the solutions in a structure array.
Solve Algebraic Equations - MATLAB & Simulink - MathWorks
This topic shows you how to solve an equation symbolically using the symbolic solver solve. To compare symbolic and numeric solvers, see Select Numeric or Symbolic Solver.
Solving Symbolic Equations - MATLAB & Simulink - MathWorks
The solve function returns a structure when you specify a single output argument and multiple outputs exist. Solve a system of equations to return the solutions in a structure array.
fsolve - Solve system of nonlinear equations - MATLAB
Solve the nonlinear system starting from the point [0,0] and observe the solution process.
Solve Equations Numerically - MATLAB & Simulink - MathWorks
Numerically solve equations to arbitrarily high precision, use search ranges, and visualize results.
Solve System of Linear Equations - MATLAB & Simulink
This example shows how to solve a system of linear equations using the Symbolic Math Toolbox™.
Equation Solving - MATLAB & Simulink - MathWorks
Solve algebraic equations to get either exact analytic solutions or high-precision numeric solutions. For analytic solutions, use solve, and for numerical solutions, use vpasolve.
solve - Solve optimization problem or equation problem
Description Use solve to find the solution of an optimization problem or equation problem.
Choose an Approach for Solving Equations Using solve Function
The solve function attempts to find symbolic solutions to your equations. If solve cannot symbolically solve an equation, it tries to find a numerical solution using vpasolve.
Solve systems of linear equations Ax = B for x - MATLAB
Solve a simple system of linear equations using sparse matrices. Consider the matrix equation A*x = B.