#15064: More vectors in matrix kernel
----------------------------------+-------------------------
Reporter: okazymyrov | Owner:
Type: defect | Status: new
Priority: major | 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):
Appears to me that your "extra" vector is already in the kernel as a
linear combination of the basis vectors provided by Sage?
{{{
sage: r = vector(GF(2), [1,1,1,1,1])
sage: r*K
(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)
sage: matrix(GF(2),15,1,[1 for _ in xrange(15)])
[1]
[1]
[1]
[1]
[1]
[1]
[1]
[1]
[1]
[1]
[1]
[1]
[1]
[1]
[1]
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/15064#comment:1>
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.