Hi,
1. Why in package is :
(in-package :maxima)
?
As I know it is a Lisp command which makes current package.
I have not found package called maxima.
I know that it works, but I thought that it "should" be :
(in-package complex_dynamics)
2. Why in complex_dynamics.lisp function name is :
$mandelbrot
and it is called in Maxima :
mandelbrot
Best regards
Adam