#3058: coercing a vector to symbolic entries doesn't work when the vector's
parent
has a user-defined basis
----------------------+-----------------------------------------------------
Reporter: jason | Owner: robertwb
Type: defect | Status: new
Priority: major | Milestone: sage-3.4
Component: coercion | Resolution:
Keywords: |
----------------------+-----------------------------------------------------
Comment (by jason):
It also seems like the operation above takes *way* too long:
{{{
sage: %time b/b.norm()
CPU times: user 0.48 s, sys: 0.14 s, total: 0.62 s
Wall time: 2.02 s
(1/sqrt(2), 0, 1/sqrt(2))
sage: %time b.norm()
CPU times: user 0.00 s, sys: 0.00 s, total: 0.00 s
Wall time: 0.00 s
sqrt(2)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/3058#comment:2>
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
-~----------~----~----~----~------~----~------~--~---