|
|
last edited 7 years ago by test1 |
1 2 3 | ||
Editor:
Time: 2007/11/17 22:09:52 GMT-8 |
||
Note: |
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