On Jan 29, 2008 2:35 PM, Dan Soendergaard <dan1990 at gmail.com> wrote:
> As an old Mathcad user I'm used to save some of my most used formulas
> as a worksheet. Is there some similar functionality in Maxima?
> Basically, when I've defined a function, is it possible to save that
> function somewhere, close maxima, open it again, and use that
> function?
Dan, probably the easiest thing is grind(myfunction) which prints
the function definition, then copy & paste that into a file.
Then next time you want to use that function, load("myfile.mac")
loads it. There are other ways to achieve that effect,
but I think that is simplest.
best
Robert Dodier