|
|
last edited 7 years ago by test1 |
1 2 3 | ||
Editor: test1
Time: 2017/02/23 18:23:22 GMT+0 |
||
Note: |
added:
From test1 Thu Feb 23 18:23:22 +0000 2017
From: test1
Date: Thu, 23 Feb 2017 18:23:22 +0000
Subject:
Message-ID: <20170223182322+0000@axiom-wiki.newsynthesis.org>
Status: open => fixed somewhere
It should be possible to teach Axiom to distribute limits through sums and products as in
limit(product((1-q^(N-i))/(1-q^(m-i)),i=0..m-1), q=1)
(1) |
However, it is not clear to me where this should be done. Limits of this kind are currently handled in limitps.spad
, where Axiom tries to do a Puiseux expansion of the expression.
Martin