Home > Matrix & Vector > Matrix operation > Pivots of a Matrix example

16. Pivots of a Matrix example ( Enter your problem )
  1. Example `[[8,-6,2],[-6,7,-4],[2,-4,3]]`
  2. Example `[[3,2,4],[2,0,2],[4,2,3]]`
  3. Example `[[1,1,1],[-1,-3,-3],[2,4,4]]`
  4. Example `[[2,3],[4,10]]`

4. Example `[[2,3],[4,10]]`





Find Pivots of a Matrix ...
`[[2,3],[4,10]]`


Solution:
First apply Gaussian Elimination method to find Pivots
`A` = 
`2``3`
`4``10`


`R_2 larr R_2-2xx R_1`

 = 
`2``3`
`0``4`


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 Submit Here





Share this solution or page with your friends.
 
 
Copyright © 2026. All rights reserved. Terms, Privacy
 
 

.