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
-
Sum all integers from 1 to 2^n
17890 Solvers
-
Program an exclusive OR operation with logical operators
751 Solvers
-
Project Euler: Problem 7, Nth prime
1774 Solvers
-
1472 Solvers
-
682 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!