Saturday, October 3, 2015

modular arithmetic - How would I find the modulo of a large number without using a calculator that supports large numbers?

How would I find the modulo of a large number without using a calculator that supports large numbers like wolfram alpha.




EX: $113^{17} \pmod{91}$

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...