AlgoBook icon indicating copy to clipboard operation
AlgoBook copied to clipboard

Maths

Open geekquad opened this issue 3 years ago • 44 comments

Implementation of the following in Python:

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

  • [x] Zellers Congruence Algorithm

  • [x] ~~Ugly numbers~~

  • [x] ~~Sum of n terms in a Geometric Progression~~

  • [x] ~~Sum of Digits of a number~~

  • [x] ~~Sum of n terms in an Arithmetic progression~~

  • [x] Simpson Rule

  • [x] Segmented Sieve

  • [x] Roots for any Quadratic Equation

  • [x] QR-decomposition of the matrix A using Householder reflection

  • [x] ~~Pythagoras Implementation~~

  • [x] Prime Numbers up to N numbers

  • [x] Area under the curve using the trapezoidal rule

  • [x] Newton-Raphson method

  • [x] Lucas Sequence Using Recursion

  • [x] ~~Least common multiple of two numbers~~

  • [x] ~~Peterson Number~~

  • [x] ~~Jaccard similarity~~

  • [x] ~~Greatest Common Divisor~~

  • [x] ~~Extended Euclidean Algorithm~~

  • [x] Bailey-Borwein-Plouffe (BBP) Implementation

Needs to be merged in "python/maths"

geekquad avatar Oct 04 '20 06:10 geekquad

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

vijay5158 avatar Oct 04 '20 06:10 vijay5158

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

geekquad avatar Oct 04 '20 06:10 geekquad

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

Sowmyasree101 avatar Oct 04 '20 07:10 Sowmyasree101

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

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

MAJOR-BEAST avatar Oct 04 '20 07:10 MAJOR-BEAST

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

Sowmyasree101 avatar Oct 04 '20 08:10 Sowmyasree101

assignment me

jigneshoo7 avatar Oct 04 '20 08:10 jigneshoo7

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

geekquad avatar Oct 04 '20 08:10 geekquad

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

geekquad avatar Oct 04 '20 08:10 geekquad

Assigning Greatest Common Divisor to @tarishij17

MAJOR-BEAST avatar Oct 04 '20 09:10 MAJOR-BEAST

GCD : https://github.com/geekquad/AlgoBook/pull/206

tarishij17 avatar Oct 04 '20 10:10 tarishij17

Please assign me for Roots for any Quadratic Equation

jigneshoo7 avatar Oct 04 '20 10:10 jigneshoo7

Assign me for Roots for any Quadratic Equation

jigneshoo7 avatar Oct 04 '20 10:10 jigneshoo7

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

Atharv-Joshi avatar Oct 04 '20 13:10 Atharv-Joshi

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

geekquad avatar Oct 04 '20 13:10 geekquad

@geekquad assign me

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

saileshbro avatar Oct 04 '20 14:10 saileshbro

Ok

On Sun, 4 Oct 2020 7:57 pm Sailesh Dahal, [email protected] wrote:

@geekquad https://github.com/geekquad assign me

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

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/geekquad/AlgoBook/issues/197#issuecomment-703263656, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARGZKXV4E6VOFMIEDMB3TSDSJCA5HANCNFSM4SDQL4XQ .

jigneshoo7 avatar Oct 04 '20 14:10 jigneshoo7

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

Anagha-2000 avatar Oct 04 '20 14:10 Anagha-2000

  • Assigning Least common multiple to @Atharv-Joshi.
  • Assigning Prime Numbers up to N numbers, Newton-Raphson method, and area under the curve using the trapezoidal rule to @saileshbro.
  • Assigning Find volumes of various shapes (cube, cuboid, cone, right circular cone, prism, pyramid, sphere, circular cylinder) to @Anagha-2000. Roots for Quadratic has already been assigned to someone. Please look for any other issue you would like to contribute to.

geekquad avatar Oct 04 '20 17:10 geekquad

I would also like to work on ugly numbers

Anagha-2000 avatar Oct 04 '20 17:10 Anagha-2000

Assigning Ugly Numbers to @Anagha-2000. Happy Coding :)

geekquad avatar Oct 04 '20 17:10 geekquad

Hey @geekquad assign me jaccard similarity

pranavkarnani avatar Oct 04 '20 19:10 pranavkarnani

Assigning Jaccard similarity to @pranavkarnani. Happy Coding :)

geekquad avatar Oct 04 '20 20:10 geekquad

@geekquad can u assign me peterson number

Sowmyasree101 avatar Oct 04 '20 20:10 Sowmyasree101

Can you assign me on extended Euclidean algorithm?

Vrok2401 avatar Oct 05 '20 03:10 Vrok2401

Assigning Peterson Number to @Sowmyasree101. Assigning Extended Euclidean Algorithm to @Vrok2401.

geekquad avatar Oct 05 '20 09:10 geekquad

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

vijay5158 avatar Oct 05 '20 09:10 vijay5158

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

geekquad avatar Oct 05 '20 10:10 geekquad

Can you assign me for Simpson Rule

Segmented Sieve

jigneshoo7 avatar Oct 05 '20 11:10 jigneshoo7

Assigning Simpson Rule and Segmented Sieve to @jigneshoo7

geekquad avatar Oct 05 '20 13:10 geekquad

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

CodeSudo avatar Oct 06 '20 10:10 CodeSudo