Hi there,
can I use Maxima to plot a given function with complex numbers as input?
e.g. ich have the following function:
f(x):=x^3+5;
now I can plot this (using real numbers):
plot2d(f(x), [x,-4,4]);
but to following (using complex numbers fails):
plot2d(f(x), [x,-4*%i,4*%i]);
Is there a way to do this?
Cheers
Maxx