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

Maths #197

Open
21 tasks done
geekquad opened this issue Oct 4, 2020 · 44 comments
Open
21 tasks done

Maths #197

geekquad opened this issue Oct 4, 2020 · 44 comments
Labels
beginner-friendly A beginner friendly issue good first issue Good for newcomers python up-for-grab

Comments

@geekquad
Copy link
Owner

geekquad commented Oct 4, 2020

Implementation of the following in Python:

  • Find volumes of various shapes (cube, cuboid, cone, right circular cone, prism, pyramid, sphere, circular cylinder)

  • Zellers Congruence Algorithm

  • Ugly numbers

  • Sum of n terms in a Geometric Progression

  • Sum of Digits of a number

  • Sum of n terms in an Arithmetic progression

  • Simpson Rule

  • Segmented Sieve

  • Roots for any Quadratic Equation

  • QR-decomposition of the matrix A using Householder reflection

  • Pythagoras Implementation

  • Prime Numbers up to N numbers

  • Area under the curve using the trapezoidal rule

  • Newton-Raphson method

  • Lucas Sequence Using Recursion

  • Least common multiple of two numbers

  • Peterson Number

  • Jaccard similarity

  • Greatest Common Divisor

  • Extended Euclidean Algorithm

  • Bailey-Borwein-Plouffe (BBP) Implementation

Needs to be merged in "python/maths"

@vijay5158
Copy link
Contributor

Please assign me :
Sum of digits of a no.
Pythagoras implementation

@geekquad
Copy link
Owner Author

geekquad commented Oct 4, 2020

Assigning Sum of digits of a number and Pythagoras implementation to @vijay5158

@Sowmyasree101
Copy link
Contributor

@geekquad can u assign me sum of n terms of a geometric progression?

@MAJOR-BEAST
Copy link
Contributor

@geekquad can u assign me sum of n terms of a geometric progression?

Assigning @Sowmyasree101 with sum of n terms of a geometric progression.

@Sowmyasree101
Copy link
Contributor

@geekquad I created pullrequest for the previous problem. Now I want to work on sum of n terms of Arithmetic progression. Can u assign it to me?

@jigneshoo7
Copy link
Contributor

assignment me

@geekquad
Copy link
Owner Author

geekquad commented Oct 4, 2020

Assigning sum of n terms of Arithmetic progression to @Sowmyasree101.

@geekquad
Copy link
Owner Author

geekquad commented Oct 4, 2020

Hey @jigneshoo7, which one would you like to work on?

@MAJOR-BEAST
Copy link
Contributor

Assigning Greatest Common Divisor to @tarishij17

@MAJOR-BEAST MAJOR-BEAST assigned geekquad and unassigned geekquad Oct 4, 2020
@tarishij17
Copy link
Contributor

GCD : #206

@jigneshoo7
Copy link
Contributor

Please assign me for Roots for any Quadratic Equation

@jigneshoo7
Copy link
Contributor

Assign me for Roots for any Quadratic Equation

@Atharv-Joshi
Copy link
Contributor

@geekquad can you please assign Least common multiple to me?

@geekquad
Copy link
Owner Author

geekquad commented Oct 4, 2020

Assigning Roots for any Quadratic Equation to @jigneshoo7
Assigning Least common multiple to @Atharv-Joshi

@saileshbro
Copy link
Contributor

@geekquad assign me

  • Prime Numbers up to N numbers
  • Newton-Raphson method
  • Area under the curve using the trapezoidal rule

@jigneshoo7
Copy link
Contributor

jigneshoo7 commented Oct 4, 2020 via email

@Anagha-2000
Copy link
Contributor

Anagha-2000 commented Oct 4, 2020

Hey, can you assign me :

  1. Find volumes of various shapes (cube, cuboid, cone, right circular cone, prism, pyramid, sphere, circular cylinder)
  2. Roots for any Quadratic Equation

@vijay5158
Copy link
Contributor

vijay5158 commented Oct 5, 2020

@geekquad Can you assign me Zellers Congruence Algorithm and lucas number using recursion ?

@geekquad
Copy link
Owner Author

geekquad commented Oct 5, 2020

Assigning Zellers Congruence Algorithm and Lucas number using recursion to @vijay5158

@jigneshoo7
Copy link
Contributor

Can you assign me for Simpson Rule

Segmented Sieve

@geekquad
Copy link
Owner Author

geekquad commented Oct 5, 2020

Assigning Simpson Rule and Segmented Sieve to @jigneshoo7

@CodeSudo
Copy link
Contributor

CodeSudo commented Oct 6, 2020

can you assign me Bailey-Borwein-Plouffe (BBP) Implementation?

@jigneshoo7
Copy link
Contributor

Can you assign me for Jaccard similarity?

@geekquad
Copy link
Owner Author

geekquad commented Oct 6, 2020

Assigning Bailey-Borwein-Plouffe (BBP) to @Iampradeepkundra.

@pranavkarnani
Copy link
Contributor

pranavkarnani commented Oct 6, 2020

@geekquad I was already assigned jaccard similarity and I have already made a pull request for the same.

@geekquad
Copy link
Owner Author

geekquad commented Oct 6, 2020

Sorry for the confusion. Yes @pranavkarnani, Jaccard similarity stays with you.

@JaniniRami
Copy link

I would like to contribute QR-decomposition of the matrix A using Householder reflection, can you assign me!

@geekquad
Copy link
Owner Author

Assigning QR-decomposition to @JaniniRami07.

@Aarti002
Copy link
Contributor

hello @geekquad can you assign lowest common factor and greatest common divisor of two numbers to me i would use python

@Aarti002
Copy link
Contributor

@geekquad can i take ugly numbers and Sum of n terms in a Geometric Progression too ?
I'm gonna use python for this all problems.

@geekquad
Copy link
Owner Author

Hey @Aarti002, all the issues here have been assigned to someone. But we have more here. Please see that if you can contribute to something else. Thankyou.

@pratyush25
Copy link

@geekquad Hi, are contributions for calculations of the volume of various shapes open ?

@pratyush25
Copy link

@geekquad could you please inform the topics which are open for contributions ?

@geekquad
Copy link
Owner Author

geekquad commented Dec 7, 2020

Hey @pratyush25, I am afraid each issue in this section #197 is already assigned to people.
Please check here. We have plenty of issues open.

@Sunseption
Copy link

Assigning Sum of digits of a number and Pythagoras implementation to @vijay5158

are all of the math problems solved?

@pratyusha-samidhapudi
Copy link

Hey @geekquad

Can you please assign me prime numbers upto N numbers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment