Find Matrix Rank ...
`[[2,3],[4,10]]`Solution:Now, reduce this matrix
interchanging rows `R_1 harr R_2`
`R_2 larr R_2-1/2xx R_1`
The rank of a matrix is the number of non all-zeros rows
`:. Rank = 2`
This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then