You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
n = 2000
mu = 0
sigma = 1
A = np.random.normal(mu, sigma, (n,n))
pseudo = NonnormalAuto(A, 1e-5, 1)
pseudo.plot([10**k for k in range(-4, 3)], spectrum=eigvals(A))
pyplot.show()
The text was updated successfully, but these errors were encountered:
why my kernel dies when I put :
The text was updated successfully, but these errors were encountered: