17 May 17:17
stringout() problem with Maxima 5.15.0
From: andre maute <andre.maute <at> gmx.de>
Subject: stringout() problem with Maxima 5.15.0
Newsgroups: gmane.comp.mathematics.maxima.general
Date: 2008-05-17 15:19:48 GMT
Subject: stringout() problem with Maxima 5.15.0
Newsgroups: gmane.comp.mathematics.maxima.general
Date: 2008-05-17 15:19:48 GMT
I have the following maxima file
------ test.max -------------------
output_integer(z) := block(
[tmp],
tmp : file_output_append,
file_output_append : true,
stringout( "output.txt", "/* integer */" ),
stringout( "output.txt", z ),
file_output_append : tmp,
return(z)
);
output_integer(1);
------ test.max -------------------
using my NEW Maxima installation (maxima -b test.max), I have
------------------------------------------------
Maxima 5.15.0 http://maxima.sourceforge.net
Using Lisp CLISP 2.45 (2008-05-15)
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
(Continue reading)
RSS Feed