How do I get a matrix with its vector in reduced row-echelon form?

3 views (last 30 days)
I want to get the reduced row-echelon form of the matrix with its vector(b) in the rref. For example if the matrix and vector is in te form [A|b] I want that rref.

Answers (1)

Star Strider
Star Strider on 10 Mar 2018
Use the matrix you described to solve the matrix equation.
If you also want the inverse of ‘A’, horizontally concatenate an identity matrix the same size as ‘A’ to the matrix you described.
I leave the rest to you.
Experiment to get the result you want.

Categories

Find more on Creating and Concatenating Matrices in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!