Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Produce a set of values in geometric progression
ResourceFunction["GeometricProgression"][n,r] produces a geometric progression of n terms with ratio r starting at 1. | |
ResourceFunction["GeometricProgression"][n,r,a] produces a geometric progression starting at a. |
Compute the first 10 terms of a geometric progression with ratio
:
| In[1]:= |
| Out[1]= |
Create a ListLinePlot of different geometric progressions:
| In[2]:= | ![]() |
| Out[2]= | ![]() |
Get a geometric sequence of 30 terms with ratio 2, starting at 20:
| In[3]:= |
| Out[3]= | ![]() |
GeometricProgression can handle complex values:
| In[4]:= |
| Out[4]= |
GeometricProgression can handle symbols and constants:
| In[5]:= |
| Out[5]= |
This work is licensed under a Creative Commons Attribution 4.0 International License