You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(%o1) xml
(%o2) `(0) with big parentheses`
(%o3) ascii
(%o4) false
Maxima encountered a Lisp error:
The value
#\(
is not of type
SEQUENCE
when binding SEQUENCE
Automatically continuing.
To enable the Lisp debugger set *debugger-hook* to nil.
Using display2d_unicode:true; has no effect.
Any other matrix command yields the same result.
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
⎮
⌡
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 :
The text was updated successfully, but these errors were encountered: