wxMaxima-developers / wxmaxima

A gui for the computer algebra system Maxima built with wxWidgets
https://wxMaxima-developers.github.io/wxmaxima/
Other
461 stars 96 forks source link

Hope a Hero could fix Variable Subscript Display problem #1796

Open idealkindom opened 10 months ago

idealkindom commented 10 months ago

The problem is still there for WxMaxima 22.08.00:

ΔP_r;print(ΔP_r,"=",4.6,".")$ ΔP_r1;print(ΔP_r1,"=",2.3,".")$ ΔP_r[1];print(ΔP_r[1],"=",1.2,".")$ P_r;P_r:4.6;print('ΔP_r,"=",4.6,".")$ P_r1;P_r1:2.3;print('ΔP_r1,"=",2.3,".")$ kill(all)$ P_r[1];P_r[1]:1.2;print('ΔP_r[1],"=",1.2,".")$