- Hands-On C++ Game Animation Programming
- Gabor Szauer
- 40字
- 2021-06-30 14:45:58
A 2 x 2 determinant
To find the determinant of a 2 x 2 matrix, subtract the product of the diagonal elements. The following diagram demonstrates this:

Figure 3.5: A 2 x 2 matrix and the formula for the determinant