#10317: how to copy/paste InfinitePolynomialRings?
------------------------+---------------------------------------------------
Reporter: zimmerma | Owner: burcin
Type: defect | Status: new
Priority: minor | Milestone: sage-4.6.1
Component: calculus | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
when one creates an object with {{{InfinitePolynomialRing}}}:
{{{
sage: R.<a> = InfinitePolynomialRing(ZZ)
sage: f = a[0]+a[1]+a[2]
}}}
the variables are printed {{{a_i}}} instead of {{{a[i]}}}:
{{{
sage: f
a_2 + a_1 + a_0
}}}
and one cannot copy/paste the result of a computation:
{{{
sage: a_2 + a_1 + a_0
---------------------------------------------------------------------------
NameError Traceback (most recent call
last)
/users/caramel/zimmerma/try/<ipython console> in <module>()
NameError: name 'a_2' is not defined
}}}
Is there a workaround?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10317>
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.