First time here? Check out the FAQ!
answered 4 years ago
var('x') sqplot = [CC(x + x^2*I - 2*x*I + 5*I) for x in [-5..7,step=.01]] point(sqplot,size=2)
updated 4 years ago
You can use point in a list comprehension for an Argand plane.