Find Pivots of a Matrix ...
`[[2,3],[4,10]]`
Solution:
First apply Gaussian Elimination method to find Pivots
`R_2 larr R_2-2xx R_1`
Pivots are the first non-zero element in each row of this eliminated matrix.
`:.` Pivots are `2,4`
This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then