What are Linear Algebra Factorizations and How Do I Solve Them?

SpiffyEh
Messages
191
Reaction score
0

Homework Statement



The problem is in the attached image, its easier to see this way

Homework Equations





The Attempt at a Solution



I've never even heard of these factorizations so I have no idea what they mean. I'm completely lost on what to do for these. If someone could explain step by step that would really help, I just need to understand them.
 

Attachments

  • prob.png
    prob.png
    35.2 KB · Views: 464
Physics news on Phys.org
The first one is standard, it's the usual way of diagonalising a square matrix. It's all to do with computing eigenvalues and eigenvectors. Put the eigenvectors as columns in a matrix and call it P. Then you compute P^{T}AP, and this will be a diagonal matrix. You can also show that P^{T}P=PP^{T} and so P^{T}=P^{-1}. This is standard and you should look it up as it's quite important but the question doesn't require to know this, it is just matrix manipulation just like you've been doing before.

As for the second question, R^{-1}=A^{-1}Q, it's just a matter of doing a little algebra.
 
Because you are already given the diagonal matrix, you don't need to find the eigenvalues and eigenvectors that hunt_mat refers to yourself.

Just use the fact that (P^{-1}DP)^2= (P^{-1}DP)(P^{-1}<br /> DP)= (P^{-1}D)PP^{-1}(DP)= (P^{-1}D)(DP)= P^{-1}D^2P and (P^{-1}DP)^3= (P^{-1}DP)^2(P^{-1}DP)= (P^{-1}D^2P)(P^{-1}DP), etc.. And, of course, it is easy to find powers of a diagonal matrix.
 
I'm still not understanding these three. And yeah it shouldn't use eigenvalues and vectors because we haven't learned them yet. Could you explain them step by step? I have an exam in a few hours and I'm trying to understand these as much as possible before taking it.
 
The key thing is you don't need to understand them, you just need to be confidant with matrix algebra.
 
I understand matrix algebra, I just have a hard time when its put into problems like these. Maybe I'm just not understanding exactly what its asking or something because I'm very lost with these.
 
I think I can do 4.4 somewhat.
Since (A^{T})^{-1} = A from the description
(A^{T})^{-1} = U E V^{T}
and since (A^{T})^{-1} = (A^{-1})^{T}
(A^{-1})^{T} = U E V^{T}
And I think I can take the transpose of both sides to get
((A^{-1})^{T})^{T} = ( U E V^{T})^{T}
and since (A^{T})^{T} = A
A^{-1} = (U E V^{T})^{T}

I'm not sure if the above is correct or not so I would appreciate if someone checked it. I don't understand how to show that A in invertible though, and I still don't understand the other two problems. I only have a few hours left before my exam, if someone could please explain them to me I would feel a lot more confident taking an exam.
 
actually, I think I read the question wrong so that doesn't work
 
I pointed out above that if A= P^{-1}DP then A^2= (P^{-1}DP)(P^{-1}AP)= P^{-1}D^2P because the "P^{-1}P" cancels. For higher powers, A^3= P^{-1}D^3P, and, in general, A^n= P^{-1}D^nP.

Now, as an example, if
D= \begin{bmatrix}2 &amp; 0 &amp; 0 \\ 0 &amp; 1 &amp; 0 \\ 0 &amp; 0 &amp; 3\end{bmatrix}
what are D^2, D^3, D^4, or, in general, D^n?
 
  • #10
Isn't the diagonal to the power of what D is
 
Back
Top