axiom-developer
[Top][All Lists]
Advanced

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

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


From: billpage
Subject: [Axiom-developer] [#187 trouoble with tuples] Any suggestions
Date: Wed, 29 Jun 2005 01:43:30 -0500

Changes 
http://page.axiom-developer.org/zope/mathaction/187TrouobleWithTuples/diff
--
How to do composition of functions with two arguments and two outputs?

\begin{axiom}
f1:INT->Tuple INT
f1(x)==(x,2+x)
f2:(INT,INT)->INT
f2(x,y)=x*y
f2(f1(4))
f3:Tuple INT -> INT
f3(x) == *(x)
f3(f1(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]