Number Theory Algorithms Application icon

Number Theory Algorithms 3.0.6.3

15.6 MB / 10K+ Downloads / Rating 3.9 - 115 reviews


See previous versions

Number Theory Algorithms, developed and published by ERVIN GEGPRIFTI, has released its latest version, 3.0.6.3, on 2024-12-26. This app falls under the Education category on the Google Play Store and has achieved over 10000 installs. It currently holds an overall rating of 3.9, based on 115 reviews.

Number Theory Algorithms APK available on this page is compatible with all Android devices that meet the required specifications (Android 5.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.gegprifti.android.numbertheoryalgorithms

Updated: 1 month ago

Developer Name: ERVIN GEGPRIFTI

Category: Education

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Number Theory Algorithms on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

3.9
Total 115 reviews

Reviews

5 ★, on 2020-06-14
Very good app for college students to solve number theoretical problems.... With having a look at the method to solve that

4 ★, on 2019-02-25
Overall, a good app for primality and mod calculations. Would be nice to have an option to disable the tactile vibration, which is a bit annoying as it's there on pressing any button.

1 ★, on 2020-09-09
It takes to much time in searching and it's not useful at all

1 ★, on 2019-07-26
you can't write your own

5 ★, on 2018-07-15
Great app, made Number Theory much easier.

5 ★, on 2019-01-28
Primer LLC

Previous Versions

Number Theory Algorithms 3.0.6.3
2024-12-26 / 15.6 MB / Android 5.0+

Number Theory Algorithms 3.0.6.1
2023-12-09 / 14.6 MB / Android 5.0+

About this app

Calculator:
Add two big integer numbers
Subtract two big integer numbers
Multiply two big integer numbers
Divide two big integer numbers
Power of a big integer number
Root of a big integer number
Greatest Common Divisor (GCD) of two big integer numbers
Lowest Common Multiple (LCM) of two big integer numbers
Modulo of two big integer numbers
Modulo Inverse of two big integer numbers
Check if a big integer is probable prime
Euler's phi-function
Factorial
Next probable prime to a big integer number
Next twin prime pair to a big integer number

Algorithms:
Simple Quadratic Form. Solve for x,y such as bxy+dx+ey=f where b,d,e,f,x,y in Z.
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 Diophantine Equation In Two Variables. Solve for x,y such as ax+by=c.
Linear Congruence In One Variable. Solve for x a congruence of the form ax ≡ b (mod m).
Linear Congruence In Two Variables. Solve for x,y a congruence of the form ax+by ≡ c (mod m).
Tonelli-Shanks Algorithm. Calculate the 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.

Note: Performance is based on the device.

New features

Some improvements in Quadratic Form Algorithm.

App Permissions

Allows access to the vibrator.
Allows applications to open network sockets.
Allows an application to read from external storage.
Allows applications to access information about networks.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.