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 Solvers5
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2821 Solvers
-
1359 Solvers
-
given 3 sides, find area of this triangle
823 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
14307 Solvers
-
Convert double scalar to half-precision floating point (IEEE 754r)
8 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!