-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Add Geometric Progression Calculator #1655
Comments
Hey @dfghjkbd, Welcome to the project CalcDiverse! 🎊 |
@Rakesh9100 I would like to build a new calculator that will support determining the nth term and the sum of the first n terms of a geometric progression. This tool will be really helpful for students and math enthusiasts. Kindly assign me this issue. Thank you! |
@dfghjkbd give an idea of the ui you will be keeping |
@Rakesh9100 please assign me this issue . |
@dfghjkbd you won't be assigned the issue till you clear all the doubts I/Rakesh have. Clear them first instead of asking us to assign you the issue |
We already have |
Description
I want to make calculator helps determine the nth term and the sum of the first n terms of a geometric progression.
Input
a : The first term of the geometric progression.
r : The common ratio of the geometric progression.
n : The term number to calculate and sum up to.
Output
t_n : The nth term of the geometric progression.
S_n : The sum of the first n terms of the geometric progression.
formula for nth term is tn=ar^n-1
sum of first n terms
when r!=1 Sn=a(r^n -1)/r-1 and r=1 Sn=na
Screenshots
Checklist
Code of Conduct
The text was updated successfully, but these errors were encountered: