Eigenvectors this function computes the eigenvectors of a matrix. Syntax eigenvectors(Matrix) eigenvectors(Matrix, Field) Description eigenvectors(Matrix) Given a matrix, this function returns a matrix with its eigenvectors over disposed in columns. eigenvectors(Matrix, Field) Given a matrix and a field , this function returns a matrix with its eigenvectors over disposed in columns. Related functions Eigenvalues, Eigenvalues and eigenvectors Table of Contents Syntax Description Related functions