How do I find the rank of a matrix using Gaussian elimination?
1 Answer
Oct 28, 2014
The rank of a matrix can be found by using Gaussian elimination to turn a matrix in reduced row echelon form then count the number of nonzero rows.
I hope that this was helpful.