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
-
given 3 sides, find area of this triangle
823 Solvers
-
Set the array elements whose value is 13 to 0
1451 Solvers
-
Sum of first n positive integers
627 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
401 Solvers
-
Rotate a matrix for 180 degree
218 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!