Find the eigenvectors in the given problem

  • Thread starter Thread starter chwala
  • Start date Start date
chwala
Gold Member
Messages
2,825
Reaction score
413
Homework Statement
See attached.
Relevant Equations
Diagonalization of matrices.
Consider this attachment,

1744681565633.png


In my understanding we have these equations, using P={x,y,z,m], For A.P=0

##24x-12y+4z=0##

##4m=0##

I can see how they got the first one, by letting ##y=0, 24x+4z=0## ⇒##x=1,y=-6## that is clear,

My question is, we can as well have other possibilities other than what is given, correct?

I may as well make ##z=0## to give, ##v_1=\begin{vmatrix}
1 \\
2 \\
0\\
0
\end{vmatrix}##
 
Last edited:
Physics news on Phys.org
##(1,2,0,0)^\tau = v_1+2v_2,## so yes. If ##\{v_1,v_2\}## is a basis, so is ##\{v_1+2v_2,v_2\}.##
There is never only one basis (except one-dimensional ##\mathbb{F}_2## spaces).
 
There are some typos in the original post.

chwala said:
using P={x,y,z,m]
using ## \textbf{P}=\begin{bmatrix}x&y&z&m\end{bmatrix}^T ##

chwala said:
For A.P=0
For ## \textbf{A}\cdot\textbf{P}=-2\cdot\textbf{P} ##

chwala said:
by letting ##y=0, 24x+4z=0## ⇒##x=1,y=-6## that is clear,
by letting ## y=0 ##, ## 24x+4z=0 ## ## \implies ## ## x=1 ##, ## z=-6 ## that is clear,
 
Well, given this is a lower triangular matrix its determinant is the product of the diagonal elements and nonzero, so its kernel is {0}. Or did I miss something?
 
Given a basis ##B_n; |B_n|=n## and an invertible ##n \times n## matrix M, then ##MB_n## is a basis too.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top