Problem 2672. Largest Geometric Series

Extension of Ned Gulley's wonderful Problem 317.
In a geometric series, ratio of adjacent elements is always a constant value. For example, [2 6 18 54] is a geometric series with a constant adjacent-element ratio of 3.
A vector will be given. Find the largest geometric series that can be formed from the vector.
Example:
input = [2 4 8 16 1000 2000];
output = [2 4 8 16];
Update - Test case added on 21/8/22

Solution Stats

12.99% Correct | 87.01% Incorrect
Last Solution submitted on Mar 14, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers85

Suggested Problems

More from this Author44

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!