Update linalg.do.txt

This commit is contained in:
Morten Hjorth-Jensen
2023-07-23 18:17:35 +02:00
parent 754e114556
commit ca0d55631f
+7
View File
@@ -108,9 +108,16 @@ Some Equivalent Statements. For an $N\times N$ matrix $\mathbf{A}$ the followin
* $0$ is not eigenvalue of $\mathbf{A}$.
===== Important algorithms =====
===== Derivatives of vectors and matrices =====
===== Numpy and arrays =====
"Numpy":"http://www.numpy.org/" provides an easy way to handle arrays in Python. The standard way to import this library is as
!bc pycod