#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:  closed                        
 Priority:  major     |    Milestone:  sage-duplicate/invalid/wontfix
Component:  coercion  |   Resolution:  invalid                       
 Keywords:            |  
----------------------+-----------------------------------------------------
Changes (by mhansen):

  * status:  new => closed
  * resolution:  => invalid
  * milestone:  sage-4.0.1 => sage-duplicate/invalid/wontfix


Comment:

 This looks good with 4.0.1.rc1:

 {{{
 ----------------------------------------------------------------------
 | Sage Version 4.0.1.rc1, Release Date: 2009-06-04                   |
 | Type notebook() for the GUI, and license() for information.        |
 ----------------------------------------------------------------------
 sage: sage: a=(QQ^3).subspace([[1,0,1]])
 sage: sage: b=a.basis()[0]
 sage: %time b/b.norm()
 CPU times: user 0.01 s, sys: 0.00 s, total: 0.01 s
 Wall time: 0.01 s
 (1/2*sqrt(2), 0, 1/2*sqrt(2))
 sage: b-b/b.norm()
 (-1/2*sqrt(2) + 1, 0, -1/2*sqrt(2) + 1)
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/3058#comment:3>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to