|
|
last edited 16 years ago by alfredo |
1 2 3 4 5 6 | ||
Editor: alfredo
Time: 2008/10/16 13:01:25 GMT-7 |
||
Note: From Fricas |
added:
From alfredo Thu Oct 16 13:01:25 -0700 2008
From: alfredo
Date: Thu, 16 Oct 2008 13:01:25 -0700
Subject: From Fricas
Message-ID: <20081016130125-0700@axiom-wiki.newsynthesis.org>
http://fricas.svn.sourceforge.net/viewvc/fricas/trunk/src/algebra/ore.spad.pamphlet?r1=257&r2=346&view=patch
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