retagged by
1,380 views
28 votes
28 votes

Mark all the INCORRECT statements

  1. Let $A$ be the matrix of a rotation by angle $30$ degree. That is, for any vector $x,$ the angle between $x$ and $A x$ is always $30$ degree. Then $A$ has no real eigenvalues.
  2. Let $A$ be an $n \times n$ matrix. Then the eigenvalues of $A$ are the diagonal entries of $A$.
  3. If $A$ is a $3 \times 3$ matrix with eigenvalues $\lambda=1,2,3$, then $A$ is singular.
  4. If $A$ is a symmetric matrix, then all its eigenvectors are orthogonal.
retagged by

3 Answers

17 votes
17 votes

Option a :  Given A is matrix which rotate the x vector by 30 every time means it changes the direction . So , Ax = kx ( would not be satisfy for the real value of k ) the case would happen when you find out the Eigen value it will be there but that will be imaginary . ( Statement is true ) 

Option b : Eigen value will be diagonal entries only in case of Lower Triangular Matrix  , Upper Triangular Matrix , Diagonal Matrix . Statement state for every matrix that is false . ( Statement is false ) 

Option c : Singular Matrix have determinant zero . Here 3*3 matrix have Eigen value 1 , 2, 3, and their product is not zero . Hence the Matrix is not Singular (Statement is false ) .

Option d : Defination :  Eigenvectors corresponding to distinct Eigenvalues are orthogonal in symmetric matrix .  And in question it state that all its eigen vector are orthogonal it's false . May be the two eigen vector derive from the same eigen value it may be possible and their dot product may not result to zero . That's why all eigen vector need not to be orthogonal . ( Statement is False ) 

Option : B , C , D are right choice .

1 votes
1 votes

@ for option D won;t the stmt is true or there is difference in symmetric or real symmetric matrix because in real symmetric matrix u have said that n orthogonal eigen vectors there 

 

0 votes
0 votes
In general, as it was pointed out in the lecture, the eigen vectors of real symmetric matrices are linearly independent even if their eigen values shall be repeated. If the vectors are linearly independent then  they would be orthogonal too.

The question talks about symmetric matrices in general so it is false.

For real symmetric matrices the eigen vectors corresponding to distinct eigen values are orthogonal.

Proof: Let l1 and l2 be 2 distinct eigen values with their vectors v1 and v2 for a matrix A.

A v1 = l1 v1--------1

A v2 = l2 v2---------2

premultiply equation 1 by v2T(v2 Transpose) in both lhs and rhs

v2T A v1 = v2T l1 v1 = l1 v2T v1---------3

Taking transpose of Av2  and l2 v2 and post multiplying by v1 in equation 2 for both lhs and rhs

v2T AT v1 = v2T l2 v1 = l2 v2T v1

v2T A v1 = l2 v2T v1 (as AT = A for symmetric matrix)--------4

from 3 and 4

l1 v2T v1 = l2 v2T v1

l1 v2T v1 - l2 v2T v1 = 0

(l1 - l2)v2T v1 = 0

l1 is not equal to l2 so l1 - l2 is not 0. So v2T v1 is equal to 0. Hence the eigen vectors are orthogonal.
Answer:

Related questions

17 votes
17 votes
3 answers
2
18 votes
18 votes
2 answers
3