|
|
last edited 17 years ago |
1 | ||
Editor:
Time: 2007/11/17 22:09:23 GMT-8 |
||
Note: fixed in Patch 46 or so |
changed: - \begin{axiom} D(product((1-q^(n-i))/(1-q^(m-i)),i=0..m-1),q) f:=operator 'f; D(product(f(i,q),i=0..m),q) \end{axiom} I'll try to correct this tomorrow... Martin From kratt6 Tue Oct 4 07:36:46 -0500 2005 From: kratt6 Date: Tue, 04 Oct 2005 07:36:46 -0500 Subject: fix Message-ID: <20051004073646-0500@wiki.axiom-developer.org> In-Reply-To: -> Fortunately, a fix is quite easy, since we know how to differentiate products according to Leibniz rule: Here is a patch to 'combfunc.spad.pamphlet' that also fixes some leftover problems with differentiating sums without bounds and displaying sums and products with and without bounds: <a href="combfunc.spad.pamphlet.patch">combfunc.spad.pamphlet.patch</a> From kratt6 Tue Oct 4 07:38:49 -0500 2005 From: kratt6 Date: Tue, 04 Oct 2005 07:38:49 -0500 Subject: property change Message-ID: <20051004073849-0500@wiki.axiom-developer.org> Status: open => fix proposed From BillPage Wed Jun 21 06:23:50 -0500 2006 From: Bill Page Date: Wed, 21 Jun 2006 06:23:50 -0500 Subject: test April release Message-ID: <20060621062350-0500@wiki.axiom-developer.org> \begin{axiom} )version D(product((1-q^(n-i))/(1-q^(m-i)),i=0..m-1),q) f:=operator 'f; D(product(f(i,q),i=0..m),q) \end{axiom} From kratt6 Fri Oct 27 03:12:40 -0500 2006 From: kratt6 Date: Fri, 27 Oct 2006 03:12:40 -0500 Subject: fixed in Patch 46 or so Message-ID: <20061027031240-0500@wiki.axiom-developer.org> Status: fix proposed => closed
D(product((1-q^(n-i))/(1-q^(m-i)),i=0..m-1), q)
(1) |
f:=operator 'f;
D(product(f(i,q), i=0..m), q)
(2) |
I'll try to correct this tomorrow...
Martin
combfunc.spad.pamphlet
that also fixes some leftover problems with differentiating sums without bounds and displaying sums and products with and without bounds:
Status: open => fix proposed
)version
Value = "FriCAS 2010-12-08 compiled at Tuesday April 5,2011 at 13:07:45 " D(product((1-q^(n-i))/(1-q^(m-i)), i=0..m-1), q)
(3) |
f:=operator 'f;
D(product(f(i,q), i=0..m), q)
(4) |