Matrices and eigen value problems

In summary: If you want to see some more details, I can elaborate, but I think you can take it from there.)In summary, to show that I - BA is invertible, we can use the fact that I - AB is invertible and the property that the determinant of a product of matrices is equal to the product of their determinants. To show that AB and BA have the same eigenvalues, we can use a similar approach and consider the matrix B(I-AB)^{-1}A+I as a candidate for the inverse of I-BA.
  • #1
elphin
18
0

Homework Statement



Let A and B be nxn matrices over reals. Show that I - BA is invertible if I - AB is invertible. Deduce that AB and BA have the same eigen values

Homework Equations



det(AB) = det(A).det(B)

The Attempt at a Solution



given: (I-AB) is invertible

-> det(I-AB) is not equal to 0

i.e. (-1)^n times det(AB-I) is not equal to 0
i.e. (-1)^n times det(AB)-det(I) is not equal to 0
i.e. (-1)^n times det(A).det(B)-det(I) is not equal to 0
i.e. (-1)^n times det(B).det(A)-det(I) is not equal to 0
i.e. (-1)^n times det(BA)-det(I) is not equal to 0
i.e. (-1)^n times det(BA-I) is not equal to 0

-> det(I-BA) is not equal to 0

and hence (I - BA) is invertible, if (I - AB) is invertible

as regards to the second part i have not got it yet...
 
Physics news on Phys.org
  • #2
While the determinant may be linear in the rows and columns of a matrix, it is in general NOT linear with respect to entire matrices. That is, [itex] \det (A+B) \neq \det A + \det B[/itex].

Hint: take a look at the matrix [itex]B(I-AB)^{-1}A+I[/itex].
 
  • #3
Also, for the eigenvalues, try multiplying the eigenvalue/vector equation [itex]ABx = \lambda x[/itex] by a certain matrix to transform it into an equation involving BA.
 
  • #4
stringy said:
While the determinant may be linear in the rows and columns of a matrix, it is in general NOT linear with respect to entire matrices. That is, [itex] \det (A+B) \neq \det A + \det B[/itex].

Hint: take a look at the matrix [itex]B(I-AB)^{-1}A+I[/itex].

i am just a little confused here.. see..
 

Attachments

  • 123.jpg
    123.jpg
    16.7 KB · Views: 568
  • #5
Make up two 2x2 matrices. Odds are they they will provide a counterexample to

[tex] \det (A+B) = \det A +\det B.[/tex]

Or, for a more general argument with 2x2's, suppose

[tex] A= \begin{bmatrix} \leftarrow & a_1 &\rightarrow \\ \leftarrow & a_2 & \rightarrow\end{bmatrix}, \quad B= \begin{bmatrix} \leftarrow & b_1 &\rightarrow \\ \leftarrow & b_2 & \rightarrow\end{bmatrix}[/tex]

where [itex]a_1,a_2[/itex] and [itex] b_1,b_2[/itex] are the rows of A and B, respectively. Then

[tex] \det (A+B) = \det \begin{bmatrix} a_1+b_1 \\ a_2+b_2\end{bmatrix} = \det \begin{bmatrix}a_1 \\a_2+b_2\end{bmatrix}+\det\begin{bmatrix}b_1 \\a_2+b_2\end{bmatrix}=\det\begin{bmatrix}a_1 \\a_2\end{bmatrix}+\det\begin{bmatrix}a_1 \\b_2\end{bmatrix}+\det\begin{bmatrix}b_1 \\a_2\end{bmatrix}+\det\begin{bmatrix}b_1 \\b_2\end{bmatrix} = \det A + \det B +\det\begin{bmatrix}a_1 \\b_2\end{bmatrix}+\det\begin{bmatrix}b_1 \\a_2\end{bmatrix}. [/tex]

If those extra terms vanish, then [itex] \det (A+B) =\det A +\det B[/itex]. But in general, it's not true. It would be nice if it were though. :smile: Remember it's ONLY linear in the rows and columns, not the entire matrix itself. This is also the reason that if A is nxn, then

[tex] \det (cA) = c^n \det A.[/tex]
 
  • #6
stringy said:
Make up two 2x2 matrices. Odds are they they will provide a counterexample to

[tex] \det (A+B) = \det A +\det B.[/tex]

Or, for a more general argument with 2x2's, suppose

[tex] A= \begin{bmatrix} \leftarrow & a_1 &\rightarrow \\ \leftarrow & a_2 & \rightarrow\end{bmatrix}, \quad B= \begin{bmatrix} \leftarrow & b_1 &\rightarrow \\ \leftarrow & b_2 & \rightarrow\end{bmatrix}[/tex]

where [itex]a_1,a_2[/itex] and [itex] b_1,b_2[/itex] are the rows of A and B, respectively. Then

[tex] \det (A+B) = \det \begin{bmatrix} a_1+b_1 \\ a_2+b_2\end{bmatrix} = \det \begin{bmatrix}a_1 \\a_2+b_2\end{bmatrix}+\det\begin{bmatrix}b_1 \\a_2+b_2\end{bmatrix}=\det\begin{bmatrix}a_1 \\a_2\end{bmatrix}+\det\begin{bmatrix}a_1 \\b_2\end{bmatrix}+\det\begin{bmatrix}b_1 \\a_2\end{bmatrix}+\det\begin{bmatrix}b_1 \\b_2\end{bmatrix} = \det A + \det B +\det\begin{bmatrix}a_1 \\b_2\end{bmatrix}+\det\begin{bmatrix}b_1 \\a_2\end{bmatrix}. [/tex]

If those extra terms vanish, then [itex] \det (A+B) =\det A +\det B[/itex]. But in general, it's not true. It would be nice if it were though. :smile: Remember it's ONLY linear in the rows and columns, not the entire matrix itself. This is also the reason that if A is nxn, then

[tex] \det (cA) = c^n \det A.[/tex]

thanks a lot.. any idea then how to solve the first part of the problem.. i am stuck...
 
  • #7
Did you take a look at the hint in my first post? Try verifying that that matrix is the inverse you're looking for.
 
  • #8
stringy said:
Did you take a look at the hint in my first post? Try verifying that that matrix is the inverse you're looking for.

ya .. well i didnt understand .. i wish you could break it down for me.. and how you got the idea to solve it... is there any particular book that's good for "matrices" and "linear algebra" . . . ?
 
  • #9
stringy said:
Did you take a look at the hint in my first post? Try verifying that that matrix is the inverse you're looking for.

also could you help me out with this problem too..
 

Attachments

  • 1a.jpg
    1a.jpg
    29.8 KB · Views: 480
  • #10
For future reference, start a new thread when you have a new question. You'll get a lot more traffic and lots more help. :smile:

EDIT: I wrote a big long post, but then forgot to ask the most important question first! Can you show me what you've tried so far?
 
Last edited:
  • #11
stringy said:
For future reference, start a new thread when you have a new question. You'll get a lot more traffic and lots more help. :smile:

EDIT: I wrote a big long post, but then forgot to ask the most important question first! Can you show me what you've tried so far?

well what i have tried so far has been the wrong approach as you have pointed out.. thanks for that ... so to be honest ... right now i have nothing to show .. as i didn't understand how really B(I−AB)^−1.A+I is the inverse to the matrix i am looking for?
 
  • #12
There are a variety of ways to show that a matrix is invertible: show it's determinant is different from zero, show that it has full rank, show that the equation Ax=0 has only the trivial solution, etc. etc. However, we're going to construct a matrix that will send I-BA to the identity, and since inverses are unique, this must be the inverse we're after. Also note that--in the case of matrices at least--showing a matix is a left- or right-inverse is equivalent to showing that it is THE two-sided inverse.

So we need to show that

[tex] (I-BA)(B(I-AB)^{-1}A+I) = I.[/tex]

That matrix, our candidate for the inverse, exists by hypothesis, i.e., it contains the inverse of I-AB which we are allowed to assume exists. So, therefore, the first step is to expand that multiplication:

[tex](I-BA)(B(I-AB)^{-1}A+I) = B(I-AB)^{-1}A+I -BA(B(I-AB)^{-1}A+I) = B(I-AB)^{-1}A+I -BAB(I-AB)^{-1}A-BA.[/tex]

Try taking over from here...
 
  • #13
stringy said:
There are a variety of ways to show that a matrix is invertible: show it's determinant is different from zero, show that it has full rank, show that the equation Ax=0 has only the trivial solution, etc. etc. However, we're going to construct a matrix that will send I-BA to the identity, and since inverses are unique, this must be the inverse we're after. Also note that--in the case of matrices at least--showing a matix is a left- or right-inverse is equivalent to showing that it is THE two-sided inverse.

So we need to show that

[tex] (I-BA)(B(I-AB)^{-1}A+I) = I.[/tex]

That matrix, our candidate for the inverse, exists by hypothesis, i.e., it contains the inverse of I-AB which we are allowed to assume exists. So, therefore, the first step is to expand that multiplication:

[tex](I-BA)(B(I-AB)^{-1}A+I) = B(I-AB)^{-1}A+I -BA(B(I-AB)^{-1}A+I) = B(I-AB)^{-1}A+I -BAB(I-AB)^{-1}A-BA.[/tex]

Try taking over from here...
very interesting thanks .. a lot .. could you tell me of any good book which covers matrices thoroughly ? thanks again . .
 
  • #14
It's hard to know what exactly to recommend when I don't know your background.

There is a subforum over in Academic Guidance called Science Book Discussion where they will recommend books. Maybe you should post over there. Or, I'm sure there will probably be some results that pop up if you use the search feature. And, take a look https://www.physicsforums.com/blog.php?b=3206" .

I didn't learn my linear algebra and matrix theory all from one source, it was kind of a piecemeal education that I picked up as I went along. I hated my intro linear algebra text and course, so perhaps that's why. Now it's one of my favorite things to talk about.
 
Last edited by a moderator:
  • #15
stringy said:
It's hard to know what exactly to recommend when I don't know your background.

There is a subforum over in Academic Guidance called Science Book Discussion where they will recommend books. Maybe you should post over there. Or, I'm sure there will probably be some results that pop up if you use the search feature. And, take a look https://www.physicsforums.com/blog.php?b=3206" .

I didn't learn my linear algebra and matrix theory all from one source, it was kind of a piecemeal education that I picked up as I went along. I hated my intro linear algebra text and course, so perhaps that's why. Now it's one of my favorite things to talk about.

sorry for the late reply... thanks for all the help ...:smile:
 
Last edited by a moderator:

Related to Matrices and eigen value problems

1. What is a matrix?

A matrix is a rectangular array of numbers, symbols, or expressions arranged in columns and rows. It is used to represent linear transformations, solve systems of equations, and perform other mathematical operations.

2. What is an eigenvalue?

An eigenvalue is a scalar value that represents the amount by which a matrix transformation stretches or compresses a vector in a certain direction. It is a key concept in linear algebra and is often used in solving systems of differential equations.

3. How do you find eigenvalues and eigenvectors?

To find eigenvalues and eigenvectors, you need to solve the characteristic equation of the matrix. The eigenvalues are the roots of this equation, and the corresponding eigenvectors are the solutions to a system of linear equations involving the eigenvalues.

4. What is the importance of eigenvalues and eigenvectors?

Eigenvalues and eigenvectors are important in many fields, including physics, engineering, and computer graphics. They help us understand the behavior of linear systems and can be used to simplify and solve complex problems.

5. How are matrices and eigenvalues used in data analysis?

Matrices and eigenvalues are used in data analysis to find patterns and relationships in large datasets. By representing data as a matrix, we can perform operations such as dimensionality reduction, clustering, and data visualization, which can help us make sense of complex data.

Similar threads

  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
25
Views
2K
  • Calculus and Beyond Homework Help
Replies
4
Views
4K
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
  • Calculus and Beyond Homework Help
Replies
28
Views
4K
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
  • Calculus and Beyond Homework Help
Replies
15
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
4K
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
  • Calculus and Beyond Homework Help
Replies
17
Views
1K
Back
Top