From ca0d55631fceeea89e893eff3342e6a7b02e8e98 Mon Sep 17 00:00:00 2001 From: Morten Hjorth-Jensen Date: Sun, 23 Jul 2023 18:17:35 +0200 Subject: [PATCH] Update linalg.do.txt --- doc/BookChapters/linalg.do.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/BookChapters/linalg.do.txt b/doc/BookChapters/linalg.do.txt index 74177bd89..40de30a69 100644 --- a/doc/BookChapters/linalg.do.txt +++ b/doc/BookChapters/linalg.do.txt @@ -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