Problem 43026. Determinant of a 3x3 Matrix
Return the determinant of a 3x3 matrix. The built-in Matlab function det is not allowed.
Solution Stats
Problem Comments
-
2 Comments
goc3
on 5 Oct 2016
I've improved grammar in this problem and updated it with a test case ensuring that the det() function is not used. Rescoring of previous answers will take time to propagate, though
goc3
on 5 Oct 2016
I also modified the test suite to check for sums of absolute errors under a threshold value rather than isequal(), since that can fail when the answer isn't composed purely of integers.
Solution Comments
Show commentsProblem Recent Solvers114
Suggested Problems
-
Project Euler: Problem 3, Largest prime factor
1601 Solvers
-
477 Solvers
-
find the maximum element of the matrix
511 Solvers
-
07 - Common functions and indexing 6
454 Solvers
-
542 Solvers
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!