|
|
last edited 16 years ago by alfredo |
1 2 3 4 5 6 | ||
Editor: gdr
Time: 2008/10/13 19:44:21 GMT-7 |
||
Note: Fixed in OpenAxiom |
added:
From gdr Mon Oct 13 19:44:21 -0700 2008
From: gdr
Date: Mon, 13 Oct 2008 19:44:21 -0700
Subject: Fixed in OpenAxiom
Message-ID: <20081013194421-0700@axiom-wiki.newsynthesis.org>
Dx: LODO(EXPR INT, f+->D(f,x)) := D();
u := operator 'u;
L := Dx + u(x);
L**2 = L*L
(1) |
or
)cl co
All user variables and function definitions have been cleared. All )browse facility databases have been cleared. Internally cached functions and constructors have been cleared. )clear completely is finished. f: INT->INT:=x+->x+1
(2) |
K := OREUP(x, INT, 1, f);
L := x::K+1;
L^2=L*L
(3) |
Reason is, that exponentiation is not taken from Monoid, but from SUP.
Martin