When calculating eigenvalues and eigenvectors of a matrix, the eigenmatrix times itself should result in the identity matrix (E @ E.T = I). However, this is rarely the case, as some (small) errors always occurs.
So question 1: how precise are eigenvalues / eigenvectors calculated? And question 2: is there any way to improve precision?