#5930: [with patch, needs work] switch from maxima to pynac for core symbolic
manipulation system
-------------------------+--------------------------------------------------
Reporter: was | Owner: mhansen
Type: enhancement | Status: assigned
Priority: blocker | Milestone: sage-4.0
Component: symbolics | Keywords:
-------------------------+--------------------------------------------------
Comment(by mabshoff):
Hmm, another thing:
{{{
cdef class Matrix_symbolic_dense(matrix_dense.Matrix_dense):
r"""
@@ -162,7 +161,7 @@
sage: cmp(m,m)
0
sage: cmp(m,3)
- -1
+ 1
"""
return self._richcmp(right, op)
}}}
is cmp() in this case deterministic?
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5930#comment:21>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---