|
|
last edited 8 years ago by test1 |
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
Empty one dimensional arrays are printed but no empty two dimensional array in console.
axiom)set output algebra on )set output tex off
axiomempty()$Vector(INT) (1) []
axiomempty()$Matrix(INT) (2)
axiom)set output algebra off )set output tex on
axiomempty()$Vector(INT)
![]() | (1) |
axiomempty()$Matrix(INT) >> System error: Cannot take first of an empty list