Problem 44093. Determinants

Given a square matrix(A), find the determinant(d).

For example:

A = [1,3;4,5]

d = 1*5-4*3 = -7

Solution Stats

32.03% Correct | 67.97% Incorrect
Last Solution submitted on Jul 08, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers69

Suggested Problems

Community Treasure Hunt

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

Start Hunting!