Ralf Hemmecke wrote:
> 
> (1) -> K ==> Fraction Integer
>                                                                    Type:
> Void
> (2) -> T ==> UnivariateTaylorSeries(K, 'q, 0)
>                                                                    Type:
> Void
> (3) -> st: Stream K := repeating([1,2,3])
> 
>          _____
>    (3)  [1,2,3]
>                                               Type:
> Stream(Fraction(Integer))
> (4) -> t: T := series(st)$T
> 
> Heap exhausted during garbage collection:
<snip>

AFAICS series is fine, the problem is with printing: by default
coercion to OutputForm tries to print all known coefficients of
the series.  But in your case all coefficients are known, so
'coerce' is trying to produce infintely large OutputForm which
exhaust memory.  We probably should change this default, to
only show fixed number of coefficients.

-- 
                              Waldek Hebisch
[email protected] 

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to