Are Eigen Vectors the Same for Eigen Values of Transpose A and A?

nhrock3
Messages
403
Reaction score
0
A is a square matrix over F field

if k is the eigen value of A



prove that k is eigen value of A^t too

and has the same eigen vectors

??



eigen vectors are the solution space P(A)

is found by solving (A-kI)x=0

dim P(A)=dim n -dim (ro(a))

rho(a)=rho(a^t)

|A|=|A^t|



these are the laws i maneged to come up with to solve it



??
 
Last edited:
Physics news on Phys.org
We know that the eigenvalues of a matrix A are all the scalars k that satisfy the characteristic equation det( A - k In ) = 0.

We also know that det( A ) = det( A^t ) for any square matrix A.

Can we use these facts to complete a proof?
 
ok i prooved that the eigen values are the same
hw to prove that the eigen vectors are the same to for every eigen value
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top