Problem 58538. 2行2列の行列の行列式を求めてみよう
ある2行2列の行列の入力に対して、行列式を出力してください。
例えば、入力が(1,2; 3,4)のとき、出力は1*4-3*2で-2となります。
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers25
Suggested Problems
-
992 Solvers
-
Create a function handle that reverses the input arguments of another function handle
157 Solvers
-
Determine if input is a Narcissistic number
212 Solvers
-
983 Solvers
-
97 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!