Skip to content

Commit e469b1c

Browse files
authored
Update SHORT_NOTES.md
1 parent bb09066 commit e469b1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SHORT_NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ for instance , 21 = 3 * 7
2525
2626
There are exactly 12 numbers below 21 that are Co-prime with 21.
2727

28-
Another important characteristics of Phi function is :
28+
Another two important characteristics of Phi function is :
29+
#### Summation of all the Phi of divisors of gcd(a,b) is equal to gcd(a,b)
2930
#### Summation of all the Phi of divisors of n is equal to n
3031

3132
If N has 4 divisors d1,d2,d3 and d4 then
@@ -91,4 +92,3 @@ A simple source code in cpp can be found [here](https://github.com/raihankhan/DA
9192
#### For multiple queries we can calculate all the prime numbers requied using a seive of eratostenes and then calculate phi for each query. [This](https://github.com/raihankhan/DATA-STRUCTURE-AND-ALGORITHMS/blob/master/Number%20Theory/Euler's%20Phi%20for%20multiple%20queries(optimized).cpp) is a simple source code illustration.
9293

9394
94-

0 commit comments

Comments
 (0)