diff scripts/linear-algebra/cond.m @ 17171:c3bd7314643c

doc: Periodic spellcheck of documentation. * doc/interpreter/doccheck/aspell-octave.en.pws: Add new words to Octave-specific dictionary. * scripts/miscellaneous/edit.m: Use @nospell macro to stop spellchecking code samples. * scripts/image/imread.m, scripts/image/imwrite.m, scripts/linear-algebra/cond.m, scripts/plot/orient.m: Periodic spellcheck of documentation.
author Rik <rik@octave.org>
date Sun, 04 Aug 2013 13:22:53 -0700
parents 58188d5a2587
children d63878346099
line wrap: on
line diff
--- a/scripts/linear-algebra/cond.m	Sun Aug 04 13:08:39 2013 -0700
+++ b/scripts/linear-algebra/cond.m	Sun Aug 04 13:22:53 2013 -0700
@@ -37,7 +37,7 @@
 ## The condition number of a matrix quantifies the sensitivity of the matrix
 ## inversion operation when small changes are made to matrix elements.  Ideally
 ## the condition number will be close to 1.  When the number is large this
-## indicates small changes (such as underflow or roundoff error) will produce
+## indicates small changes (such as underflow or round-off error) will produce
 ## large changes in the resulting output.  In such cases the solution results
 ## from numerical computing are not likely to be accurate.
 ## @seealso{condest, rcond, norm, svd}