Matrix Operations
This lesson discusses various matrix operations.
We'll cover the following...
Inverse
Suppose we have to solve the equation for .
If vector changes, one has to call np.linalg.solve()
over and over. Instead, if were calculated once, matrix multiplication with ...