A is n by n matrix. It is diagonalized by P. Find the matrix that

  • Thread starter Thread starter charlies1902
  • Start date Start date
  • Tags Tags
    Matrix
charlies1902
Messages
162
Reaction score
0
A is n by n matrix. It is diagonalized by P. Find the matrix that diagonalizes the tranpose of A.


We have the equation A=PDP^-1
Where D is the diagonal matrix consisting of the eigen values of A.


(A)^t=(PDP^-1)^t
A^t=(P^-1)^t * D^t * P^t
A^t=(P^t)^-1 * D * P^t

So the matrix (P^t)^-1 diagonalizes A^t.

Is that correct?
 
Physics news on Phys.org


charlies1902 said:
A is n by n matrix. It is diagonalized by P. Find the matrix that diagonalizes the tranpose of A.


We have the equation A=PDP^-1
Where D is the diagonal matrix consisting of the eigen values of A.


(A)^t=(PDP^-1)^t
A^t=(P^-1)^t * D^t * P^t
A^t=(P^t)^-1 * D * P^t

So the matrix (P^t)^-1 diagonalizes A^t.

Is that correct?

Sounds fine to me.
 
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