Return the determinant of a 3x3 matrix. The built-in Matlab function det is not allowed.
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.
I see you! :)
Refactor?
Find the largest value in the 3D matrix
899 Solvers
07 - Common functions and indexing 2
255 Solvers
Add a row of zeros on top of a matrix
145 Solvers
217 Solvers
Determine if input is divisible by three.
133 Solvers