Eigenvectors of matrices over finite fields
Hi. Is there a command which computes the eigenvectors of matrices over finite fields (if it exists). The eigenvalue command does compute the eigenvalues of the matrix but the eigenvectors_right() gives an error. Is there a workaround for this problem.
Thanks in advance.
Please add an example and the error you get.
@Ramachandran You probably need to at least be working over a splitting field of the characteristic polynomial of your matrix:
Otherwise you might get an error:
HTH