Determinant Formula
Determinant in linear algebra is a useful value which is computed from the elements of a square matrix. The determinant of a matrix A is denoted det (A), det A, or |A|. It is a function that has an input accepts
If \[\LARGE A=\begin{bmatrix} a & b\\ c & d \end{bmatrix}\]
The Determinant Formula is
 \[\LARGE Determinant=ad-bc\]
If \[\LARGE B=\begin{bmatrix} i & j & k\\ a & b & c\\ x & y & z \end{bmatrix}\]
The Determinant Formula is
Solved Examples
Question 1: Find out the determinant ofÂ
Solution:
A =
Determinant is calculated as,
ad – bc = (4
Comments