Online Algebra Calculator
Many of users do not use powerful Maxima computer algebra system for systematic work, but for ad hoc algebraic calculations – equations, functions, matrixes, etc. only. To do this job, it is not useful to download the whole application from a web site.
-- Option variable: file_output_append Default value: false
file_output_append governs whether file output functions append or truncate their output file. When file_output_append is true, such functions append to their output file. Otherwise, the output file is truncated.
save, stringout, and with_stdout respect file_output_append. Other functions which write output files do not respect file_output_append. In particular, plotting and translation functions always truncate their output file, and tex and appendfile always append.
(%o1) true (%i2)
subseqs_helper(prefix...
subseqs(seq, n) := su...
a: lambda([x,y], x*y);
random_color():= blo...
piechart(tit, [pairs]...
piechart("population ...