Dear Group,
I cannot manage to plot a function in a logarithmic diagram.
When I try commands like these it does not work:
(C111) Plot2d( abs(1/(1+x*%I)), [x,0,10], LOG );
LOG is not a plot option. Must be [symbol,..data]
-- an error. Quitting. To debug this try DEBUGMODE(TRUE);)
I can of course calculate a new function that logaritmizes the argument and
the output value, but maybe you know of a smoother way to do this.
Many thanks,
Goran
Ps. I use Maxima 5.9.0 in Windows, with the built-in plot command.