Subject: will maxima print a homemade function definition?
From: Edwin Woollett
Date: Fri, 17 Aug 2007 13:28:56 -0700
Suppose I create a small function such as
geth() := block(
[ hlist : [0.1,0.05,0.02,0.01] ],
for h in hlist do print(" h = ", h)
)$
in a text file, and use "load(filename);" to use this function in my current
maxima work session.
I don't want to use "batch", since I don't want the definition echoed as I
load it.
Later, using "functions;" I will get the name "geth() " printed out.
Is there also a way, at this later time, to get Maxima to print out (echo)
the maxima code defining this function?
Ted Woollett
win xp v.5.12