- Hands-On C++ Game Animation Programming
- Gabor Szauer
- 94字
- 2021-06-30 14:45:59
Cofactor
To find the cofactor of a matrix, first, calculate the matrix of minors. After the matrix of minors is known, multiply every element, (i, j), in the matrix by -1 to the i + j power. The value of Add -1(i+j) power forms a convenient checkerboard pattern with + always being at the top left:

Figure 3.7: A checkerboard pattern of -1 to the i + j power
The preceding diagram shows the checkerboard pattern that Add -1(i+j) creates. Notice how the pattern always starts with a positive element in the top left.
推薦閱讀
- Learning Neo4j
- Learning Python by Building Games
- Learning Salesforce Einstein
- Learning jQuery(Fourth Edition)
- Kubernetes進(jìn)階實(shí)戰(zhàn)
- RubyMotion iOS Develoment Essentials
- C指針原理揭秘:基于底層實(shí)現(xiàn)機(jī)制
- Python趣味編程與精彩實(shí)例
- SignalR:Real-time Application Development(Second Edition)
- 深入分析GCC
- Java 9 with JShell
- Mastering Unreal Engine 4.X
- Design Patterns and Best Practices in Java
- 大話程序員:從入門到優(yōu)秀全攻略
- Learning Apache Thrift