> Yes, you can do this. Put your functions into a file called
> maxima-init.mac. Put this file in place Maxima will find it.
> This file will load when maxima starts.
> You can also have a maxina-init.lisp file of common lisp code.
Just want to add one thing...
The search path for maxima-init.mac is file_search_maxima; the search
path for maxima-init.lisp is file_search_lisp. For more info on these
variables, do describe("file_search").
By the way, output is turned off during the execution of these init
commands, and Maxima commands do not affect C1/D1 labels, so don't be
surprised if you see no visible effects from your init files.
-s