How to write a Matlab-function which returns a reduced row form of matrix

1 view (last 30 days)
I have the following matrix M = [ 0 0 1 2; 1 2 1 0; 2 4 3 2; 1 2 2 2 ] and the function needs to reduce rows, but it is not the same as rref fuction.

Answers (1)

Jack  Gallahan
Jack Gallahan on 28 Nov 2018
Could this post be of use? It shows how to find the reduced form a matrix without using rref.

Categories

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

Products


Release

R2015a

Community Treasure Hunt

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

Start Hunting!