You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Using numpy

Matrixes in Python

  • Creating a matrix
    a = np.array([[1,2],[3,4]])
    Indexing matrixes
    
    


Eigenvalues and Eigenvectors

 

Relaterte artikler



  • No labels