Modular Arithmetic

このアプリは現在ストアで閲覧することができません。
価格 300円
ダウンロード
ジャンル教育
サイズ
1.4MB
開発者Benjamin Burton
順位
ジャンル別:
---
総合:
---
リリース日2013-08-18 04:43:40
評価 評価が取得できませんでした。
互換性iOS 12.0以降が必要です。
iPhone、iPad および iPod touch 対応。
  • 2024-06-03 このアプリは現在ストアから情報が取得できません。削除された可能性があります。
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.

This app supports external keyboards, Siri Shortcuts, and (on iPad) Slide Over, Split View, and multiple windows.

更新履歴
- Supports multiple windows on iPad, so you can run two calculators side by side.
- Updated to run nicely on macOS.
- Other minor updates for iOS 14.
  • 現在ランキング圏外です。
更新日時:2024年6月3日 17時25分
 
ブログパーツ第二弾を公開しました!ホームページでアプリの順位・価格・周辺ランキングをご紹介頂けます。
ブログパーツ第2弾!

アプリの周辺ランキングを表示するブログパーツです。価格・順位共に自動で最新情報に更新されるのでアプリの状態チェックにも最適です。
ランキング圏外の場合でも周辺ランキングの代わりに説明文を表示にするので安心です。

サンプルが気に入りましたら、下に表示されたHTMLタグをそのままページに貼り付けることでご利用頂けます。ただし、一般公開されているページでご使用頂かないと表示されませんのでご注意ください。

幅200px版

幅320px版
 
Now Loading...

「iPhone & iPad アプリランキング」は、最新かつ詳細なアプリ情報をご紹介しているサイトです。 お探しのアプリに出会えるように様々な切り口でページをご用意しております。
メニュー」よりぜひアプリ探しにお役立て下さい。

  コンタクト   プライバシーポリシー

Presents by $$308413110    スマホからのアクセスにはQRコードをご活用ください。 →

Now loading...screenshot
スマートフォン用サイトへ >