Return the determinant of a 3x3 matrix. The built-in Matlab function det is not allowed.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers121
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2813 Solvers
-
487 Solvers
-
Replace every 3rd element in a vector with 4
265 Solvers
-
Find the sides of an isosceles triangle when given its area and height from its base to apex
2142 Solvers
-
1027 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!
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.