Processing math: 100%
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

plot circle using complex numbers

I want to plot the zC such that |za|=2 using the CDF function.

What I have tried is

a = CDF(3,0)
C1 = solve(CDF(z-a).abs()==2,z)

But I cannot use a symbolic expression.

My idea is to plot the points given in C. I would really appreciate any answer solving the problem using the ComplexDoubleField.