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 Solvers71
Suggested Problems
-
Sum the numbers on the main diagonal
611 Solvers
-
Find the area of a rectangle if length of the diagonal is given.
167 Solvers
-
Change the first and last diagonal element of the identity matrix to zero
158 Solvers
-
673 Solvers
-
80 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!