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

    This MATLAB function solves the symbolic equation eqn for the variable var.

  2. Solve Algebraic Equations - MATLAB & Simulink - MathWorks

    Solve Algebraic Equations Symbolic Math Toolbox™ offers both symbolic and numeric equation solvers. This topic shows you how to solve an equation symbolically using the symbolic solver …

  3. fsolve - Solve system of nonlinear equations - MATLAB

    To solve a system of equations F(x) = 0, the solver generally attempts to minimize the sum of squared function values r = Σ (Fi(x))2. Both r and ∇ r should be zero at a solution.

  4. Solve System of Linear Equations - MATLAB & Simulink

    Use solve instead of linsolve if you have the equations in the form of expressions and not a matrix of coefficients. Consider the same system of linear equations.

  5. linsolve - Solve linear system of equations - MATLAB

    This MATLAB function solves the linear system AX = B using one of these methods: When A is square, linsolve uses LU factorization with partial pivoting.

  6. Solve systems of linear equations Ax = B for x - MATLAB

    This MATLAB function solves the system of linear equations A*x = B.

  7. Equation Solving - MATLAB & Simulink - MathWorks

    Solve Differential Algebraic Equations (DAEs) This example show how to solve differential algebraic equations (DAEs) by using MATLAB® and Symbolic Math Toolbox™.

  8. linsolve - Solve symbolic linear equations in matrix form - MATLAB

    Calling linsolve for numeric matrices that are not symbolic objects invokes the MATLAB ® linsolve function. This function accepts real arguments only. If your system of equations uses complex …

  9. Solve Equations Numerically - MATLAB & Simulink - MathWorks

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

  10. Solve System of Algebraic Equations - MATLAB & Simulink

    Solve systems of equations, handle solutions, apply conditions, and plot results.