diff doc/interpreter/matrix.txi @ 4167:aae05d51353c

[project @ 2002-11-12 02:52:50 by jwe]
author jwe
date Tue, 12 Nov 2002 02:52:51 +0000
parents 87db95b22f8f
children ea1d3e1a4b1b
line wrap: on
line diff
--- a/doc/interpreter/matrix.txi
+++ b/doc/interpreter/matrix.txi
@@ -2,7 +2,7 @@
 @c This is part of the Octave manual.
 @c For copying conditions, see the file gpl.texi.
 
-@node Matrix Manipulation, Arithmetic, Plotting, Top
+@node Matrix Manipulation
 @chapter Matrix Manipulation
 
 There are a number of functions available for checking to see if the
@@ -19,7 +19,7 @@
 * Famous Matrices::             
 @end menu
 
-@node Finding Elements and Checking Conditions, Rearranging Matrices, Matrix Manipulation, Matrix Manipulation
+@node Finding Elements and Checking Conditions
 @section Finding Elements and Checking Conditions
 
 The functions @code{any} and @code{all} are useful for determining
@@ -66,7 +66,7 @@
         
 @DOCSTRING(common_size)
 
-@node Rearranging Matrices, Special Utility Matrices, Finding Elements and Checking Conditions, Matrix Manipulation
+@node Rearranging Matrices
 @section Rearranging Matrices
 
 @DOCSTRING(fliplr)
@@ -110,7 +110,7 @@
 
 @DOCSTRING(prepad)
 
-@node Special Utility Matrices, Famous Matrices, Rearranging Matrices, Matrix Manipulation
+@node Special Utility Matrices
 @section Special Utility Matrices
 
 @DOCSTRING(eye)
@@ -194,7 +194,7 @@
 
 @DOCSTRING(ok_to_lose_imaginary_part)
 
-@node Famous Matrices,  , Special Utility Matrices, Matrix Manipulation
+@node Famous Matrices
 @section Famous Matrices
 
 The following functions return famous matrix forms.