Is the following behaviour a bug or an intended one? sage: R1 = PolynomialRing(QQ, "x, y") sage: R2 = PolynomialRing(QQ, "y, x") sage: R3 = PolynomialRing(QQ, "a1, a2") sage: R1.inject_variables() Defining x, y sage: print R1(R3(R2(x))), R1(R3(R2(y))) y x
Personally I don't think that R3 has any relation to R1 and R2, therefore there should be no conversion possible without some extra work. Thank you, Andrey --~--~---------~--~----~------------~-------~--~----~ 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-support URL: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
