Construction of Determinant, Part 1.
For

the
determinant of

square matrix

(denoted by “

”)
is defined as
When

in general the determinant will be introduced recursively
for an

square matrix.
It starts with the submatrix

by “deleting the

th row
and

th column” from an

square matrix

.
Observe that

's are

square matrices.
Therefore,
once the construction of

is determined for

matrices,
we can also introduce the
(i,j)-cofactor 
for

by
Construction of Determinant, Part 2.
For
the determinant
of
matrix
can be constructed recursively by
where the cofactors are calculated by applying the determinant for

square matrices

's.
In Matlab/Octave the function det(A) is called to
compute the determinant for a square matrix
.
EXAMPLE 1.
Compute the determinant of
© TTU Mathematics