modinv(x, N)
Version 1.1.0.0 (1,2 KB) von
Steven Gregory
Computes multiplicative inverse of x modulo N
Using variable precision integers, computes y such that
mod(x*y, N) == 1 is TRUE.
Zitieren als
Steven Gregory (2025). modinv(x, N) (https://www.mathworks.com/matlabcentral/fileexchange/23802-modinv-x-n), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2006a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- Image Processing and Computer Vision > Image Processing Toolbox > Get Started with Image Processing Toolbox >
Mehr zu Get Started with Image Processing Toolbox finden Sie in Help Center und MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.1.0.0 | Rewrote the code to exploit (the new) VPIs matrix-related functions. |
||
1.0.0.0 |