Empty one dimensional arrays are printed but no empty two dimensional array in console.
fricas (1) -> )set output algebra on fricas )set output tex off fricas empty()$Vector(INT) Type: Vector(Integer)
fricas empty()$Matrix(INT) Type: Matrix(Integer)
fricas )set output algebra off fricas )set output tex on fricas empty()$Vector(INT)
Type: Vector(Integer)
fricas empty()$Matrix(INT)
Type: Matrix(Integer)
property change --kratt6, Thu, 23 Jun 2005 06:32:24 -0500 reply Category: general => Axiom User Interface
I investigated a little further:
fricas )se ou tex off fricas )se ou al on Type: SExpression?
fricas (empty()$Matrix INT)::OUTFORM pretend SEX Type: SExpression?
fricas matrix [] Type: Symbol
could be equivalent to fricas matrix [[]] Type: Symbol
does indeed not make any sense at all. Status: open => closed |