diff doc/interpreter/sparse.txi @ 6431:ff87ad14403f

[project @ 2007-03-22 18:20:31 by jwe]
author jwe
date Thu, 22 Mar 2007 18:20:32 +0000
parents cac156381f81
children c2609d0502bb
line wrap: on
line diff
--- a/doc/interpreter/sparse.txi	Wed Mar 21 20:58:08 2007 +0000
+++ b/doc/interpreter/sparse.txi	Thu Mar 22 18:20:32 2007 +0000
@@ -506,7 +506,7 @@
 
 will give. The first example of @var{s} raised to the power of 2 causes
 no problems. However @var{s} raised element-wise to itself involves a
-a large number of terms @code{0 .^ 0} which is 1. There @code{@var{s} .^
+large number of terms @code{0 .^ 0} which is 1. There @code{@var{s} .^
 @var{s}} is a full matrix. 
 
 Likewise @code{@var{s} .^ -2} involves terms terms like @code{0 .^ -2} which