#6115: [with patch, needs work] make symbolic matrices use pynac symbolics
----------------------------+-----------------------------------------------
Reporter: jason | Owner: was
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.0.1
Component: linear algebra | Keywords:
----------------------------+-----------------------------------------------
Comment(by jason):
Playing around with things gives more interesting errors:
{{{
sage: a=matrix(SR, [[1,2],[3,x]])
sage: a.fcp('x')
-6
sage: a.fcp('y')
-x*y + y^2 + x - y - 6
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6115#comment:4>
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
-~----------~----~----~----~------~----~------~--~---