two versions of the Euler-phi function

バージョン 1.0.0 (1.42 KB) 作成者: Thomas
two brief implementations of the Eulerphi function
ダウンロード: 21
更新 2020/6/11

ライセンスの表示

Version 1 using prime factorization
Version 2 using FFT
as examples try:
eulerphi(100) or eulerphiFFT(100) or
for k = 1:1000; ep(k) = eulerphi(k) ; end; scatter((1:1000),ep,3)

引用

Thomas (2026). two versions of the Euler-phi function (https://jp.mathworks.com/matlabcentral/fileexchange/76847-two-versions-of-the-euler-phi-function), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2019a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0