Hi Mike,
I think you fixed this bug so that now it fails at a higher
value. I calculate
sage: s = SFASchur(QQ)
sage: s(s([14,14]).itensor(s([17,11])))
and after a couple of hours of calculation it returns a mess (rational
coefficients).
Again, this more likely to be a change of basis problem or that
coefficients are overflowing somewhere so I tried tracking down the
error to
sage: p = SFAPower(QQ)
sage: s(p(s([14]))*s([14]))
again after a long time of calculation, rational coefficients.
-Mike
Just to verify
sage: version()
'SAGE Version 2.11, Release Date: 2008-03-30'
and I am calculating on a PowerBook G4
--~--~---------~--~----~------------~-------~--~----~
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-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---