axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] [#187 trouoble with tuples]


From: anonymous
Subject: [Axiom-developer] [#187 trouoble with tuples]
Date: Wed, 29 Jun 2005 01:04:08 -0500

Changes 
http://page.axiom-developer.org/zope/mathaction/187TrouobleWithTuples/diff
--

++added:

------------------
Try this (which gets around the error messages and bug):
\begin{axiom}
a:Tuple INT
a:=(1,2,3,4)
dom:=Tuple Any
b:dom:=(1::INT, 2::FLOAT,3::POLY INT)
h:INT->Tuple INT
h(x)==(x, 2+x)
h(5)
\end{axiom}

--
forwarded from http://page.axiom-developer.org/zope/mathaction/address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]