About 97,600 results
Open links in new tab
  1. 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.

  2. 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.

  3. 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.

  4. fsolve - Solve system of nonlinear equations - MATLAB

    Solve the nonlinear system starting from the point [0,0] and observe the solution process.

  5. Solve Equations Numerically - MATLAB & Simulink - MathWorks

    Numerically solve equations to arbitrarily high precision, use search ranges, and visualize results.

  6. Solve System of Linear Equations - MATLAB & Simulink

    This example shows how to solve a system of linear equations using the Symbolic Math Toolbox™.

  7. 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.

  8. solve - Solve optimization problem or equation problem

    Description Use solve to find the solution of an optimization problem or equation problem.

  9. 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.

  10. 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.