In[177]:=
Re[z]^7 (1 + 14 I Im[z] - 63 Im[z]^2 - 7 I Im[z] Re[z] +
42 Im[z]^2 Re[z]) /. z -> (1 + I)
Out[177]= -20 + 7 I
ComplexPlot[(Re[
z]^7 (1 + 14 I Im[z] - 63 Im[z]^2 - 7 I Im[z] Re[z] +
42 Im[z]^2 Re[z]) /. z -> {z +}), {z, -2 - 2 I, 2 + 2 I}]
this next snip is from Examples in Help for Binomial
ComplexPlot3D[Binomial[z, 1/5], {z, -2 - 2 I, 2 + 2 I},
PlotLegends -> Automatic]
MathematicalFunctionData["Binomial", "NamedIdentities"] // Length == 18
{"Central binomial coefficient", "Eulerian number", ...}
(Mathematica has 18 Binomial theorems which can be shown, if you would like to see them)
I'm unsure about your objective. I don't doubt you have a modified binomial theorem that will apply for complex numbers - there are many theorems to appeal to. But I'm unsure if you are attempting to apply the theorem to find coefficients of the equations (the coefficients are already provided?). I'm unsure if the 7 equations are meant to be combined to prove a binomial theorem.
The notebook contains many syntax errors. You will need to use Help and follow examples or post the text of the theorem you wish to use.
I provided an example plot from the 7th order equation in the notebook.
Attachments: