How Do I Calculate the Inverse of Matrix P and Determine Eigenvectors?

  • Thread starter Thread starter matrix_204
  • Start date Start date
  • Tags Tags
    Diagonalization
Click For Summary

Homework Help Overview

The discussion revolves around calculating the inverse of a matrix and determining eigenvectors, specifically focusing on a 2x2 matrix example. Participants explore methods for finding the inverse and inquire about formulas applicable to larger matrices.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the formula for the inverse of a 2x2 matrix and question whether similar formulas exist for 3x3 matrices. There are inquiries about the determinant and its role in finding the inverse. Additionally, participants express interest in alternative methods for determining eigenvectors beyond the standard equations.

Discussion Status

Some participants have provided insights into the calculation of the inverse for 2x2 matrices and clarified the definition of the determinant. There is ongoing exploration regarding the calculation of eigenvectors, with suggestions to engage in manual calculations for better understanding.

Contextual Notes

Participants are navigating through specific examples and formulas while discussing the challenges associated with calculating eigenvectors and inverses, indicating a focus on foundational concepts in linear algebra.

matrix_204
Messages
99
Reaction score
0
Could someone tell me how to get the P(inverse), P^-1. For example I read all the examples in my book and it has like given the matrix for P and then it finds the matrix for P(inverse)Vo , how do i find P^-1. Plz help me quickly.
Ex. P= | 2 -1 |
asdfasf| 3 as1 |
and Vo=| 1 |
iiiiiiiiiiiiiiiiii| 1 |

so P^-1Vo=1/5 [ 2 -1](transpose)
 
Last edited:
Physics news on Phys.org
For two by two matrices, it is easy.

For a 2x2 matrix

[tex]A = \left(\begin{array}{cc}a&b\\c&d\end{array}\right)[/tex]

The inverse is just...

[tex]A^{-1} = \frac{1}{\|A\|} \left(\begin{array}{cc}d&-b\\-c&a\end{array}\right)[/tex]
 
thank you very much, it saved me so much time, also, is there a formula for a 3x3 matrix too or no.

btw is ||A||= a^2 + b^2 - c^2 - d^2,
just wondering, i don't know if that's right but what would it be for a 2x2 matrix.
 
Last edited:
ok got it, thanx
 
And no, what I had

[tex]\|A\|[/tex] is the determinant of A. For a 2x2 matrix

[tex]A = \left(\begin{array}{cc}a&b\\c&d\end{array}\right)[/tex]

[tex]\|A\| = ad - bc[/tex]
 
I have one more question, because sometimes its hard to figure out the eigenvector, i was wondering is there a easier way to figure what what the eigenvectors are besides using the equation
http://mathworld.wolfram.com/eimg422.gif
 
Last edited by a moderator:
I don't recall so. But please, do yourself a favor and don't work them out by hand. It's just too much boring arithmetic...
 
matrix_204 said:
I have one more question, because sometimes its hard to figure out the eigenvector, i was wondering is there a easier way to figure what what the eigenvectors are besides using the equation
http://mathworld.wolfram.com/eimg422.gif

Just to clarify terminology, that equation you linked to gives the eigenvalues, which you then use to find the eigenvectors by looking at the nullspace of [tex]A-\lambda I[/tex], where [tex]\lambda[/tex] is an eigenvalue.

I do suggest you work these out by hand when first learning them. You're more likely to understand what an eigenvector is if you're swimming through the arithmetic trenches than if you're simply entering a matrix into a computer or calculator and having it spit out some answers for you. Of course if you feel you have fully mastered the concept, by all means use mechanical aid (and certainly don't shy from using it to check your work). Just my opinion.
 
Last edited by a moderator:

Similar threads

Replies
1
Views
1K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 33 ·
2
Replies
33
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 14 ·
Replies
14
Views
5K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
2
Views
2K
  • · Replies 14 ·
Replies
14
Views
5K