On Saturday 25 June 2005 22:35, Harry Kanda wrote:
> Hello all,
>
> I hope this is an easy question to answer.. basically i want to save a
> file with a series of functions on..
>
> Secondly i'd like to get all the output from this file
>
> i.e.. i'd type something like load(url)
> and get the complete output for this file...
>
> secondly.. if this is possible.. surpress some of the output.. so that
> only one type of function and their results are shown in my xMaxima
> terminal!
You could try to save the file as "myfuncs.max" and start maxima with:
maxima < myfuncs.max
this will read and execute the myfuncs.max file line by line and display it's
output.
To suppress output for certain lines, terminate the line with $ instead of ;
hth,
Max