If you use ')set output character default', you'll get:
(14) -> new(3,0,0)$Matrix INT
┐┌
││
││
││
┘└
BTW, from wikipedia, new(0,0,0) should have determinant
of 1, should that implemented in FriCAS?
FYI, in sympy:
In [3]: zeros(2,0)
Out[3]: []
In [4]: zeros(0,2)
Out[4]: []
maxima:
(%i3) zeromatrix(0,3);
(%o3) matrix()
(%i4) zeromatrix(3,0);
(%o4) matrix([], [], [])
>From
>https://de.mathworks.com/help/matlab/math/empty-matrices-scalars-and-vectors.html
Matlab gives
Empty matrix: 0-by-3
Wolfram:
In[3]:= Array[a,{0,3}]
{}
In[4]:= Array[a,{3,0}]
{{}, {}, {}}
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.