1,638 views
3 votes
3 votes

A) what are the eigen values of Orthogonal matrix ? Describe general properties.

B) what are the Eigen value of skew-symmetric matrix ? Describe general properties.

C) Are there any speciality in Eigen values of Symmetric, Hermitian, Skew- Hermitian, Unitary . If there , describe them also.

1 Answer

0 votes
0 votes

[A]

Any real eigenvalue of an orthogonal matrix has absolute value 1. Actually, it is also true that each complex eigenvalue must have modulus(magnitude) 1

[B][C]

Eigen values of real symmetric and hermitian matrices are real

Eigen values of real skew symmetric and skew hermitian matrices are either pure imaginary or zero

Eigen values of unitary matrix have magnitude 1

Source:

https://www.quora.com/Can-you-define-unitary-matrix-and-show-that-the-eigen-values-of-unitary-matrix-are-of-unit-modulus

http://quiz.geeksforgeeks.org/eigen-values-and-eigen-vectors/

Related questions

300
views
1 answers
1 votes
jaswanth431 asked Dec 12, 2021
300 views
if eigen values of matrix A = a,b,cif eigen values of matrix B = x,y,zthen is it holds every time that eigen value of A+B = a+x, b+y, c+z ?please give some reference to you answer, thankyou.
53
views
1 answers
0 votes
anujs asked 6 days ago
53 views
1) Relation b/w eigen values of $AB$ and $BA$ ?2) Why $AB$ and $BA$ share only non-zero eigen values ?3) If $A_{m \times n}$ and $B_{n \times m}$ where ... $AB$ and $BA$ are zero ?
66
views
1 answers
0 votes
anujs asked 6 days ago
66 views
For solving $(A - \lambda I)x = 0 $ why do we take $det(A - \lambda I) = 0$ ?