> This is definitely a bug since the docs explicitly say:
> "PolynomialRing(base_ring, name, sparse=False) returns a univariate
> polynomial ring; all other input formats return a multivariate
> polynomial ring." and name is by definition a string.
>
> To get a multivariate polynomial ring in 1 variable give the
> number of variables explicitly:
>
> sage: PolynomialRing(QQ, 1, names=['Y1'])
> Multivariate Polynomial Ring in Y1 over Rational Field
>
> Please report this to trac (and fix it :-) ).
>
> William
>
This has been ticket #3128 for a while.

/Bjarke

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to