Mercurial > hg > octave-lyh
diff scripts/control/base/dcgain.m @ 5016:bdbee5282954
[project @ 2004-09-22 02:50:35 by jwe]
author | jwe |
---|---|
date | Wed, 22 Sep 2004 02:50:36 +0000 |
parents | 22bd65326ec1 |
children | 4c8a2e4e0717 |
line wrap: on
line diff
--- a/scripts/control/base/dcgain.m +++ b/scripts/control/base/dcgain.m @@ -21,7 +21,7 @@ ## Returns dc-gain matrix. If dc-gain is infinite ## an empty matrix is returned. ## The argument @var{tol} is an optional tolerance for the condition -## number of the @math{A}-Matrix in @var{sys} (default @var{tol} = 1.0e-10) +## number of the @math{A} Matrix in @var{sys} (default @var{tol} = 1.0e-10) ## @end deftypefn ## Author: Kai P. Mueller <mueller@ifr.ing.tu-bs.de>