Andrej Vodopivec
-
2008-06-12
This patch adds a new switch called echo_input. When echo_input is true, the input is echoed in 2d:
(%i1) echo_input:true$
(%i2) sin(%pi/3);
%pi
(%i2) sin(---)
3
sqrt(3)
(%o2) -------
2
(%i3)
I don't know how useful this is but features similar to this have been requested more than once in wxMaxima forum.
Andrej