Pivot the matrix about the top left element 2 4 2 2 8 1 The
Pivot the matrix about the top left element. [2 4 2 2 8 1] The result of pivoting is _____ .
Solution
Add (-2 * row1) to row2
Add (-1 * row1) to row3
Add (1/4 * row2) to row3
The matrix has 2 pivots namely 2 and 4 which are above the zero elements
| 2 | 2 |
| 0 | 4 |
| 2 | 1 |
![Pivot the matrix about the top left element. [2 4 2 2 8 1] The result of pivoting is _____ .Solution Add (-2 * row1) to row2 Add (-1 * row1) to row3 Add (1/4 * Pivot the matrix about the top left element. [2 4 2 2 8 1] The result of pivoting is _____ .Solution Add (-2 * row1) to row2 Add (-1 * row1) to row3 Add (1/4 *](/WebImages/33/pivot-the-matrix-about-the-top-left-element-2-4-2-2-8-1-the-1095748-1761577788-0.webp)