- Hands-On C++ Game Animation Programming
- Gabor Szauer
- 57字
- 2021-06-30 14:45:59
Laplace expansion
The determinant (if one exists) of any square matrix can be found through Laplace expansion. To perform this, first find the cofactor matrix. Next, multiply every element in the first row of the original matrix by the corresponding element in the first row of the cofactor matrix. The determinant is the sum of these multiplications:
