About 79,600 results
Open links in new tab
  1. linsolve - Solve symbolic linear equations in matrix form - MATLAB

    This MATLAB function solves the matrix equation AX = B, where A is a symbolic matrix and B is a symbolic column vector.

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

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

    Linear System with Sparse Matrix Solve a simple system of linear equations using sparse matrices. Consider the matrix equation A*x = B.

  4. linsolve - Solve linear system of equations - MATLAB

    Solve Linear System 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®. However, …

  5. Solve a System of Differential Equations - MATLAB & Simulink

    Solve systems of differential equations, including equations in matrix form, and plot solutions.

  6. solve - Equations and systems solver - MATLAB - MathWorks

    Solve Quadratic Equation Solve the quadratic equation without specifying a variable to solve for. solve chooses x to return the solution.

  7. How to Solve matrix equations in Matlab - MathWorks

    Sep 20, 2021 · I am trying to solve the following set of matrix equations The values of r1, r2, r3 and are known. The values of and are to be found by solving this equation in matlab. i attempt to do this us...

  8. fsolve - Solve system of nonlinear equations - MATLAB

    Examine Matrix Equation Solution Find a matrix X that satisfies X * X * X = [1 2 3 4], starting at the point x0 = [1,1;1,1]. Create an anonymous function that calculates the matrix equation and create the point …

  9. lyap - Solve continuous-time Lyapunov equation - MATLAB

    Use lyap to solve the special and general forms of the Lyapunov equation.

  10. vpasolve - Solve symbolic equations numerically - MATLAB

    This MATLAB function numerically solves the equation eqn for the variable var using variable-precision arithmetic and returns the solutions with 32 significant digits by default.