axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] [#186 compose function crashes Axiom] (new)


From: TIm Daly
Subject: [Axiom-developer] [#186 compose function crashes Axiom] (new)
Date: Tue, 28 Jun 2005 11:09:18 -0500

Changes 
http://page.axiom-developer.org/zope/mathaction/186ComposeFunctionCrashesAxiom/diff
--
2) Axiom patch40 crashes (at least on my Debian installation) on the 
following code.

E := Expression Integer
F := E -> E
compose(f:F, g:F):F == (e:E):E +-> f(g(e))
p(e:E):E == 2*e+1
q(e:E):E == 3*e+1
compose(p,q)

Best regards
Ralf Hemmecke <address@hidden>




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




reply via email to

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