#5168: [with patch, needs review] matrix0.pyx: fix doctest for commutator
----------------------------+-----------------------------------------------
Reporter: jhpalmieri | Owner: was
Type: defect | Status: new
Priority: trivial | Milestone: sage-3.3
Component: linear algebra | Keywords: matrix0, commutator
----------------------------+-----------------------------------------------
Here is the extent of the docstring for the commutator method in
matrix0.pyx:
{{{
Return the commutator self*other - other*self.
EXAMPLES:
sage: A = Matrix(QQ[['t']], 2, 2, range(4))
}}}
Fix the doctest so that it actually computes a commutator.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5168>
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
-~----------~----~----~----~------~----~------~--~---