Processing Math: Done
No jsMath TeX fonts found -- using unicode fonts instead.
This may be slow and might not print well.
Use the jsMath control panel to get additional information.
jsMath Control PanelHide this Message


jsMath
Differences between revisions 1 and 2
Revision 1 as of 2008-05-21 02:26:31
Size: 304
Editor: MikeHansen
Comment:
Revision 2 as of 2008-05-21 02:27:12
Size: 501
Editor: MikeHansen
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
{{{
Line 13: Line 14:
}}}

= Errors =
{{{

    TypeError: sage.structure.parent.Set_generic.__new__(Set_object_enumerated) is not safe, use sage.structure.wrapper_parent.WrapperParent_model1.__new__()

}}}

= Segfaults =

sage: R = QQ['x,y'].fraction_field()
sage: x,y = R.gens()
sage: a = x
sage: str(a)

sage: P = PolynomialRing(QQ, 2, 'x')
sage: x = P.gens()
sage: from sage.combinat.misc import umbral_operation
sage: a = umbral_operation(x[0]^3) 

sage: Partition([3,2,1]).arms_legs_coeff(1,1)

Errors

    TypeError: sage.structure.parent.Set_generic.__new__(Set_object_enumerated) is not safe, use sage.structure.wrapper_parent.WrapperParent_model1.__new__()

days7/coercion/problems (last edited 2008-11-14 13:42:04 by anonymous)