R.<t>=QQ['t'] Sym=SymmetricFunctions(R); Sym.inject_shorthands(); s([[2],[1]])/2 will cause wrong: ValueError: 1 is not divisible by 2 But s([[2],[1]])*1/2 is good.
s([[2],[1]])==s[1]. s[1]/2 is good. So, why? If we work on SymmetricFunctions(FractionField(R)), s([[2],[1]])/2 will work. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/1cd39eba-feec-4057-9784-a68862c30a12n%40googlegroups.com.
