2. Example `[[1,2,3,2],[3,0,1,8],[2,-2,-2,6]]` (Previous example) | 4. Example `[[-2,2,6,0],[0,6,7,5],[1,5,4,5]]` (Next example) |
3. Example `[[3,-1,-1],[2,-2,1]]`
Find Column Space ... `[[3,-1,-1],[2,-2,1]]`
Solution:
Now, reduce the matrix to row echelon form `R_2 larr R_2-2/3xx R_1`
= | | `3` | `-1` | `-1` | | | `0` | `-4/3` | `5/3` | |
|
The rank of a matrix is the number of non all-zeros rows `:. Rank = 2`
Column Space : The matrix has 2 pivots and Pivots are in the columns 1 and 2. We know that these columns in the original matrix define the column space of the matrix. `:.` The Column Space is
`[[3],[2]],[[-1],[-2]]`
This material is intended as a summary. Use your textbook for detail explanation. Any bug, improvement, feedback then
2. Example `[[1,2,3,2],[3,0,1,8],[2,-2,-2,6]]` (Previous example) | 4. Example `[[-2,2,6,0],[0,6,7,5],[1,5,4,5]]` (Next example) |
|