About 143,000 results
Open links in new tab
  1. solve - Equations and systems solver - MATLAB - MathWorks

    You can solve symbolic equations where the unknowns are symbolic functions or their derivatives. For example, create a quadratic equation that involves the symbolic function f (x).

  2. fsolve - Solve system of nonlinear equations - MATLAB - MathWorks

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

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

  4. Equation Solving - MATLAB & Simulink - MathWorks

    You can solve algebraic equations, differential equations, and differential algebraic equations (DAEs). Solve algebraic equations to get either exact analytic solutions or high-precision …

  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. ode45 - Solve nonstiff differential equations — medium order …

    ode45 is a versatile ODE solver and is the first solver you should try for most problems. However, if the problem is stiff or requires high accuracy, then there are other ODE solvers that might be …

  8. vpasolve - Solve symbolic equations numerically - MATLAB

    You can solve equations symbolically using solve, and then numerically approximate the results using vpa. Using this approach, you get numeric approximations of all solutions found by the …

  9. linsolve - Solve linear system of equations - MATLAB - MathWorks

    Solve a linear system with both mldivide and linsolve to compare performance. mldivide is the recommended way to solve most linear systems of equations in MATLAB®.

  10. dsolve - Solve system of differential equations - MATLAB

    This MATLAB function solves the differential equation eqn, where eqn is a symbolic equation.