Gaussian elimination method with MatLab

2 views (last 30 days)
Lukumon Kazeem
Lukumon Kazeem on 3 Aug 2012
Please how can I use MatLab to perform Gaussian elimination on the matrix
[1 2 3, 2 -1 -1, 3 2 1].
The answer for the above matrix extracted from the text book is
[1 2 -3, 0 -5 5, 0 0 6].
  1 Comment
Matt Kindig
Matt Kindig on 7 Aug 2012
Edited: Matt Kindig on 7 Aug 2012
I think rref is what you want.
doc rref
By the way, your "reduced" matrix reduces further to the 3x3 identity matrix.

Sign in to comment.

Answers (0)

Categories

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

Community Treasure Hunt

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

Start Hunting!