Modular Arithmetic 4+
Benjamin Burton
-
- ¥15.00
截屏
简介
A calculator for arithmetic modulo N. It lets you choose a fixed modulus, and then make lots of calculations without having to press a "mod" button again and again. It also:
- follows the order convention;
- supports arbitrarily large numbers;
- performs fast modular division and exponentiation;
- can show a full transcript of your calculation.
Modular arithmetic is a "calculus of remainders". It features throughout mathematics and computer science, and has applications from cryptography to barcodes to music.
The basic idea is that you choose a modulus N, and then reduce every number to one of the integers 0,1,2,...,N−1 according to what remainder it leaves when dividing by N.
For example, using a modulus of 17:
40 ≡ 6 (since 40 ÷ 17 leaves a remainder of 6);
17 ≡ 0 (since 17 ÷ 17 leaves no remainder at all).
Arithmetic follows these same rules. Still using a modulus of 17:
15 + 7 ≡ 5 (since 22 ≡ 5);
3 × 9 ≡ 10 (since 27 ≡ 10);
5 ^ 3 ≡ 6 (since 125 ≡ 6).
Subtraction and division behave in a way that complements addition and multiplication:
−1 ≡ 16 (since 16 + 1 = 17 ≡ 0);
1/2 ≡ 9 (since 9 × 2 = 18 ≡ 1);
4 - 7 ≡ 14 (since 14 + 7 = 21 ≡ 4);
7 ÷ 3 = 8 (since 8 × 3 = 24 ≡ 7).
There are no negative numbers or fractions: like −1 and 7 ÷ 3 in the examples above, these are also reduced to one of 0,1,...,N−1.
As usual, you cannot divide by zero. You also cannot divide if the right hand side has any common factors with the modulus. If we change our modulus to 10, then the following operations all generate errors:
3 ÷ 20 (since 20 ≡ 0);
7 ÷ 8 (since 8 and 10 have a common factor of 2).
Integers can be arbitrarily large. For instance, if we set our modulus to 2305843009213693951 (a Mersenne prime), then:
5 ^ 2305843009213693950 ≡ 1 (by Fermat's little theorem).
The code is written carefully, and is backed up by a thorough suite of 186 automated tests.
App 隐私
开发者“Benjamin Burton”已表明该 App 的隐私规范可能包括了下述的数据处理方式。有关更多信息,请参阅开发者隐私政策。
未收集数据
开发者不会从此 App 中收集任何数据。
隐私处理规范可能基于你使用的功能或你的年龄等因素而有所不同。了解更多
信息
- 提供者
- Benjamin Burton
- 大小
- 1.3 MB
- 类別
- 教育
- 兼容性
-
- iPhone
- 设备需装有 iOS 12.0 或更高版本。
- iPad
- 设备需装有 iPadOS 12.0 或更高版本。
- iPod touch
- 设备需装有 iOS 12.0 或更高版本。
- Mac
- 设备需装有 macOS 10.15 或更高版本。
- Apple Vision
- 设备需装有 visionOS 1.0 或更高版本。
- 语言
-
英语
- 年龄分级
- 4+
- Copyright
- © 2013–2020 Benjamin Burton
- 价格
- ¥15.00
支持
-
家人共享
启用“家人共享”,即可让最多 6 个家庭成员使用此 App。