线性代数程序包:LINPACCK, LAPACK by Fortran.
LINPACCK
LAPACK
x = np.linalg.solve(A,b) #求解 X = np.linalg.inv(A) #求逆
$Ax=\lambda x$,$\det(A-\lambda I)=0$