Problem 59791. Complete a geometric sequence
In Cody Problem 59786 minnolina asks us to find the integer that completes a randomly sorted arithmetic sequence with one missing element. This problem is similar, but it deals with geometric sequences. For example, in the list [4 8 32 128 16 2], the common ratio is 2, and the missing element is 64.
Write a function to find the missing element in a randomly sorted geometric sequence.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers8
Suggested Problems
-
2988 Solvers
-
How to find the position of an element in a vector without using the find function
2728 Solvers
-
1886 Solvers
-
Determine Whether an array is empty
775 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
378 Solvers
More from this Author279
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!