rtoy / maxima

A Clone of Maxima's repo
Other
0 stars 0 forks source link

echo_input #216

Open rtoy opened 2 days ago

rtoy commented 2 days ago

Imported from SourceForge on 2024-07-02 13:25:49 Created by andrejv on 2008-06-12 21:16:59 Original: https://sourceforge.net/p/maxima/patches/36


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

rtoy commented 2 days ago

Imported from SourceForge on 2024-07-02 13:25:50 Created by andrejv on 2008-06-12 21:17:00 Original: https://sourceforge.net/p/maxima/patches/36/#55aa


Attachments: