shawon-majid / Problem-Solving-Discussion

0 stars 1 forks source link

Number Theory #1

Open shawon-majid opened 3 years ago

shawon-majid commented 3 years ago

Euler Totient Function Basic blog: https://cp-algorithms.com/algebra/phi-function.html

shawon-majid commented 3 years ago

Number Theory Introduction

Basic blog: https://davidaltizio.web.illinois.edu/Divisors%20and%20Divisibility%20Overview.pdf Modular Arithmetic : https://davidaltizio.web.illinois.edu/ModularArithmetic.pdf

shawon-majid commented 3 years ago

Number theory Basic idea from Mahbubul Alam Shanto CP book

shawon-majid commented 2 years ago

Euclidean Algorithm Basic Blog: https://mathworld.wolfram.com/EuclideanAlgorithm.html Code : https://cp-algorithms.com/algebra/euclid-algorithm.html

Extended Euclidean Algorithm Blog 1: Basic and Code From CP Algo Blog 2: University of Colorado denver Blog 3: Diophantine Equation From wolfram Mathworld Blog 4: Diophantine Equation from CP Algo

Additional: There can be finite and infinite multiple solution or no solution to diophantine equations: Blog