79440884

Date: 2025-02-15 02:29:23
Score: 1
Natty:
Report link

You can also use numpy:

from numpy.linalg import eig

B = np.array(A, dtype=np.float32)
display(Matrix(eig(B).eigenvalues), Matrix(eig(B).eigenvectors))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: stansy