Given a square matrix(A), find the determinant(d).
For example:
A = [1,3;4,5]
d = 1*5-4*3 = -7
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers72
Suggested Problems
-
11074 Solvers
-
Find the Nth Root of a Given Number
367 Solvers
-
Determine the length of a string of characters
267 Solvers
-
1844 Solvers
-
Matlab Basics II - Count rows in a matrix
406 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!