ある2行2列の行列の入力に対して、行列式を出力してください。
例えば、入力が(1,2; 3,4)のとき、出力は1*4-3*2で-2となります。
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers27
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2815 Solvers
-
316 Solvers
-
Are all the three given point in the same line?
603 Solvers
-
Generate a string like abbcccddddeeeee
276 Solvers
-
540 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!