Hi Franco,

Will this also happen on this person's computer with sage-5.3.rc0?
I think I am running this on the same computer, but I do not have sage-5.0.1
installed any longer.

sage: Sym = SymmetricFunctions(QQ)
sage: p = Sym.powersum()
sage: s = Sym.schur()
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, 2, 1, 1, 0, 0, 3, 0, 1, -1, 1, 0, 2, 0, 1, 0, 
0, 0, -1, 0, 1]

Anne

On 8/29/12 6:51 AM, Franco Saliola wrote:
> 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]
> 
> 
> computer: MacBook Pro with an Intel Core i7 processor (64-bit
> processor according to the Intel web page)
> 
> version: Sage-5.0.1-OSX-64bit-10.6

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

Reply via email to