[Maxima] Plotting Function with complex parameter

Maximilian Kreuter maxx at 2097.com
Thu May 7 17:05:51 CDT 2009


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


More information about the Maxima mailing list