comparison doc/interpreter/linalg.txi @ 4167:aae05d51353c

[project @ 2002-11-12 02:52:50 by jwe]
author jwe
date Tue, 12 Nov 2002 02:52:51 +0000
parents 5b77cf82393c
children ace8d8d26933
comparison
equal deleted inserted replaced
4166:1297e388830f 4167:aae05d51353c
1 @c Copyright (C) 1996, 1997 John W. Eaton 1 @c Copyright (C) 1996, 1997 John W. Eaton
2 @c This is part of the Octave manual. 2 @c This is part of the Octave manual.
3 @c For copying conditions, see the file gpl.texi. 3 @c For copying conditions, see the file gpl.texi.
4 4
5 @node Linear Algebra, Nonlinear Equations, Arithmetic, Top 5 @node Linear Algebra
6 @chapter Linear Algebra 6 @chapter Linear Algebra
7 7
8 This chapter documents the linear algebra functions of Octave. 8 This chapter documents the linear algebra functions of Octave.
9 Reference material for many of these functions may be found in 9 Reference material for many of these functions may be found in
10 Golub and Van Loan, @cite{Matrix Computations, 2nd Ed.}, Johns Hopkins, 10 Golub and Van Loan, @cite{Matrix Computations, 2nd Ed.}, Johns Hopkins,
14 * Basic Matrix Functions:: 14 * Basic Matrix Functions::
15 * Matrix Factorizations:: 15 * Matrix Factorizations::
16 * Functions of a Matrix:: 16 * Functions of a Matrix::
17 @end menu 17 @end menu
18 18
19 @node Basic Matrix Functions, Matrix Factorizations, Linear Algebra, Linear Algebra 19 @node Basic Matrix Functions
20 @section Basic Matrix Functions 20 @section Basic Matrix Functions
21 21
22 @DOCSTRING(balance) 22 @DOCSTRING(balance)
23 23
24 @DOCSTRING(cond) 24 @DOCSTRING(cond)
45 45
46 @DOCSTRING(rank) 46 @DOCSTRING(rank)
47 47
48 @DOCSTRING(trace) 48 @DOCSTRING(trace)
49 49
50 @node Matrix Factorizations, Functions of a Matrix, Basic Matrix Functions, Linear Algebra 50 @node Matrix Factorizations
51 @section Matrix Factorizations 51 @section Matrix Factorizations
52 52
53 @DOCSTRING(chol) 53 @DOCSTRING(chol)
54 54
55 @DOCSTRING(hess) 55 @DOCSTRING(hess)
70 70
71 @DOCSTRING(housh) 71 @DOCSTRING(housh)
72 72
73 @DOCSTRING(krylov) 73 @DOCSTRING(krylov)
74 74
75 @node Functions of a Matrix, , Matrix Factorizations, Linear Algebra 75 @node Functions of a Matrix
76 @section Functions of a Matrix 76 @section Functions of a Matrix
77 77
78 @DOCSTRING(expm) 78 @DOCSTRING(expm)
79 79
80 @DOCSTRING(logm) 80 @DOCSTRING(logm)