Find Matrix P and the Diagonal Matrix D

  • Thread starter Thread starter chwala
  • Start date Start date
  • Tags Tags
    Matrix
Click For Summary
The discussion focuses on finding matrix P and the diagonal matrix D using eigenvectors derived from eigenvalues. The arrangement of eigenvectors in matrix P does not affect the validity of the eigenvectors themselves, but it does influence the structure of P and its inverse, which in turn affects the positioning of eigenvalues in the diagonal matrix D. The example provided shows eigenvectors for eigenvalues λ=6, -4, and 2, resulting in a specific form for matrices P and D. Ultimately, the placement of the eigenvectors in the columns of P is crucial for the final matrices. Understanding this arrangement is essential for correctly constructing matrix P and the corresponding diagonal matrix D.
chwala
Gold Member
Messages
2,827
Reaction score
415
Homework Statement
see attached - refer to part b only (part a was easy)
Relevant Equations
matrices
1712958779566.png


1712958822270.png


For part (b) i was able to use equations to determine the eigenvectors;

For example for ##λ =6##

##12x +5y -11z=0##
##8x-4z=0##
##32x+10y-26z=0## to give me the eigen vector,


##\begin{pmatrix}
1 \\
2 \\
2
\end{pmatrix}## and so on.

My question is to get matrix P does the arrangement of the eigenvector matrices matter?





1712959692049.png


In my arrangement for eigenvectors for ##λ=6,-4,2##

i have,

##P=\begin{pmatrix}
1 & 1& 1 \\
2 & 0 & -1 \\
2 & 2 & 1
\end{pmatrix}##

and my Diagonal matrix is

##D=\begin{pmatrix}
6^5 & 0 & 0 \\
0 & -4^5 & 0 \\
0 & 0 & 2^5
\end{pmatrix}=
\begin{pmatrix}
7776 & 0 & 0 \\
0 & -1024 & 0 \\
0 & 0 & 32
\end{pmatrix}
##
 
Last edited:
Physics news on Phys.org
chwala said:
My question is to get matrix P does the arrangement of the eigenvector matrices matter?
No, but where you place the eigenvectors (i.e., in which columns) will determine P, which will determine ##P^{-1}## which will then determine where the eigenvalues appear on the diagonal matrix D.
 
Mark44 said:
No, but where you place the eigenvectors (i.e., in which columns) will determine P, which will determine ##P^{-1}## which will then determine where the eigenvalues appear on the diagonal matrix D.
Ok bass (boss). :wink: Gday @Mark44 :cool:
 
Last edited:
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...