速報APP / 教育 / Number Theory Algorithms

Number Theory Algorithms

價格:免費

更新日期:2018-04-13

檔案大小:20M

目前版本:2.0.1.0

版本需求:Android 4.1 以上版本

官方網站:http://gegprifti.com/NumberTheoryAlgorithms/Index.html

Email:gegprifti.ervin@gmail.com

聯絡地址:隱私權政策

Number Theory Algorithms(圖1)-速報App

Created for personal use this application can handle the following operations:

Calculator:

- add two big integer numbers

Number Theory Algorithms(圖2)-速報App

- subtract two big integer numbers

- multiply two big integer numbers

- divide two big integer numbers

Number Theory Algorithms(圖3)-速報App

- power of a big integer number (performance is based on the device)

- root of a big integer number (performance is based on the device)

- GCD of two big integer numbers

Number Theory Algorithms(圖4)-速報App

- LCM of two big integer numbers

- modulo of two big integer numbers

- modulo inverse of two big integer numbers

Number Theory Algorithms(圖5)-速報App

- check a big integer if is probable prime

- next probable prime to a big integer

Algorithms:

Number Theory Algorithms(圖6)-速報App

- Euclidean Algorithm, compute the greatest common divisor (GCD) of two numbers a and b.

- Extended Euclidean Algorithm, solve for x, y such as ax + by = gcd(a, b).

- Linear Congruence, Solve for x, a congruence of the form ax ≡ b (mod m).

Number Theory Algorithms(圖7)-速報App

- Tonelli-Shanks Algorithm, calculate quadratic residue modulo. Solve for x, a congruence of the form x² ≡ a (mod p) where p is prime.

- Mod-Factors, calculate modular possible factors for a given number and a modulo. Find n ≡ bc (mod a) where (ax + c)(ay + b) = a(axy + bx + cy) + bc = n.

- Primes List, list of primes ordered in columns.

Number Theory Algorithms(圖8)-速報App