|
|
Code is changed on 22.07.2025, Now it also works for Complex Number.
For wrong or incomplete solution, please submit the feedback form.
So, I will try my best to improve it soon.
|
|
|
|
Solution
|
Solution provided by AtoZmath.com
|
|
Expanding determinant along row / column calculator
|
1. `[[8,-6,2],[-6,7,-4],[2,-4,3]]`
2. `[[6,-2,2],[-2,3,-1],[2,-1,3]]`
3. `[[3,2,4],[2,0,2],[4,2,3]]`
4. `[[1,1,1],[-1,-3,-3],[2,4,4]]`
5. `[[2,3],[4,10]]`
6. `[[5,1],[4,2]]`
|
Example1. Find Expanding determinant along row / column ... `[[8,-6,2],[-6,7,-4],[2,-4,3]]` Expanding determinant along row 2Solution:`|A|` | = | | `8` | `-6` | `2` | | | `-6` | `7` | `-4` | | | `2` | `-4` | `3` | |
|
`=6 xx (-6 xx 3 - 2 xx (-4))+7 xx (8 xx 3 - 2 xx 2)+4 xx (8 xx (-4) - (-6) xx 2)` `=6 xx (-18 +8)+7 xx (24 -4)+4 xx (-32 +12)` `=6 xx (-10)+7 xx (20)+4 xx (-20)` `=-60+140-80` `=0`
|
|
|
|
|