Linear Algebra and the C Language/a051

Determinant:

In mathematics, the determinant is a scalar-valued function of the entries of a square matrix... Wikipedia: Determinant

The function

det_R(A);

Code study

The function

See the algorithm working