modinv(x, N)

Computes multiplicative inverse of x modulo N

Sie verfolgen jetzt diese Einreichung

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

Zitieren als

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

Quellenangaben

Inspiriert von: nextperm, logmod

Inspiriert: logmod, nextperm, egcd.m

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
1.1.0.0

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

1.0.0.0