modinv(x, N)

Computes multiplicative inverse of x modulo N
ダウンロード: 1.4K
更新 2009/4/27

ライセンスの表示

Using variable precision integers, computes y such that
mod(x*y, N) == 1 is TRUE.

引用

Steven Gregory (2024). modinv(x, N) (https://www.mathworks.com/matlabcentral/fileexchange/23802-modinv-x-n), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2006a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersGet Started with Image Processing Toolbox についてさらに検索
謝辞

ヒントを得たファイル: nextperm, logmod

ヒントを与えたファイル: logmod, nextperm, egcd.m

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

Rewrote the code to exploit (the new) VPIs matrix-related functions.

1.0.0.0