#15827: Fast check for linear dependence
------------------------------+-------------------------------------------
   Reporter:  tscrim          |            Owner:  tscrim
       Type:  enhancement     |           Status:  new
   Priority:  major           |        Milestone:  sage-6.2
  Component:  linear algebra  |         Keywords:  linear dependence check
  Merged in:                  |          Authors:  Travis Scrimshaw
  Reviewers:                  |  Report Upstream:  N/A
Work issues:                  |           Branch:
     Commit:                  |     Dependencies:
   Stopgaps:                  |
------------------------------+-------------------------------------------
 Currently I can check for linear dependence by
 {{{
 sage: V = QQ^4
 sage: ld = lambda vecs: len(V.linear_dependence(ves) > 0
 }}}
 However this is relatively slow since it determines a basis of all such
 linear dependencies. Also it only works for vector spaces. A faster way to
 do a simple check is to construct a matrix of the vectors, echelonize the
 matrix, and see if any of the resulting rows are 0.

--
Ticket URL: <http://trac.sagemath.org/ticket/15827>
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