diff src/DLD-FUNCTIONS/balance.cc @ 12584:7ef7e20057fa stable

Improve documentation strings in Linear Algebra chapter.
author Rik <octave@nomad.inbox5.com>
date Fri, 08 Apr 2011 12:44:40 -0700
parents 12df7854fa7c
children f96b9b9f141b
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/balance.cc	Thu Apr 07 14:44:01 2011 -0700
+++ b/src/DLD-FUNCTIONS/balance.cc	Fri Apr 08 12:44:40 2011 -0700
@@ -62,9 +62,9 @@
 calculation are typically improved by balancing first.\n\
 \n\
 If two output values are requested, @code{balance} returns \n\
-the diagonal @var{D} and the permutation @var{P} separately as vectors.  \n\
-In this case, @code{@var{DD} = eye(n)(:,@var{P}) * diag (@var{D})}, where n\n\
-@t{n} is the matrix size.  \n\
+the diagonal @var{D} and the permutation @var{P} separately as vectors.\n\
+In this case, @code{@var{DD} = eye(n)(:,@var{P}) * diag (@var{D})}, where\n\
+@math{n} is the matrix size.  \n\
 \n\
 If four output values are requested, compute @code{@var{AA} =\n\
 @var{CC}*@var{A}*@var{DD}} and @code{@var{BB} = @var{CC}*@var{B}*@var{DD}},\n\