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
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
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 Solvers120
Suggested Problems
-
Return a list sorted by number of occurrences
2888 Solvers
-
Number of 1s in a binary string
10884 Solvers
-
978 Solvers
-
Getting the indices from a matrix
709 Solvers
-
Back to Basics - Find no. of elements in a matrix?
324 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!