Borrar filtros
Borrar filtros

How to solve the pivoting matrix for row reduction?

3 visualizaciones (últimos 30 días)
Shenshen Yang
Shenshen Yang el 24 de Nov. de 2021
Respondida: Prasanna Konyala el 26 de En. de 2022
Suppose A is singular and B is the row echelon form for A, we have a pivoting matrix M such that M*A=B, is there an easy command to find M? Thanks!

Respuestas (1)

Prasanna Konyala
Prasanna Konyala el 26 de En. de 2022
Given a singular matrix (A) and its row echelon form (B), pivoting matrix (M) can be computed by right matrix division,
ie, M = A/B.
If the echelon matrix is not given, you can use "rref" function to compute the reduced echelon form of the matrix.Since reduced echelon form is also an echelon form it can be used to compute the pivoting matrix.
Refer this document to know more about "rref" function.

Categorías

Más información sobre Linear Algebra en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by