Closed mattiaisgro closed 2 years ago
Implement the computation of the determinant of a generic matrix. Code for 2x2 and 3x3 already exists. The code should be implemented in the mat::det() method.
mat::det()
Suggested algorithms:
Implement the computation of the determinant of a generic matrix. Code for 2x2 and 3x3 already exists. The code should be implemented in the
mat::det()
method.Suggested algorithms: