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

  • Thread starter tony blair
  • Start date
  • Tags
    Inverse
In summary, the process of finding the inverse of a matrix is the same as solving a system of equations. The matrix is first adjoined with an identity matrix, then fully row reduced until the left matrix has all 1's on the diagonal and 0's everywhere else. The right matrix will then be the inverse. It is important to check that the determinant is not zero before starting the row reduction process. An alternative way to find the determinant is by using a calculator or software program.
  • #1
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
  • #2
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.
 
  • #3
If you are going to do row reduction by hand on a 4x4 matrix or larger always check that the determinant is not zero before you start. If it is zero, there is no inverse to the matrix.
 
  • #4
But the simplest way to find the determinant of a large matrix is row reduction!
 
  • #5
Originally posted by HallsofIvy
But the simplest way to find the determinant of a large matrix is row reduction!

Nah, the simplest way is det(A) in Matlab. :wink:
 
  • #6
Actually, I found the determinant by entering the matrix into my TI-89 calculator!
 

1. What is the purpose of determining the inverse?

The inverse is used to reverse a mathematical operation and find the original input from a given output. It is often used in solving equations, finding the composition of functions, and understanding the relationship between two variables.

2. How do you determine the inverse of a function?

To determine the inverse of a function, first switch the x and y variables. Then, solve for y to get the inverse function. It is important to check that the inverse is a valid function by making sure that the original function and its inverse are both one-to-one.

3. Can every function have an inverse?

No, not every function has an inverse. For a function to have an inverse, it must be a one-to-one function. This means that each input has a unique output, and no two inputs can have the same output. If a function is not one-to-one, it does not have an inverse.

4. What is the notation used for inverse functions?

The notation used for inverse functions is f-1. So, the inverse of a function f(x) would be written as f-1(x). This notation can also be used for inverse trigonometric functions, such as sin-1(x) or cos-1(x).

5. How is the inverse of a function graphically represented?

The inverse of a function is graphically represented by reflecting the original function over the line y=x. This means that the x and y coordinates of each point on the original function are switched to create the inverse function. Visually, this creates a mirror image of the original function.

Similar threads

  • Introductory Physics Homework Help
Replies
8
Views
941
  • Introductory Physics Homework Help
Replies
1
Views
685
  • Introductory Physics Homework Help
Replies
11
Views
687
  • Introductory Physics Homework Help
Replies
12
Views
788
  • Introductory Physics Homework Help
Replies
15
Views
259
  • Introductory Physics Homework Help
Replies
6
Views
757
  • Introductory Physics Homework Help
Replies
6
Views
483
  • Introductory Physics Homework Help
Replies
10
Views
2K
  • Introductory Physics Homework Help
Replies
6
Views
774
  • Introductory Physics Homework Help
Replies
3
Views
547
Back
Top