Mercurial > hg > octave-lyh
diff doc/interpreter/intro.txi @ 8476:4998c6c78632
[docs] fix case to match example
author | Brian Gough <bjg@gnu.org> |
---|---|
date | Tue, 13 Jan 2009 00:23:28 -0500 |
parents | 0b1521bc9afa |
children | eb63fbe60fab |
line wrap: on
line diff
--- a/doc/interpreter/intro.txi +++ b/doc/interpreter/intro.txi @@ -113,7 +113,7 @@ @subsection Matrix Arithmetic Octave has a convenient operator notation for performing matrix -arithmetic. For example, to multiply the matrix @code{a} by a scalar +arithmetic. For example, to multiply the matrix @code{A} by a scalar value, type the command @example @@ -121,7 +121,7 @@ @end example @noindent -To multiply the two matrices @code{a} and @code{b}, type the command +To multiply the two matrices @code{A} and @code{B}, type the command @example octave:5> A * B