Skip to content

Commit d8742b4

Browse files
author
Release Manager
committed
gh-37451: combinat/free module tensor construction This branch allows to change the base ring of a tensor product of free modules: ``` sage: F = CombinatorialFreeModule(ZZ, ['a','b','c']); F sage: T = F.tensor(F); T Free module generated by {'a', 'b', 'c'} over Integer Ring # Free module generated by {'a', 'b', 'c'} over Integer Ring sage: T.change_ring(QQ) Free module generated by {'a', 'b', 'c'} over Rational Field # Free module generated by {'a', 'b', 'c'} over Rational Field ``` URL: #37451 Reported by: Martin Rubey Reviewer(s): Matthias Köppe, Travis Scrimshaw
2 parents 33b15fb + c8e1693 commit d8742b4

File tree

1 file changed

+418
-394
lines changed

1 file changed

+418
-394
lines changed

0 commit comments

Comments
 (0)