|
|
last edited 16 years ago by alfredo |
1 2 3 4 5 6 | ||
Editor: kratt6
Time: 2008/08/31 03:55:57 GMT-7 |
||
Note: fixed in FriCAS revision 346 |
added:
From kratt6 Sun Aug 31 03:55:56 -0700 2008
From: kratt6
Date: Sun, 31 Aug 2008 03:55:56 -0700
Subject: fixed in FriCAS revision 346
Message-ID: <20080831035556-0700@axiom-wiki.newsynthesis.org>
Status: open => fixed somewhere
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