From 1091949748e8d43bb02389f8f489451ca767ad64 Mon Sep 17 00:00:00 2001 From: gogotanaka Date: Wed, 29 Oct 2014 11:41:46 -0700 Subject: [PATCH 3/3] Update NEWS for Vector.independent? --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 09d3065..cd42819 100644 --- a/NEWS +++ b/NEWS @@ -154,6 +154,8 @@ with all sufficient information, see the ChangeLog file. * Matrix#laplace_expansion(row_or_column: num) returns the laplace_expansion along the +num+ -th row or column. * Vector.basis(size:, index:) returns the specified basis vector. + * independent? is new instance and class method which retruns true + iff all of vectors are linearly independent. * Unary - and + added for Vector and Matrix. * Vector#cross_product generalized to arbitrary dimensions. * Vector#dot and #cross are aliases for #inner_product and #cross_product. -- 1.8.5.2 (Apple Git-48)