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 Leibniz formula for determinant ... `[[3,2,4],[2,0,2],[4,2,3]]`Solution: | `3` | `2` | `4` | | | `2` | `0` | `2` | | | `4` | `2` | `3` | |
`= 3xx0xx3 - 3xx2xx2 - 2xx2xx3 + 2xx2xx4 + 4xx2xx2 - 4xx0xx4 ` `=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) |
|