The [[Determinant]] is a [[Function]] that takes in a Square [[Matrix]] and results in a [[Scalar]].
$\huge
\op{\det} : M_{n\times n} \to \R
$
The [[Determinant]] can for any dimensional space can be thought as how much does a [[Linear Transformation]] scale the [[Measure]] in $\R^n$ (ex. [[Area]], [[Volume]]).
The most common use of the [[Determinant]] is the determine the [[Inverse Matrices|Invertibility]] of a given [[Matrix]].
If the [[Determinant]] of a [[Matrix]] is negative, then the corresponding transformation reverses [[Chirality]].
## Properties
[[Universal Quantifier|For Any]] two matrices $A,B \in M_{n\times n}$ and any [[Real Numbers|Real Number]] $k$:
The [[Determinant]] of the [[Matrix Product|Product of Matrices]] is the product of their [[Determinant|Determinants]].
$\huge \det AB = \det (A) \det (B) $
The [[Determinant]] of the [[Identity Matrix]] is $1$
$\huge \det I_{n} = 1$
The [[Determinant]] of a [[Matrix Transpose]] is the [[Determinant]] of the [[Matrix]]
$\huge \det A^\intercal = \det A $
The [[Determinant]] of a scaled [[Matrix]] is equal to the [[Determinant]] of the matrix scaled by $k^n$
$\huge \det{kA} = k^{n}\det{A} $
## Methods of Computing
#### $\R^2$
$\huge\begin{align*}
\let A&= \mat{a&b\\c&d} \\
\det(A) &= \left| \begin{matrix} a&b\\c&d \end{matrix}\right| \\
&= ad - bc
\end{align*}$
### [[Augmented Matrix|Row Operations]]
Applying a [[Augmented Matrix|Row Operation]] to some matrix $A$ leads to [[Elementary Matrix|easy to calculate]] results onto $A