Finding Inverse of A Matrix: Example A

Click For Summary

Discussion Overview

The discussion revolves around the process of finding the inverse of a specific 4x4 matrix, A, using row operations. Participants explore various methods and clarify steps involved in the matrix inversion process, particularly in the context of linear algebra.

Discussion Character

  • Homework-related
  • Technical explanation
  • Conceptual clarification

Main Points Raised

  • One participant asks how to take the inverse of the matrix A and provides the specific matrix for reference.
  • Another participant suggests using row operations to transform the matrix A into the identity matrix, indicating that the resulting matrix will be the inverse.
  • A participant seeks clarification on what is meant by "row operations" and questions the specific steps to take after setting up the identity matrix next to A.
  • There is a suggestion that the original poster may be working on a homework problem related to linear algebra, questioning their familiarity with the topic.
  • A link to an external example is provided to assist with understanding the technique for finding inverse matrices.
  • Another participant describes basic row operations, such as addition of rows and multiplication by a scalar, and suggests a specific approach to achieve row echelon form.

Areas of Agreement / Disagreement

Participants express varying levels of familiarity with the topic, and while some provide guidance on methods, there is no consensus on the best approach or the completeness of the explanation. The discussion remains unresolved regarding the specific steps to take in the matrix inversion process.

Contextual Notes

Some participants assume prior knowledge of linear algebra concepts, which may limit the clarity of the discussion for those less familiar with the subject. There are also unresolved details regarding the execution of row operations and the specific sequence of steps needed to find the inverse.

mrroboto
Messages
35
Reaction score
0
How do you take the inverse of a matrix?

The specific example I have is

A=

1 1 1 1
1 1 1 3
1 1 3 3
1 3 3 3

Find A^-1
 
Physics news on Phys.org
There are loads of ways. The quickest is probably to write the identity matrix to the right of A, and then to perform row operations such that the left hald becomes the identity. The matrix on the right is then the inverse.
 
what do you mean by "row operations?

so I take

1 1 1 1
1 1 1 3
1 1 3 3
1 3 3 3

and put

1 0 0 0
0 1 0 0
0 0 1 0
0 0 0 1

next to it...and then what? add? multiply?
 
Is this a homework problem? Are you in a linear algebra class? If so, you should have covered this; if not, then I presume you haven't studied linear algebra, so I'm not sure why you'd want to find this inverse.
 
Ok, I'll look.
 
Last edited:
Thanks. That was very helpful.
 
This is quiet an easy thing to do. Row operations are many but the most basic ones are addition of two rows, substitution and multiplication by a scalar.
Your goal is to make look like
1111 1000
1113 0100
1133 0010
1333 0001
I would suggest that you subtract the first row from every other row making all elements in the first column underneath the first entry zeros.
Do the same for each column to reduce your matrix to row echelon form.
Remember to execute the same operations on your identity matrix as well!

Good luck.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 33 ·
2
Replies
33
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K