I am very new to Mathematica. Everything is a nightmare to me. I am trying to calculate a product
Product[((1 - 0.9 z^-1 Power[E, -I k (11 \[Pi])/50]) (1 -
0.9 z^-1 Power[E, I k (11 \[Pi])/50])), {k, 1, 4}]
but Mathematica answers on the form
(1 - (0.6934619184982104 + 0.5736815907738206*I)/z)*
(1 - (0.6934619184982104 - 0.5736815907738206*I)/z)*
(1 - (0.16864318312715226 + 0.8840585256558198*I)/z)*
(1 - (0.16864318312715226 - 0.8840585256558198*I)/z)*
(1 + (0.4335783066915439 - 0.7886760120394771*I)/z)*
(1 + (0.4335783066915439 + 0.7886760120394771*I)/z)*
(1 + (0.8367988372994263 - 0.3313120974162103*I)/z)*
(1 + (0.8367988372994263 + 0.3313120974162103*I)/z)
whereas I would like to retain the exact exponential form instead of evaluating the expression numerically.
Thanks