How can I find the inverse of this matrix using any method?

  • Thread starter Thread starter tony blair
  • Start date Start date
  • Tags Tags
    Inverse
Click For Summary

Homework Help Overview

The discussion revolves around finding the inverse of a given 4x4 matrix, with participants exploring various methods and approaches related to matrix operations.

Discussion Character

  • Exploratory, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss methods such as row reduction and the use of calculators for finding determinants. There is mention of adjoining an identity matrix to the original matrix as part of the row reduction process.

Discussion Status

The conversation includes attempts to clarify the process of inverting a matrix, with some participants providing insights into row reduction techniques and the importance of fully reducing the matrix. There is no explicit consensus on a single method, but various approaches are being explored.

Contextual Notes

One participant expresses a desire for a quick solution, indicating a potential urgency in the homework context. There is also a light-hearted comment about using software tools, suggesting varying levels of familiarity with the matrix inversion process among participants.

tony blair
Could someone show me how to determine the inverse to this
Any method



A solution today would be great!


A= 2 1 -3 1
-3 -2 0 2
2 1 0 -1
1 0 1 2
 
Last edited by a moderator:
Physics news on Phys.org
step one: enter the matrix into mathematica...

er... jk. :smile:


I presume you know how to do row reduction in the context of solving equations right?

The work done in inverting a matrix is the same as in solving a system of equations. You first adjoin an identity matrix to your matrix (instead of adjoining a single column). e.g.

Code:
/  2  1 -3  1 |  1  0  0  0 \
| -3 -2  0  2 |  0  1  0  0 |
|  2  1  0 -1 |  0  0  1  0 |
\  1  0  1  2 |  0  0  0  1 /

Now, you row reduce your original matrix, just like you would when solving a system of equations. You have to fully row reduce it so the left hand matrix has a diagonal of all 1's and 0's everywhere else (iow you can't partially reduce it). Then, the right hand matrix will be the inverse you were trying to compute.
 
But the simplest way to find the determinant of a large matrix is row reduction!
 
Actually, I found the determinant by entering the matrix into my TI-89 calculator!
 

Similar threads

Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
13
Views
1K
Replies
35
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 10 ·
Replies
10
Views
4K
Replies
15
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K