Am 11 Mar 2006 um 14:09 hat Hugo Coolens geschrieben:
> Is there a way to make add-on packages such as log10.mac permanent in
> stead of entering load("/foo/bar/log10.mac"); each time you start maxima?
>
Yes, Hugo,
you have to write a file named maxima-init.mac
and put in there every valid Maxima expression you want. This will be read at every
start or restart.
Ask Maxima with
file_search_maxima;
where to place this file.
Also you can have a look into
Tips and tricks for using Maxima
at http://maxima.sourceforge.net/docs.shtml
Volker van Nek
Hi all,
why shouldn't we add maxima-init.mac to Maxima
and write in there some outcommented examples?