Log



On Wed, 2005-03-09 at 03:43, Andreas Volz wrote:
> Am Tue, 08 Mar 2005 13:54:03 -0500 schrieb Raymond Toy:

> > log10(x) := log(x)/log(10);
> > log2(x) := log(x)/log(2);
> 
> Yes, this worked. How could I change maxima to use this functions
> everytime it starts without typing them again? I tried to insert them
> into /home/andreas/.maximarc or another file that is listed in the
> manpage, but it doesn't work.

You should put the above commands in
"/home/andreas/.maxima/maxima-init.mac". I can see that the man page is
very unclear on that point. I will fix it for 5.9.2.

--Jim