MATLAB - Eigenvectors not displaying using the code null(A-[eigenvalue]*eye(n));

26 Views Asked by At

Problem I'm attempting to do.

I just have to prove a matrix is diagonalizable. I've been following my book's steps for this, and need to create eigenvectors. Unfortunately, only one eigenvector is appearing, and I do not understand why. Here is my code. I do have commands to display each value. Can someone help me understand what to do here?

Thanks for any help.