4. Example `[[1,2,3],[0,1,0],[2,3,1]]`
Find Leibniz formula for determinant ... `[[1,2,3],[0,1,0],[2,3,1]]`Solution: | `1` | `2` | `3` | | | `0` | `1` | `0` | | | `2` | `3` | `1` | |
`= 1xx1xx1 - 1xx0xx3 - 2xx0xx1 + 2xx0xx2 + 3xx0xx3 - 3xx1xx2 ` `=-5`
This material is intended as a summary. Use your textbook for detail explanation. Any bug, improvement, feedback then
|