changeset 12890:278faf7e7bd1

null.m: test correction
author Tatsuro Matsuoka <tmacchant@yahoo.co.jp>
date Tue, 26 Jul 2011 21:48:27 -0500
parents dae596be0571
children f5a3f77d51aa
files scripts/linear-algebra/null.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/linear-algebra/null.m
+++ b/scripts/linear-algebra/null.m
@@ -96,7 +96,7 @@
 
 %!test
 %! A = [1 1; 0 0];
-%! assert(null(A), [-1/sqrt(2) 1/sqrt(2)]')
+%! assert(null(A), [-1/sqrt(2) 1/sqrt(2)]', eps)
 
 %!test
 %! tol = 1e-4;