Invertible matrix: Difference between revisions
Jump to navigation
Jump to search
imported>LilyKitty about inverse function |
(No difference)
|
Latest revision as of 20:14, 7 August 2021
In linear algebra, there are certain matrices which have the property that when they are multiplied with another matrix, the result is the identity matrix (the matrix with ones on its main diagonal and 0 everywhere). If is such a matrix, then is called invertible and its inverse is called ,[1] with:[2]
There are algorithms for calculating the inverse of a matrix, with Gaussian elimination being a common example. The problem is that finding the inverse is relatively expensive to do for big matrices. Matrix inversion is used extensively in computer graphics.