Skip to content
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

Closed
4 of 7 tasks
dfghjkbd opened this issue Jul 16, 2024 · 7 comments
Closed
4 of 7 tasks

[Feature] Add Geometric Progression Calculator #1655

dfghjkbd opened this issue Jul 16, 2024 · 7 comments
Labels
duplicate 🔁 This issue or pull request already exists

Comments

@dfghjkbd
Copy link

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

image

Checklist

  • I have checked the existing issues.
  • I follow Contributing Guidelines of this project.
  • I am a GSSOC'24 contributor.
  • I am a IWOC'24 contributor.
  • I am a JWOC'24 contributor.
  • I am a SWOC'24 contributor.

Code of Conduct

Copy link

Hey @dfghjkbd, Welcome to the project CalcDiverse! 🎊
Thanks for opening an issue! 🙌 Please wait for the issue to be assigned. Happy Coding!! ✨

@dfghjkbd
Copy link
Author

@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!

@jessicachawla
Copy link

@dfghjkbd give an idea of the ui you will be keeping

@dfghjkbd
Copy link
Author

@Rakesh9100 please assign me this issue .

@jessicachawla
Copy link

@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

@Rakesh9100
Copy link
Owner

We already have Geometric Progression Calculator @dfghjkbd

@Rakesh9100 Rakesh9100 closed this as not planned Won't fix, can't repro, duplicate, stale Jul 31, 2024
@Rakesh9100 Rakesh9100 added the duplicate 🔁 This issue or pull request already exists label Jul 31, 2024
Copy link

Hello @dfghjkbd! Your issue #1655 has been closed. Thank you for your contribution!! 🙌

@Rakesh9100 Rakesh9100 changed the title Adding Geometric Progression Calculator [Feature] Add Geometric Progression Calculator Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate 🔁 This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants