less than 1 minute read

Given a eigenvalue λ of matrix A, the null space (kernel) of AλI is called the eigenspace of A associated with λ.

In another way, eigenspace Eλ;A={v(AλI)v=0} is the set of all eigenvectors associated with λ plus zero vector.

If all the eigenvectors of An×n can form a basis of Rn, they are called an eigenbasis of Rn.

  • So eigenbasis is not a basis of eigenspace.

Categories:

Updated:

Comments