Can You Find the Prime Factors of m Using Euler's Totient Function?

  • Thread starter Thread starter squire636
  • Start date Start date
  • Tags Tags
    Function
squire636
Messages
38
Reaction score
0
I understand that for m = pq where p and q are prime numbers, \Phi(m) = (p-1)(q-1). Is there any way that, knowing the numerical value of m and \Phi(m), we could deduce p and q, the prime factors of m?

Thanks!
 
Physics news on Phys.org
Specifically, I know that a huge number m is the product of two primes and I know \Phi(m)...but I can't figure out which primes those are and I don't want to figure it out by brute force.
 
If you know m=pq and Φ=(p-1)(q-1), then define S=m-Φ+1=p+q.

So you have the product m and the sum S.
That means p and q are the solutions of the quadratic x2 - Sx + m = 0.
 
Thread 'Derivation of equations of stress tensor transformation'
Hello ! I derived equations of stress tensor 2D transformation. Some details: I have plane ABCD in two cases (see top on the pic) and I know tensor components for case 1 only. Only plane ABCD rotate in two cases (top of the picture) but not coordinate system. Coordinate system rotates only on the bottom of picture. I want to obtain expression that connects tensor for case 1 and tensor for case 2. My attempt: Are these equations correct? Is there more easier expression for stress tensor...
Back
Top