#9517: PolynomialRing() returns Multivariate polynomial rings when you would
expect univariate ones
-----------------------------------+----------------------------------------
Reporter: mderickx | Owner: malb
Type: defect | Status: new
Priority: major | Milestone:
Component: commutative algebra | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------------+----------------------------------------
Below is an example of the strange behavior in sage 4.4.4.
{{{
sage: PR1=PolynomialRing(QQ,'x');PR2=PolynomialRing(QQ,1,'x')
sage: PR1;PR2
Univariate Polynomial Ring in x over Rational Field
Multivariate Polynomial Ring in x over Rational Field
}}}
I've searched for similar problems but only #9220 seems vagely related but
is a real different problem.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9517>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en.