Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiplicative order article #1131

Open
jxu opened this issue Aug 9, 2023 · 0 comments
Open

Multiplicative order article #1131

jxu opened this issue Aug 9, 2023 · 0 comments

Comments

@jxu
Copy link
Contributor

jxu commented Aug 9, 2023

Algorithm is given here https://rosettacode.org/wiki/Multiplicative_order

A useful property I learned from project euler: ord_p^k (n) = ord_p^(k-1) or p times that. https://math.stackexchange.com/questions/2216347/recursive-relation-of-multiplicative-orders-for-integers-modulo-a-prime-power?rq=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants