Thursday, April 14, 2016

calculate modular algorithm with large exponents

I don't know how to calculate the following modulo: $$321^{654} \mod 1013$$


Are there some easy way to do this?

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...