Skip to content

PseudoPsectrum of Random Matrix.  #9

@nikosmatsa

Description

@nikosmatsa

why my kernel dies when I put :

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions