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
To find the inverse of the given matrix, one effective method is to use row reduction. Begin by adjoining the identity matrix to the original matrix and perform row operations to achieve a diagonal of all 1's on the left side. This process mirrors solving a system of equations and requires complete reduction for accuracy. The resulting matrix on the right side will be the inverse. Utilizing a calculator, such as a TI-89, can simplify finding the determinant during this process.
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!
 
The book claims the answer is that all the magnitudes are the same because "the gravitational force on the penguin is the same". I'm having trouble understanding this. I thought the buoyant force was equal to the weight of the fluid displaced. Weight depends on mass which depends on density. Therefore, due to the differing densities the buoyant force will be different in each case? Is this incorrect?

Similar threads

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