modinv(x, N)

Computes multiplicative inverse of x modulo N
1,4K download
Aggiornato 27 apr 2009

Visualizza la licenza

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

Cita come

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

Compatibilità della release di MATLAB
Creato con R2006a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Get Started with Image Processing Toolbox in Help Center e MATLAB Answers
Riconoscimenti

Ispirato da: nextperm, logmod

Ispirato: logmod, nextperm, egcd.m

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

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

1.0.0.0