-
-
Notifications
You must be signed in to change notification settings - Fork 487
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #34261: Allow multiplication of a left and right noncommutative …
…ideal Their product has a simple generating set, but right now Sage does not allow this: {{{ sage: MS = MatrixSpace(QQ,2,2) sage: IL = MS * [2*MS.0,3*MS.1] sage: IR = MS.3 * MS sage: IL * IR ... NotImplementedError: Cannot multiply non-commutative ideals. }}} We fix this. URL: https://trac.sagemath.org/34261 Reported by: tscrim Ticket author(s): Travis Scrimshaw Reviewer(s): Dave Morris
- Loading branch information
Showing
1 changed file
with
35 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters