How Can I Solve a Modulo Equation with Large Values?

  • Context: Graduate 
  • Thread starter Thread starter mathnub31
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
mathnub31
Messages
1
Reaction score
0
How would one normally solve this type of equation

x^a = b (mod n)

Is there any trick to solve it if I know that n = 465992738619896000 and a = 23407534262244700, or perhaps an algorithm?
 
on Phys.org
The existence can be checked with the help of reciprocity laws, but it's a formidable task ( to speak nothing about HOW to find x).