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].
Check to see if a Sudoku Puzzle is Solved
279 Solvers
Construct a string from letters and counts
128 Solvers
Solve the set of simultaneous linear equations
274 Solvers
228 Solvers
Calculate distance travelled when given radius and rotations
183 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!