Diagonalizing a Matrix: Steps and Verification

Deimantas
Messages
38
Reaction score
0

Homework Statement



Diagonalize matrix
a.gif
using only row/column switching; multiplying row/column by a scalar; adding a row/column, multiplied by some polynomial, to another row/column.

Homework Equations

The Attempt at a Solution



After diagonalization I get a diagonal matrix that looks like this
diag.gif
. What's the easiest way to tell if the answer is correct/incorrect?
 
Physics news on Phys.org
One way to tell is to build up the matrices A and B that represent the transformations that you preform in the diagonalisation process. If you've done that then you just need to perform the matrix multiplication ADB where D is the diagonal matrix, and check that it's equal to the original matrix M.

If the diagonal matrix is of eigenvalues (I can't recall whether they will be for general diagonalisation), another way might be to check that the characteristic equation of M is ##(\lambda-1)^2(\lambda-(x^5+x^4-1))##.
 
andrewkirk said:
One way to tell is to build up the matrices A and B that represent the transformations that you preform in the diagonalisation process. If you've done that then you just need to perform the matrix multiplication ADB where D is the diagonal matrix, and check that it's equal to the original matrix M.

If the diagonal matrix is of eigenvalues (I can't recall whether they will be for general diagonalisation), another way might be to check that the characteristic equation of M is ##(\lambda-1)^2(\lambda-(x^5+x^4-1))##.

Wolfram suggests these eigenvalues
eigen.jpg
. I must have made some mistakes then.
 
Deimantas said:

Homework Statement



Diagonalize matrixView attachment 92744 using only row/column switching; multiplying row/column by a scalar; adding a row/column, multiplied by some polynomial, to another row/column.

Homework Equations

The Attempt at a Solution



After diagonalization I get a diagonal matrix that looks like this View attachment 92745 . What's the easiest way to tell if the answer is correct/incorrect?

Show us the actual steps you took; that way we can check if you have made any errors.
 
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