> For the complete documentation index, see [llms.txt](https://isubasinghe.gitbook.io/isithas-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://isubasinghe.gitbook.io/isithas-wiki/math/linear_algebra.md).

# linear\_algebra

## Basic idea

Study of vector spaces and linear maps between them. Matrices give a concrete representation of linear maps in a chosen basis.

## Key formulas

* Matrix-vector product: $(Ax)*i=\sum\_j A*{ij}x\_j$
* Linear system: $Ax=b$
* Eigenvalue equation: $Av=\lambda v$
* Determinant nonzero $\iff$ matrix invertible
