필터 지우기
필터 지우기

How to solve the pivoting matrix for row reduction?

조회 수: 3 (최근 30일)
Shenshen Yang
Shenshen Yang 2021년 11월 24일
답변: Prasanna Konyala 2022년 1월 26일
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!

답변 (1개)

Prasanna Konyala
Prasanna Konyala 2022년 1월 26일
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.

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by