Exercise 4.1.1

True or false:

b)
If a matrix has one eigenvector, it has infinitely many eigenvectors;
c)
There exists a square matrix with no real eigenvalues;
d)
There exists a square matrix with no (complex) eigenvectors;
f)
Similar matrices always have the same eigenvectors;
g)
The sum of two eigenvectors of a matrix A is always an eigenvector;

Answers

(Part) True or false:

b)
True, if Ax = λx, A(αx) = λ(αx), α is an arbitrary scalar.
c)
True, like the 2D rotation matrix Rα,α.
d)
False, when discussing in complex space, there are always eigenvalues and as a result, A λI has nonempty null space.
f)
False, if A,B are similar and A = SBS1. If Ax = λx, then SBS1x = λx. i.e., B(S1x) = λ(S1x), S1x is an eigenvector of B, not x.
g)
False
User profile picture
2018-11-29 00:00
Comments