Problem 1018. Array GCD
Solution Stats
Problem Comments
-
1 Comment
Note that all solutions (which passed the limited test suite with small size) involving only pair-wise gcd calculations are indeed incorrect. Those solutions include the following ones: 1) min(gcd(a,min(a))); 2) min(gcd(a(1), a)); 3) min(min(bsxfun(@gcd,a,a.'))); To eliminate these incorrect solutions, please simply add a test case with a = [21 15 35].
Problem Recent Solvers96
Suggested Problems
-
6498 Solvers
-
Generate a random matrix A of (1,-1)
230 Solvers
-
find the maximum element of the matrix
404 Solvers
-
379 Solvers
-
07 - Common functions and indexing 1
376 Solvers
More from this Author100
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!