Problem 59506. Compute the determinant of a divisibility matrix
Consider a matrix consisting of ones in the first column and anywhere the row index divides the column index. The 4x4 matrix is [1 1 1 1; 1 1 0 1; 1 0 1 0; 1 0 0 1]. The 1000x1000 matrix is depicted below.
Write a function to compute the determinant of these matrices, given an array of sizes.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers4
Suggested Problems
-
Return elements unique to either input
802 Solvers
-
Replace all zeros and NaNs in a matrix with the string 'error'
103 Solvers
-
Determine the number of odd integers in a vector
811 Solvers
-
85 Solvers
-
Replace pattern 0 1 0 and 1 0 1
157 Solvers
More from this Author316
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!