Mercurial > hg > octave-lyh
diff scripts/polynomial/compan.m @ 9051:1bf0ce0930be
Grammar check TexInfo in all .m files
Cleanup documentation sources to follow a few consistent rules.
Spellcheck was NOT done. (but will be in another changeset)
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Fri, 27 Mar 2009 22:31:03 -0700 |
parents | eb63fbe60fab |
children | 5247e89688e1 |
line wrap: on
line diff
--- a/scripts/polynomial/compan.m +++ b/scripts/polynomial/compan.m @@ -39,13 +39,13 @@ ## ## @smallexample ## _ _ -## | -c(2)/c(1) -c(3)/c(1) ... -c(N)/c(1) -c(N+1)/c(1) | -## | 1 0 ... 0 0 | -## | 0 1 ... 0 0 | +## | -c(2)/c(1) -c(3)/c(1) @dots{} -c(N)/c(1) -c(N+1)/c(1) | +## | 1 0 @dots{} 0 0 | +## | 0 1 @dots{} 0 0 | ## A = | . . . . . | ## | . . . . . | ## | . . . . . | -## |_ 0 0 ... 1 0 _| +## |_ 0 0 @dots{} 1 0 _| ## @end smallexample ## @end ifnottex ##