#8237: Sage does not recognize Maxima's complex infinity
----------------------------+-----------------------------------------------
Reporter: robert.marik | Owner: burcin
Type: defect | Status: new
Priority: major | Milestone:
Component: symbolics | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------------+-----------------------------------------------
Comment(by kcrisman):
Right now, there doesn't seem to be a lot of distinction in Sage between
unsigned and signed infinity, though of course as you point out there
should be. From sage.rings.infinity.py:
{{{
Note: the shorthand oo is predefined in Sage to be the same as
+Infinity in the infinity ring. It is considered equal to, but not
the same as Infinity in the UnsignedInfinityRing::
sage: oo
+Infinity
sage: oo is InfinityRing.0
True
sage: oo is UnsignedInfinityRing.0
False
sage: oo == UnsignedInfinityRing.0
True
}}}
There is unsigned_infinity, but the following seems problematic:
{{{
sage: unsigned_infinity
Infinity
sage: Infinity
+Infinity
}}}
What the heck?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8237#comment:4>
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.