modinv(x, N)

Computes multiplicative inverse of x modulo N

Ahora está siguiendo esta publicación

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

Citar como

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

Agradecimientos

Inspirado por: nextperm, logmod

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

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.1.0.0

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

1.0.0.0