{"id":38,"date":"2013-11-08T15:46:23","date_gmt":"2013-11-08T15:46:23","guid":{"rendered":"\/\/3dbym.ru\/2013\/11\/determinants-of-matrices\/"},"modified":"2013-11-08T15:46:23","modified_gmt":"2013-11-08T15:46:23","slug":"determinants-of-matrices","status":"publish","type":"post","link":"https:\/\/3dbym.ru\/2013\/11\/determinants-of-matrices\/","title":{"rendered":"Determinants of Matrices"},"content":{"rendered":"
A determinant is a scalar value calculated from the elements of a matrix. Determinants of matrices are useful for many tasks, such as solving system\u2019s linear equations and calculating the area of a parallelogram or parallelepiped. You\u2019ll use determinants in game programming to calculate the inverse of a matrix. I will show you how to calculate the determinant, but I will not show you any of its applications, other than using it to find the inverse of a matrix.<\/p>\n
The determinant of a 2×2 matrix is the easiest to calculate. All you need to do is multiply the top-left and bottom-right values together, and then subtract the product of the bottom-left and the top-right values as shown in Figure 1.7.<\/p>\n
<\/p>\n<\/p>\n
<\/p>\n
\n 1 5<\/p>\n 7 3<\/p>\n<\/td>\n<\/tr>\n<\/table>\n
|