Determinants
For the goals of this class, the topic is a bit controversial. On one hand, determinants have great theoretical importance in linear algebra, they appear (and are very useful) in many other branches of mathematics, and have fascinating properties. On the other hand, like matrix inverses, they are almost completely irrelevant when it comes to large scale applications and practical computations (too expensive to compute). So we will discuss them very briefly, mostly stating their properties which we will need for later developments.
The determinant of a square matrix
Definition
A determinant is a function
such that:
- Is linear in each row:$$\det\begin{bmatrix}- & a^1 & - \& \vdots & \ -&a^{i-1}&-\-&\alpha b+\beta c&-\-&a^{i+1}&-\ &\vdots& \-&a^n&-\end{bmatrix}=\alpha\det\begin{bmatrix}- & a^1 & - \& \vdots & \ -&a^{i-1}&-\-&b&-\-&a^{i+1}&-\ &\vdots& \-&a^n&-\end{bmatrix}+\beta\det\begin{bmatrix}- & a^1 & - \& \vdots & \ -&a^{i-1}&-\-&c&-\-&a^{i+1}&-\ &\vdots& \-&a^n&-\end{bmatrix}$$
- Is an "alternating" function: $$\det\begin{bmatrix}-&a^1&-\&\vdots&\end{bmatrix}$$