- 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.
推薦閱讀
- Embedded Linux Projects Using Yocto Project Cookbook
- Instant Testing with CasperJS
- Git Version Control Cookbook
- 華為HMS生態與應用開發實戰
- ASP.NET Core 2 and Vue.js
- Apache Spark 2 for Beginners
- RTC程序設計:實時音視頻權威指南
- Django:Web Development with Python
- 零基礎學單片機C語言程序設計
- Mastering JavaScript Design Patterns(Second Edition)
- The Professional ScrumMaster’s Handbook
- C++寶典
- Mastering Linux Security and Hardening
- Mastering Embedded Linux Programming
- Java EE 8 and Angular