0

I have the following :

 w[n_] := E^((2*I*\[Pi])/n)
 Phi[n_, k_, x_] := (1/n)*Sum[(w[n]^(-j*k)*E^(x*w[n]^j)), {j, 0, n - 1}]
 NEuler[n_, x_] := (1/Phi[n, 0, x])
 NEulerPoly[n_, x_, z_] := (E^(x*(z - 1/n)))/Phi[n, 0, x/n]
 NEPoly[n_, z_, r_, M_] := Expand[FullSimplify[Coefficient[r!Normal[Series[NEulerPoly[n, x, z], {x, 0, M}]], x,  r]]]

The polynomials in z are indexed by r and form a sequence $\{z\}_{r\in\mathbb{N}}$. I would like to look at the roots of these complex polynomials by extracting the real and imaginary parts and plotting them as an ordered pair, or by some other method. HOwever, I have no idea how to do this. I don't know mathematica very good and am trying to learn the commands and functions that can handle this type of procedure.

J. M.'s missing motivation
  • 124,525
  • 11
  • 401
  • 574
AveryJessup
  • 101
  • 1

0 Answers0