Matrix Operations

This lesson discusses various matrix operations.

Inverse

Suppose we have to solve the equation AX=bAX=b for bb.

If vector bb changes, one has to call np.linalg.solve() over and over. Instead, if A1A^{-1} were calculated once, matrix multiplication with bb ...