Hi Franco,

> >> Someone sent me the following sage session, which I cannot reproduce,
> >> but I'm asking whether this is a known issue and whether someone can
> >> reproduce it:
> >>
> >>
> >> sage: p=SFAPower(QQ)
> >> sage: s=SFASchur(QQ)
> >>
> >> sage: f = p([1,1,1,1,1,1,1,1,1,1,1])/990 + p([2,2,2,2,2,1])/10 +
> >> p([5,5,1])/10 - p([10,1])/10 + p([9,1,1])/3 + p([3,3,3,1,1])/9 +
> >> 5*p([11])/11
> >>
> >> sage: [f.scalar(s(q)) for q in Partitions(11)]
> >> [1, 0, 0, 0, 0, 0, 0, 1, 0, 2, 0, 2, 0, 1, 1, 1, 1, 0, 0, -1, 2, 1,
> >> -1, 2, 4, 3, 0, 1, 0, 2, 1, 0, 1, 1, 2, 1, 127020063634, 1, 1, 0, 0,
> >> 158403414193, 0, 1, -1, 1, 0, 19558976098, 0, 1, 3804836920632,
> >> 298744000054, 6021978496, -1, 0, 1]
> >>
> >> Expected:
> >> [1, 0, 0, 0, 0, 0, 0, 1, 0, 2, 0, 2, 0, 1, 1, 1, 1, 0, 0, -1, 2, 1,
> >> -1, 2, 4, 3, 0, 1, 0, 2, 1, 0, 1, 1, 2, 1, 2, 1, 1, 0, 0, 3, 0, 1, -1,
> >> 1, 0, 2, 0, 1, 0, 0, 0, -1, 0, 1]

I'm wondering: did this happen during a session, or is the bug triggered
deterministically after the preceding sequences of command ?

Cheers,

Florent

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.

Reply via email to