Problem 134. Geometric series

Find the sum, given the first term t1, the common ratio r, and number of terms n.

Examples

 If input t1=1,  r=1,  n=7 then output y=7
 If input t1=10, r=10, n=5 then output y=111110.

Solution Stats

44.69% Correct | 55.31% Incorrect
Last Solution submitted on Mar 17, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers261

Suggested Problems

More from this Author100

Problem Tags

Community Treasure Hunt

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

Start Hunting!