#15064: More vectors in matrix kernel
----------------------------------+-------------------------
       Reporter:  okazymyrov      |        Owner:
           Type:  enhancement     |       Status:  new
       Priority:  trivial         |    Milestone:  sage-5.12
      Component:  linear algebra  |   Resolution:
       Keywords:  kernel matrix   |    Merged in:
        Authors:                  |    Reviewers:
Report Upstream:  N/A             |  Work issues:
         Branch:                  |       Commit:
   Dependencies:                  |     Stopgaps:
----------------------------------+-------------------------

Comment (by rbeezer):

 {{{.kernel()}}} gives a vector space, not a matrix space.

 {{{.matrix()}}} provides a matrix whose rows are a basis of the vector
 space.

 {{{.list()}}} for a matrix might gives the rows, or something (unchecked).

 "Every element k in K.list() gives "0" vector (M*k)."  As it should be.
 But your ticket implies you think the converse should be true.  This would
 be impractical for matrices over an infinite ring.

 Did you try listing the actual vectors of the kernel itself, not the
 matrix?  Not sure if that will behave as expected or not.  Perhaps so?

--
Ticket URL: <http://trac.sagemath.org/ticket/15064#comment:4>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to