find eigenvalue & eigenvector



import numpy as np
sigmay = np.array([[0,-1j],[1j,0]])
print(sigmay)
eigenvalues, eigenvectors  = np.linalg.eig(sigmay)
print(eigenvalues)
print(eigenvectors)

雅思寫作11/10

  example resulted from chatgpt The line graph illustrates the monthly sales of four bakery products—baked bread, croissants, cupcakes, and ...