import numpy as np np.random.seed(3001) A = np.random.randn(100,100) A = A.T@A # your code here # your code here