login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for #169 Print empty two dimensional array (i.e. Matrix, TwonDimensionalArray ...) revision 1 of 6

1 2 3 4 5 6
Editor:
Time: 2007/11/17 22:01:39 GMT-8
Note: property change

changed:
-
Empty one dimensional arrays are printed but no empty two dimensional array
in console.

Text Mode -- empty Matrix not printed

\begin{axiom}
)set output algebra on
)set output tex off
\end{axiom}
\begin{axiom}
empty()$Vector(INT)
empty()$Matrix(INT)
\end{axiom}

LaTeX mode -- empty Matrix causes error

\begin{axiom}
)set output algebra off
)set output tex on
\end{axiom}
\begin{axiom}
empty()$Vector(INT)
empty()$Matrix(INT)
\end{axiom}


From kratt6 Thu Jun 23 06:32:24 -0500 2005
From: kratt6
Date: Thu, 23 Jun 2005 06:32:24 -0500
Subject: property change
Message-ID: <20050623063224-0500@page.axiom-developer.org>

Category: general => Axiom User Interface 


Submitted by : (unknown) at: 2007-11-17T22:01:39-08:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

Empty one dimensional arrays are printed but no empty two dimensional array in console.

Text Mode
empty Matrix not printed

axiom
)set output algebra on )set output tex off

axiom
empty()$Vector(INT) (1) []
Type: Vector Integer
axiom
empty()$Matrix(INT) (2)
Type: Matrix Integer

LaTeX? mode
empty Matrix causes error

axiom
)set output algebra off )set output tex on

axiom
empty()$Vector(INT)
LatexWiki Image(1)
Type: Vector Integer
axiom
empty()$Matrix(INT) >> System error: Cannot take first of an empty list

property change --kratt6, Thu, 23 Jun 2005 06:32:24 -0500 reply
Category: general => Axiom User Interface