quick update
This commit is contained in:
@@ -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)"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user