Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
剰余乗算逆数の計算に問題があります。例私は整数A = 151とを持っていM = 541ます。151 mod 541。逆 mod 151 から 541 は 43 です。matlab で剰余乗算逆数を計算する方法は?
A = 151
M = 541