Problem 656. Calculate Euler's phi function
Compute the Euler's phi function of a large integer.
For more information about this topic please visit: Euler's totient function.
With these constraints:
- n is a nonnegative integer greater than 0.
- "large integer" means 32bit integer
- vectorized Input
Examples:
- eulerphi(4) = 2
- eulerphi(11) = 10
Solution Stats
Problem Comments
-
2 Comments
Ben Ausdenmoore
on 4 May 2012
I'm pretty sure eulerphi(1) is 1. Mind checking that please! I'm just going off the table given through your link there.
Freddy
on 4 May 2012
It is corrected. Thanks for your help!
Solution Comments
Show commentsProblem Recent Solvers100
Suggested Problems
-
362 Solvers
-
242 Solvers
-
Number of 1s in a binary string
10885 Solvers
-
middleAsColumn: Return all but first and last element as a column vector
640 Solvers
-
Square Digits Number Chain Terminal Value (Inspired by Project Euler Problem 92)
249 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!