diff scripts/linear-algebra/null.m @ 12890:278faf7e7bd1

null.m: test correction
author Tatsuro Matsuoka <tmacchant@yahoo.co.jp>
date Tue, 26 Jul 2011 21:48:27 -0500
parents a85ddaf8f402
children 72c96de7a403
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;