Hi,

In Sage 8.1.beta8 and all previous versions (at least down to 7.5.1), we 
have

sage: s = function('f')(x) * x^2
sage: s.coefficients(x)  # OK
[[f(x), 2]]
sage: s = diff(function('f')(x), x) * x^2
sage: s.coefficients(x)  # Bam!
Erreur de segmentation (core dumped)

Is this a known bug?

Eric.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" 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 https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to