quick update

This commit is contained in:
Morten Hjorth-Jensen
2021-09-10 16:18:42 +02:00
parent b3f74565d8
commit 3e5a8a25ec
17 changed files with 760 additions and 182 deletions
+2 -2
View File
@@ -2133,7 +2133,7 @@
"## Code for SVD and Inversion of Matrices\n",
"\n",
"How do we use the SVD to invert a matrix $\\boldsymbol{X}^\\boldsymbol{X}$ which is singular or near singular?\n",
"The simple answer is to use the linear algebra function for pseudoinvers, that is"
"The simple answer is to use the linear algebra function for the pseudoinverse, that is"
]
},
{
@@ -2145,7 +2145,7 @@
},
"outputs": [],
"source": [
"Ainv = np.linlag.pinv(A)"
"#Ainv = np.linlag.pinv(A)"
]
},
{