Ticket #3501 (closed defect: fixed)
[with patch, with positive review] charpoly of zero matrix over a cyclotomic field fails
| Reported by: | craigcitro | Owned by: | craigcitro |
|---|---|---|---|
| Priority: | major | Milestone: | sage-3.0.4 |
| Component: | linear algebra | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
This is broken:
sage: Matrix(CyclotomicField(13),3).charpoly()
The attached patch fixes it.
Attachments
Change History
comment:1 Changed 5 years ago by cpernet
- Summary changed from [with patch, needs review] charpoly of zero matrix over a cyclotomic field fails to [with patch, with positive review] charpoly of zero matrix over a cyclotomic field fails
This patch looks good and fixes the bug. I have run the doctest on 3.0.4alpha1, and they pass.
Note: See
TracTickets for help on using
tickets.

