Open ggrondin opened 5 months ago
Unicode support (e.g. nice display2d_unicode
) was improved in Maxima recently, not in the latest release (5.47.0, which was released approx. 1 year ago). So you have to use the current development version.
An example (using a up to date Maxima (command line version)):
(%i1) display2d_unicode:false;
(%o1) false
(%i2) sum(a,a,b,c);
c
____
\
(%o2) > a
/
----
a = b
(%i3) 'integrate(x,x);
/
|
(%o3) | x dx
|
/
(%i4) display2d_unicode:true;
(%o4) true
(%i5) sum(a,a,b,c);
c
____
╲
(%o5) ⟩ a
╱
‾‾‾‾
a = b
(%i6) 'integrate(x,x);
⌠
⎮
(%o6) ⎮ x dx
⎮
⌡
Best regards, Wolfgang
In wxmaxima v24.05.0, with maxima v5.47.0, the commands :
yield :
Using
display2d_unicode:true;
has no effect. Any other matrix command yields the same result.My version info :