I am trying to fix 
https://github.com/sagemath/sage/pull/37976#issuecomment-2104464722

Briefly:

sage: h = SymmetricFunctions(QQ).h()
sage: v = vector([h[3]+h[2,1]])
sage: v * (-111)
({[3]: 1, [2, 1]: 1})

One reason for this is possibly

sage: a = coercion_model.get_action(v.parent(), ZZ, operator.mul, v, -111)
sage: a
Right scalar multiplication by Integer Ring on Ambient free module of rank 
1 over the integral domain Symmetric Functions over Rational Field in the 
homogeneous basis
sage: a.op
<built-in function mul>

Help is greatly appreciated, as always,

Martin

-- 
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 sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/27e4abca-5fb7-4723-9d18-cf5df673abfbn%40googlegroups.com.

Reply via email to