Problem 2905. Decide whether determinant is zero.

Given a 3 x 3 matrix, find the determinant. Let y = true if the determinant is zero, and let y = false if the determinant is not zero. The input is the matrix and the output is the value of y.

Solution Stats

37.42% Correct | 62.58% Incorrect
Last Solution submitted on Feb 06, 2024

Solution Comments

Show comments

Problem Recent Solvers106

Suggested Problems

Community Treasure Hunt

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

Start Hunting!