The egv or eigenvectors or eigenvects or eigVc command finds the eigenvectors of a diagonalizable matrix.
See also Section 15.2.5 for characteristic vectors.
| egv([[1,1,3],[1,3,1],[3,1,1]]) | 
| 
 | 
| egv([[4,1,-2],[1,2,-1],[2,1,0]]) | 
| 
 | 
Input in complex mode:
| egv([[2,0,0],[0,2,-1],[2,1,2]]) | 
| 
 |