Find Matrix Rank ...
`[[2,3],[4,10]]`
Solution:
Now, reduce this matrix
interchanging rows `R_1 harr R_2`
`R_1 larr R_1-:4`
`R_2 larr R_2-2xx R_1`
`R_2 larr R_2-:-2`
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