- 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.
推薦閱讀
- Designing Machine Learning Systems with Python
- Java EE 6 企業級應用開發教程
- Learning C++ Functional Programming
- 精通軟件性能測試與LoadRunner實戰(第2版)
- MATLAB實用教程
- Visual C++數字圖像處理技術詳解
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- Serverless架構
- RSpec Essentials
- 從零開始學Linux編程
- 學習OpenCV 4:基于Python的算法實戰
- 并行編程方法與優化實踐
- Learning Bootstrap 4(Second Edition)
- PhoneGap 4 Mobile Application Development Cookbook
- 百萬在線:大型游戲服務端開發