3294
|
1 @c Copyright (C) 1996, 1997 John W. Eaton |
|
2 @c This is part of the Octave manual. |
|
3 @c For copying conditions, see the file gpl.texi. |
|
4 |
4167
|
5 @node Linear Algebra |
3294
|
6 @chapter Linear Algebra |
|
7 |
|
8 This chapter documents the linear algebra functions of Octave. |
|
9 Reference material for many of these functions may be found in |
|
10 Golub and Van Loan, @cite{Matrix Computations, 2nd Ed.}, Johns Hopkins, |
|
11 1989, and in @cite{@sc{Lapack} Users' Guide}, SIAM, 1992. |
|
12 |
|
13 @menu |
|
14 * Basic Matrix Functions:: |
|
15 * Matrix Factorizations:: |
|
16 * Functions of a Matrix:: |
|
17 @end menu |
|
18 |
4167
|
19 @node Basic Matrix Functions |
3294
|
20 @section Basic Matrix Functions |
|
21 |
3373
|
22 @DOCSTRING(balance) |
3294
|
23 |
3373
|
24 @DOCSTRING(cond) |
3294
|
25 |
3373
|
26 @DOCSTRING(det) |
3294
|
27 |
3428
|
28 @DOCSTRING(dmult) |
|
29 |
|
30 @DOCSTRING(dot) |
|
31 |
3373
|
32 @DOCSTRING(eig) |
3294
|
33 |
3373
|
34 @DOCSTRING(givens) |
3294
|
35 |
3373
|
36 @DOCSTRING(inv) |
3294
|
37 |
3373
|
38 @DOCSTRING(norm) |
3294
|
39 |
3373
|
40 @DOCSTRING(null) |
3294
|
41 |
3373
|
42 @DOCSTRING(orth) |
3294
|
43 |
3373
|
44 @DOCSTRING(pinv) |
3294
|
45 |
3373
|
46 @DOCSTRING(rank) |
3294
|
47 |
3373
|
48 @DOCSTRING(trace) |
3294
|
49 |
4167
|
50 @node Matrix Factorizations |
3294
|
51 @section Matrix Factorizations |
|
52 |
3373
|
53 @DOCSTRING(chol) |
3294
|
54 |
3373
|
55 @DOCSTRING(hess) |
3294
|
56 |
3373
|
57 @DOCSTRING(lu) |
3294
|
58 |
3373
|
59 @DOCSTRING(qr) |
3294
|
60 |
3373
|
61 @DOCSTRING(qz) |
3372
|
62 |
3373
|
63 @DOCSTRING(qzhess) |
3294
|
64 |
3373
|
65 @DOCSTRING(schur) |
3294
|
66 |
3373
|
67 @DOCSTRING(svd) |
3294
|
68 |
3428
|
69 @c XXX FIXME XXX -- should there be a new section here? |
|
70 |
|
71 @DOCSTRING(housh) |
|
72 |
|
73 @DOCSTRING(krylov) |
|
74 |
4167
|
75 @node Functions of a Matrix |
3294
|
76 @section Functions of a Matrix |
|
77 |
3373
|
78 @DOCSTRING(expm) |
3294
|
79 |
3373
|
80 @DOCSTRING(logm) |
3294
|
81 |
3373
|
82 @DOCSTRING(sqrtm) |
3294
|
83 |
3373
|
84 @DOCSTRING(kron) |
3294
|
85 |
3373
|
86 @DOCSTRING(syl) |