The Divine Zephyr
- 27
- 0
Anyone know how to do it? Please provide an easy explanation. Please help. Thank you.
The discussion revolves around methods for inverting 3 by 3 matrices, exploring various techniques and concepts related to linear algebra, including Gaussian elimination and the role of determinants in determining the existence of an inverse.
Participants express differing views on the methods for inverting matrices and the definitions of singular and nonsingular matrices. There is no consensus on a single approach or understanding, and some points remain contested.
Limitations include potential misunderstandings of linear algebra concepts, such as the definitions of singular and nonsingular matrices, and the application of Gaussian elimination. There is also uncertainty regarding the formula for the inverse of a matrix.
a b c | 1 0 0
d e f | 0 1 0
g h i | 0 0 1
1 0 0 | x y z
0 1 0 | p q w
0 0 1 | r t u
Originally posted by Muzza
Isn't it like inverting any other form of matrix? You write up your matrix and the identity matrix like so:
Code:a b c | 1 0 0 d e f | 0 1 0 g h i | 0 0 1
And perform Gaussian elimination until you reach:
Code:1 0 0 | x y z 0 1 0 | p q w 0 0 1 | r t u
Then the matrix to the right of the |-signs is the inverse you're looking for.
Originally posted by franz32
Of course, not all matrices have an inverse, or what we call a nonsingular matrix. This is very "special" later in the topic.
One example is the use of determinants.
Start with basics