login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for #214 limit on products and sums revision 1 of 3

1 2 3
Editor:
Time: 2007/11/17 22:09:52 GMT-8
Note:

changed:
-
It should be possible to teach Axiom to distribute limits through sums and products as in
\begin{axiom}
limit(product((1-q^(N-i))/(1-q^(m-i)),i=0..m-1),q=1)
\end{axiom}

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

Submitted by : (unknown) at: 2007-11-17T22:09:52-08:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

It should be possible to teach Axiom to distribute limits through sums and products as in

axiom
limit(product((1-q^(N-i))/(1-q^(m-i)),i=0..m-1),q=1)

\label{eq1}\mbox{\tt "failed"}(1)
Type: Union("failed",...)

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