modinv(x, N)

Computes multiplicative inverse of x modulo N
1,4K descargas
Actualizado 27 abr 2009

Ver licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2006a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Get Started with Image Processing Toolbox en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: nextperm, logmod

Inspiración para: logmod, nextperm, egcd.m

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

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

1.0.0.0