2. Example `[[3,2,4],[2,0,2],[4,2,3]]` (Previous example) | 4. Example `[[1,2,3],[0,1,0],[2,3,1]]` (Next example) |
3. Example `[[1,1,1],[-1,-3,-3],[2,4,4]]`
Find Expanding determinant along row / column ... `[[1,1,1],[-1,-3,-3],[2,4,4]]` Expanding determinant along row 3Solution:`|A|` | = | | `1` | `1` | `1` | | | `-1` | `-3` | `-3` | | | `2` | `4` | `4` | |
|
`=2 xx (1 xx (-3) - 1 xx (-3))-4 xx (1 xx (-3) - 1 xx (-1))+4 xx (1 xx (-3) - 1 xx (-1))` `=2 xx (-3 +3)-4 xx (-3 +1)+4 xx (-3 +1)` `=2 xx (0)-4 xx (-2)+4 xx (-2)` `=0+8-8` `=0`
This material is intended as a summary. Use your textbook for detail explanation. Any bug, improvement, feedback then
2. Example `[[3,2,4],[2,0,2],[4,2,3]]` (Previous example) | 4. Example `[[1,2,3],[0,1,0],[2,3,1]]` (Next example) |
|