Linear algebra
Linear algebra is an important branch of mathematics. The numpy.linalg
package contains linear algebra functions. With this module, you can invert matrices, calculate eigenvalues, solve linear equations, and determine determinants, among other things.