-
-
Notifications
You must be signed in to change notification settings - Fork 488
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #34453: Tensor products of commutative algebras do not know they…
… are commutative rings {{{ sage: X = algebras.Shuffle(QQ, 'ab') sage: Y = algebras.Shuffle(QQ, 'bc') sage: X in CommutativeRings() True sage: Y in CommutativeRings() True sage: T = tensor([X,Y]) sage: T in CommutativeRings() False }}} URL: https://trac.sagemath.org/34453 Reported by: tscrim Ticket author(s): Travis Scrimshaw Reviewer(s): Frédéric Chapoton
- Loading branch information
Showing
1 changed file
with
33 additions
and
1 deletion.
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