Euler's totient function

Posted rsapaper

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Euler's totient function相关的知识,希望对你有一定的参考价值。

https://en.wikipedia.org/wiki/Euler‘s_totient_function

 counts the positive integers up to a given integer n that are relatively prime to n. 

 if two numbers m and n are relatively prime, then φ(mn) = φ(m) φ(n);

 

https://zh.wikipedia.org/wiki/同餘

数学上,同余英语:congruence modulo[1]符號:≡)是數論中的一種等價關係[2]。當两个整数以同一个整数,若得相同余数,则二整数同余。同餘是抽象代數中的同餘關係的原型[3]。最先引用同余的概念与「≡」符号者为德國数学家高斯

 

https://en.wikipedia.org/wiki/Modular_multiplicative_inverse

In modular arithmetic, the modular multiplicative inverse of an integer a modulo m is

an integer x such that  a x ≡ 1 ( mod m ) .

 

 

 

  

 

以上是关于Euler's totient function的主要内容,如果未能解决你的问题,请参考以下文章

POJ 2480 Longge's problem

Euler’s Formula 关于欧拉公式的理解

PE512Sums of totients of powers(欧拉函数)

欧拉路问题

ZOJ The Sum of Unitary Totient (Min_25筛)

[数学]Euler‘s Method 欧拉方法