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