Mercurial > hg > octave-lyh
diff scripts/linear-algebra/cond.m @ 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 | c792872f8942 |
children | f96b9b9f141b |
line wrap: on
line diff
--- a/scripts/linear-algebra/cond.m +++ b/scripts/linear-algebra/cond.m @@ -19,9 +19,9 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} cond (@var{A}) ## @deftypefnx {Function File} {} cond (@var{A}, @var{p}) -## Compute the @var{p}-norm condition number of a matrix. @code{cond -## (@var{A})} is -## defined as +## Compute the @var{p}-norm condition number of a matrix. +## +## @code{cond (@var{A})} is ## defined as ## @tex ## $ {\parallel A \parallel_p * \parallel A^{-1} \parallel_p .} $ ## @end tex