[Math] Determinant is linear as a function of each of the rows of the matrix.

determinantlinear algebramatrices

Today I heard in a lecture (some video on YouTube) that the determinant is linear as a function of each of the rows of the matrix.

I am not able to understand the above statement. I know that determinant is a special function which assign to each $x$ in $\mathbb K^{n \times n}$ a scalar. This is the intuitive idea. And this map is not linear as well. One way to see this is to consider the fact that determinant of $cA$ is $c^n\det(A)$

Can someone please explain what did the person mean by saying that the determinant is linear as a function of each of the rows of matrix?

Best Answer

If $r_1, \ldots r_n$ are the rows of the matrix and $r_i = sa+tb$, where $s,t$ are scalars and $a,b$ are row vectors, then you have

$$\det\begin{pmatrix}r_1 \\ \vdots \\r_i \\ \vdots \\ r_n\end{pmatrix} = \det\begin{pmatrix}r_1 \\ \vdots \\ sa+tb \\ \vdots \\ r_n\end{pmatrix} = s\det\begin{pmatrix}r_1 \\ \vdots \\ a \\ \vdots \\ r_n\end{pmatrix} + t\det\begin{pmatrix}r_1 \\ \vdots \\ b \\ \vdots \\ r_n\end{pmatrix}$$

This holds for any row $i=1,\ldots , n$. And similarly this also applies to columns.

Related Question