Closed 4dcb6662-e430-4fce-a9cb-91b926d258e6 closed 11 years ago
I'd like to review this ticket. Here are my comments:
"""
Return the anticommutator of ``self`` and ``other``.
The anticommutator of two square matrices `A` and `B` of same
dimension is defined to be `AB + BA`.
EXAMPLES::
"""
Other than these, the patch looks great! :)
Reviewer: Kannappan Sampath
Author: Oscar Castillo-Felisola
Attachment: trac_13606-anticommutator-ts.patch.gz
Description changed:
---
+++
@@ -1 +1,5 @@
When working with matrices, the commutator is a useful feature. However, the anticommutator is handy when one is working with representations of, say, Clifford algebras.
+
+---
+
+Apply: [attachment: trac_13606-anticommutator-ts.patch]
Changed author from Oscar Castillo-Felisola to Oscar Castillo-Felisola, Travis Scrimshaw
I've uploaded a patch which fixes up the documentation.
For patchbot:
Apply: trac_13606-anticommutator-ts.patch
Thanks for the review.
Description changed:
---
+++
@@ -2,4 +2,4 @@
---
-Apply: [attachment: trac_13606-anticommutator-ts.patch]
+Apply: [attachment: trac_13606-anticommutator-ts.patch](https://github.com/sagemath/sage-prod/files/10656471/trac_13606-anticommutator-ts.patch.gz)
Merged: sage-5.10.beta0
When working with matrices, the commutator is a useful feature. However, the anticommutator is handy when one is working with representations of, say, Clifford algebras.
Apply: attachment: trac_13606-anticommutator-ts.patch
Component: linear algebra
Author: Oscar Castillo-Felisola, Travis Scrimshaw
Reviewer: Kannappan Sampath
Merged: sage-5.10.beta0
Issue created by migration from https://trac.sagemath.org/ticket/13606