- Hands-On C++ Game Animation Programming
- Gabor Szauer
- 153字
- 2021-06-30 14:45:58
Minor
Every element in a matrix has a minor. The minor of an element is the determinant of a smaller matrix that eliminates the row and column of the element. For example, consider a 3 x 3 matrix—what is the minor of element 2, 1?
First, eliminate row 2 and column 1 from the matrix. This will result in a smaller 2 x 2 matrix. The determinant of this 2 x 2 matrix is the minor of element 2, 1. The following diagram demonstrates this:

Figure 3.6: The minor of element 2, 1 in a 3 x 3 matrix
This formula works for higher-dimension matrices as well. For example, the minor of an element in a 4 x 4 matrix is the determinant of some smaller, 3 x 3 matrix. A matrix of minors is a matrix where every element is the minor of the corresponding element from the input matrix.
- 極簡算法史:從數(shù)學到機器的故事
- GAE編程指南
- Vue.js設計與實現(xiàn)
- Banana Pi Cookbook
- HTML5+CSS3網(wǎng)頁設計
- Apache Spark 2.x for Java Developers
- PySide 6/PyQt 6快速開發(fā)與實戰(zhàn)
- Python深度學習:模型、方法與實現(xiàn)
- Web性能實戰(zhàn)
- .NET Standard 2.0 Cookbook
- Arduino機器人系統(tǒng)設計及開發(fā)
- Photoshop智能手機APP界面設計
- 黑莓(BlackBerry)開發(fā)從入門到精通
- Sitecore Cookbook for Developers
- Dart:Scalable Application Development