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

Compare with Current View Page History

Version 1 Next »

Using numpy

Matrixes in Python

Creating a matrix

  1. Creating a matrix
    a = np.array([[1,1],[2,4]])

Eigenvalues and Eigenvectors

 

Relaterte artikler



  • No labels