<aside> <img src="/icons/list_gray.svg" alt="/icons/list_gray.svg" width="40px" />
Table of Contents
</aside>
Deriving the formula for the determinant

Determinant inputs a square matrix$(n {\times} n)$ and outputs a real number.
<aside> <img src="/icons/question-mark_blue.svg" alt="/icons/question-mark_blue.svg" width="40px" />
What’s a Determinant?
Determinant is a single number calculated from a square matrix.
Formula
Here is $2 {\times} 2$ square matrix.
$$ A = \begin{bmatrix} a & b \\ c & d \end{bmatrix} $$
The determinant of $A$ matrix.
$$ det(A) = |A| = ad - bc $$
Example
matrix $A$
$$ A = \begin{bmatrix} 2 & 3 \\ 1 & 4 \end{bmatrix} $$
The determinant of matrix $A$.
$$ det(A) = |A| = (2 \times 4) - (3 \times 1) = 8 - 3 = 5 $$
The most intuitive understanding of determinants comes from their geometric interpretation.
Change in Area/Volume (Δ)

Change in Orientation

Positive

Negative
<aside> <img src="/icons/link_gray.svg" alt="/icons/link_gray.svg" width="40px" />
데스모스 링크
</aside>
https://www.desmos.com/calculator/tmodmkuybw
Orientation Preservation