comparison doc/interpreter/linalg.txi @ 18820:e275d15c27b5

doc: Periodic spellcheck of documentation. * aspell-octave.en.pws: Add new exections to Octave dictionary. * linalg.txi: Use @nospell macro around author name. * pr-output.cc, fminunc.m: Correct misspellings.
author Rik <rik@octave.org>
date Mon, 09 Jun 2014 11:19:23 -0700
parents 19a140e93b1f
children 9addb5ad9426
comparison
equal deleted inserted replaced
18819:19a140e93b1f 18820:e275d15c27b5
25 Van Loan, @cite{Matrix Computations, 2nd Ed.}, Johns Hopkins, 1989, and 25 Van Loan, @cite{Matrix Computations, 2nd Ed.}, Johns Hopkins, 1989, and
26 in the @cite{@sc{lapack} Users' Guide}, SIAM, 1992. The 26 in the @cite{@sc{lapack} Users' Guide}, SIAM, 1992. The
27 @cite{@sc{lapack} Users' Guide} is available at: 27 @cite{@sc{lapack} Users' Guide} is available at:
28 @cite{http://www.netlib.org/lapack/lug/} 28 @cite{http://www.netlib.org/lapack/lug/}
29 29
30 A common text for engineering courses is G. Strang, @cite{Linear Algebra 30 A common text for engineering courses is @nospell{G. Strang},
31 and Its Applications, 4th Edition}. It has become a widespread reference 31 @cite{Linear Algebra and Its Applications, 4th Edition}. It has become a
32 for linear algebra. An alternative is P. Lax @cite{Linear Algebra and 32 widespread reference for linear algebra. An alternative is P. Lax
33 Its Applications}, and also is a good choice. It claims to be suitable 33 @cite{Linear Algebra and Its Applications}, and also is a good choice. It
34 for high school students with substantial mathematical interests as well 34 claims to be suitable for high school students with substantial mathematical
35 as first-year undergraduates. 35 interests as well as first-year undergraduates.
36 36
37 @menu 37 @menu
38 * Techniques Used for Linear Algebra:: 38 * Techniques Used for Linear Algebra::
39 * Basic Matrix Functions:: 39 * Basic Matrix Functions::
40 * Matrix Factorizations:: 40 * Matrix Factorizations::