Given positive integer x, write the function gSum(x), that sums all the GCD's of the integer pairs
. For example in the Excel screenshot below, it is claro that when
, the function should return
.
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers4
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2819 Solvers
-
4505 Solvers
-
Check to see if a Sudoku Puzzle is Solved
341 Solvers
-
Return unique values without sorting
1019 Solvers
-
Circular Primes (based on Project Euler, problem 35)
655 Solvers
More from this Author116
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!