first of all i'm sorry about my english.
i'm learning computer science and now im studing about the FFT algorithm which using the comlex unitiy roots, and i came to a strange conclusion.
if
e^((2*PI*k*i)/n) = cos(2*PI*k/n) + i*sin(2*PI*k/n)
[for i imaginary number, and k,n natural numbers]
for all k,n (from the Euler's formula), than why
(e^2*PI*i)^(k/n) = (cos(2*PI) + i*sin(2*PI))^(k/n) = (1+i*0)^(k/n) = 1
for all k,n
clearly there is something that i missing. i don't think its the algebra because the exponent rules are the same with the complex number as the
real numbers, but i can't figure out what is it.
hoping for your help and thank you very much !
i'm learning computer science and now im studing about the FFT algorithm which using the comlex unitiy roots, and i came to a strange conclusion.
if
e^((2*PI*k*i)/n) = cos(2*PI*k/n) + i*sin(2*PI*k/n)
[for i imaginary number, and k,n natural numbers]
for all k,n (from the Euler's formula), than why
(e^2*PI*i)^(k/n) = (cos(2*PI) + i*sin(2*PI))^(k/n) = (1+i*0)^(k/n) = 1
for all k,n
clearly there is something that i missing. i don't think its the algebra because the exponent rules are the same with the complex number as the
real numbers, but i can't figure out what is it.
hoping for your help and thank you very much !
Last edited: