modinv(x, N)

版本 1.1.0.0 (1.2 KB) 作者: Steven Gregory
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 CenterMATLAB Answers 中查找有关 Get 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