[parent][next]
β¨DefinitionΒ A-8.1β© Cyclotomic Polynomial
The π§-th Cyclotomic Polynomial: is a polynomial whose roots are the primitive n-th root of unity, that is:
Remember the Eulerβs formula: e2πππβn = cosβ‘ (2ππ n ) + i β sinβ‘ (2ππ n )
A few pre-computed cyclotomic polynomials are as follows:
Ξ¦1(x) = x β1 Ξ¦2(x) = x + 1 Ξ¦3(x) = x2 + x + 1 Ξ¦4(x) = x2 + 1 Ξ¦5(x) = x4 + x3 + x2 + x + 1 Ξ¦6(x) = x2 βx + 1 Ξ¦7(x) = x6 + x5 + x4 + x3 + x2 + 1 Ξ¦8(x) = x4 + 1 Ξ¦9(x) = x6 + x3 + 1 Ξ¦10(x) = x4 βx3 + x2 βx + 1
As one example,
= (x β (cosβ‘ (Ο 2) + i β sinβ‘ (Ο 2))) β (x β (cosβ‘ (3Ο 2 ) + i β sinβ‘ (3Ο 2 )))
= (x βi)(x + i) = x2 + 1