Ticket #6932 (closed defect: fixed)
jordan_form with transformation=true fails on a 1x1 matrix
| Reported by: | syazdani | Owned by: | tbd |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.3.4 |
| Component: | linear algebra | Keywords: | jordan_form |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
The following code fails:
M=Matrix(1,1,[1]) M.jordan_form(transformation=True)
Change History
comment:1 Changed 4 years ago by AlexGhitza
- Component changed from algebra to linear algebra
- Milestone set to sage-4.3
comment:2 Changed 3 years ago by spancratz
- Status changed from new to needs_review
- Report Upstream set to N/A
This is fixed by the patch at ticket #6942. Once that ticket receives a positive review, this ticket can be closed.
Note: See
TracTickets for help on using
tickets.
