Skip to content

Commit

Permalink
gh-37451: combinat/free module tensor construction
Browse files Browse the repository at this point in the history
    
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
  • Loading branch information
Release Manager committed Apr 10, 2024
2 parents 33b15fb + c8e1693 commit d8742b4
Showing 1 changed file with 418 additions and 394 deletions.
Loading

0 comments on commit d8742b4

Please sign in to comment.