Skip to content

Commit

Permalink
add colors to 3x3 det
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusptrs committed Oct 25, 2024
1 parent 5b8b4c3 commit c9a6a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lineare-Algebra.tex
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ \subsection{Determinante}
\draw[thin, blue] (extended-1-2.north east) -- (m-3-3.south west);
\end{tikzpicture}
\]
$=a_{11}a_{22}a_{33}+a_{12}a_{23}a_{31}+a_{13}a_{21}a_{32}-a_{12}a_{21}a_{33}-a_{11}a_{23}a_{32}-a_{13}a_{22}a_{31}$
$=\textcolor{red!70!white}{a_{11}a_{22}a_{33}+a_{12}a_{23}a_{31}+a_{13}a_{21}a_{32}}\textcolor{blue!70!white}{-a_{12}a_{21}a_{33}-a_{11}a_{23}a_{32}-a_{13}a_{22}a_{31}}$
\item $\det\begin{pmatrix}A&0\\C&D\end{pmatrix}=\det\begin{pmatrix}A&B\\0&D\end{pmatrix}=\det(A)\cdot\det(D)$
\item $\begin{vmatrix}\lambda_1&&* \\ &\ddots& \\ 0&&\lambda_n \end{vmatrix} = \lambda_1\cdot \ldots\cdot \lambda_n = \begin{vmatrix} \lambda_1&&0 \\ &\ddots& \\ *&&\lambda_n \end{vmatrix}$
\item $A=B \cdot C \quad \Rightarrow \quad |A|=|B| \cdot |C|$
Expand Down

0 comments on commit c9a6a20

Please sign in to comment.