limit needs some batteries?



Stavros Macrakis <macrakis <at> alum.mit.edu> writes:


> taylor(ex,x,0,1) => "assumed to be zero" messages
> taylor(ex,x,0,3) => OK 
> So when tlimit calls taylor, perhaps it needs to increase the number
> of terms until taylor gets it right 

  I think that assumed to be zero message should be replace with:
 due to insufficient information tlimit can't be applied with the standad
number of terms.
 Increasing 
 the number of terms may lead to a infinity recursion or exponential grow in
the number of terms, so aborting. (returning to normal = limit not tlimit
computation).


  
  I appreciate a lot the great work of Maxima team.