Problem 58538. 2行2列の行列の行列式を求めてみよう

ある2行2列の行列の入力に対して、行列式を出力してください。
例えば、入力が(1,2; 3,4)のとき、出力は1*4-3*2で-2となります。

Solution Stats

80.65% Correct | 19.35% Incorrect
Last Solution submitted on Jan 24, 2025

Solution Comments

Show comments

Problem Recent Solvers24

Suggested Problems

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!