#10545: Add the outer product of two vectors
------------------------------+---------------------------------------------
   Reporter:  rbeezer         |       Owner:  jason, was  
       Type:  enhancement     |      Status:  needs_review
   Priority:  minor           |   Milestone:  sage-4.7    
  Component:  linear algebra  |    Keywords:              
     Author:  Rob Beezer      |    Upstream:  N/A         
   Reviewer:  Felix Lawrence  |      Merged:              
Work_issues:                  |  
------------------------------+---------------------------------------------

Comment(by jhpalmieri):

 Should this be compared with the "tensor_product" method of matrices?
 Should "outer_product" have "tensor_product" as a synonym? (According to
 wikipedia, it should.) For reasons I don't understand, the tensor product
 of matrices comes equipped with subdivisions, but other than that,
 {{{
 sage: v.outer_product(w)
 }}}
 and
 {{{
 sage: m1 = matrix(v).transpose()
 sage: m2 = matrix(w)
 sage: m1.tensor_product(m2)
 }}}
 should produce the same thing.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10545#comment:11>
Sage <http://www.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