#5639: minpoly of symbolic matrices is broken
----------------------+-----------------------------------------------------
Reporter: was | Owner: burcin
Type: defect | Status: new
Priority: major | Milestone: sage-3.4.1
Component: calculus | Keywords:
----------------------+-----------------------------------------------------
Description changed by was:
Old description:
> {{{
> sage: m = matrix(2,[1,sqrt(2), 3, -5/2])
> sage: m.minpoly()
> }}}
New description:
{{{
sage: m = matrix(2,[1,sqrt(2), 3, -5/2])
sage: m.minpoly()
Traceback (click to the left for traceback)
...
AttributeError: 'SymbolicArithmetic' object has no attribute
'is_squarefree'
}}}
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5639#comment:1>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---