Problem 59511. Count the ones in a divisibility matrix
Cody Problem 59506 asked solvers to compute the determinant of matrix consisting of ones in the first column and anywhere the row index divides the column index.
Write a function to count the ones in the matrix. For example, the 4x4 matrix given in the description of Cody Problem 59506 has 11 ones, and the 1000x1000 matrix has 8068.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers4
Suggested Problems
-
Return a list sorted by number of occurrences
2888 Solvers
-
Find state names that start with the letter N
1430 Solvers
-
Given two arrays, find the maximum overlap
1715 Solvers
-
The Answer to Life, the Universe, and Everything
573 Solvers
-
Join Strings with Multiple Different Delimiters
223 Solvers
More from this Author321
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!