modinv(x, N)

Computes multiplicative inverse of x modulo N
1,4K téléchargements
Mise à jour 27 avr. 2009

Afficher la licence

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

Citation pour cette source

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

Compatibilité avec les versions de MATLAB
Créé avec R2006a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Get Started with Image Processing Toolbox dans Help Center et MATLAB Answers
Remerciements

Inspiré par : nextperm, logmod

A inspiré : logmod, nextperm, egcd.m

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.1.0.0

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

1.0.0.0