Problem 54355. Compute a determinant

Write a function to compute the determinant of an n x n matrix with diagonal entries equal to an integer m and other entries equal to 1. For example, a 4x4 matrix with 3s on the diagonal and 1s elsewhere has a determinant of 48, and a 6x6 matrix with 4s on the diagonal and 1s elsewhere has a determinant of 2187. Return the answer as a character string, and see the test suite for forbidden functions.

Solution Stats

54.55% Correct | 45.45% Incorrect
Last Solution submitted on May 17, 2022

Solution Comments

Show comments

Problem Recent Solvers4

Suggested Problems

More from this Author244

Community Treasure Hunt

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

Start Hunting!