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

    For nonpolynomial equations and systems without symbolic parameters, the numeric solver returns only one solution (if a solution exists). If solve cannot find a solution and ReturnConditions is true, solve …

  2. Solve System of Linear Equations - MATLAB & Simulink

    From the result in X, the solutions of the system are x = 3, y = 1, and z = 5. Solve System of Linear Equations Using solve Use solve instead of linsolve if you have the equations in the form of …

  3. Systems of Linear Equations - MATLAB & Simulink - MathWorks

    Systems of Linear Equations Computational Considerations One of the most important problems in technical computing is the solution of systems of simultaneous linear equations. In matrix notation, …

  4. Solve System of Algebraic Equations - MATLAB & Simulink

    Solve a Linear System of Equations Linear systems of equations can also be solved using matrix division. For example, solve this system.

  5. Equation Solving - MATLAB & Simulink - MathWorks

    Solve a System of Differential Equations Solve a Second-Order Differential Equation Numerically Solve Partial Differential Equation of Tsunami Model Solve Differential Algebraic Equations (DAEs) This …

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

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

  7. fsolve - Solve system of nonlinear equations - MATLAB

    Solution of 2-D Nonlinear System This example shows how to solve two nonlinear equations in two variables. The equations are

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

  9. ode45 - Solve nonstiff differential equations — medium order method ...

    This MATLAB function, where tspan = [t0 tf], integrates the system of differential equations y'=f(t,y) from t0 to tf with initial conditions y0.

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