Mercurial > hg > octave-nkf
diff scripts/polynomial/mpoles.m @ 9070:e9dc2ed2ec0f
Cleanup documentation for poly.texi, interp.texi, geometry.texi
Grammarcheck input .txi files
Spellcheck .texi files
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sun, 29 Mar 2009 10:22:56 -0700 |
parents | eb63fbe60fab |
children | 16f53d29049f |
line wrap: on
line diff
--- a/scripts/polynomial/mpoles.m +++ b/scripts/polynomial/mpoles.m @@ -20,7 +20,7 @@ ## @deftypefn {Function File} {[@var{multp}, @var{indx}] =} mpoles (@var{p}) ## @deftypefnx {Function File} {[@var{multp}, @var{indx}] =} mpoles (@var{p}, @var{tol}) ## @deftypefnx {Function File} {[@var{multp}, @var{indx}] =} mpoles (@var{p}, @var{tol}, @var{reorder}) -## Identifiy unique poles in @var{p} and associates their multiplicity, +## Identify unique poles in @var{p} and associates their multiplicity, ## ordering them from largest to smallest. ## ## If the relative difference of the poles is less than @var{tol}, then @@ -30,7 +30,7 @@ ## If the optional parameter @var{reorder} is zero, poles are not sorted. ## ## The value @var{multp} is a vector specifying the multiplicity of the -## poles. @var{multp}(:) refers to mulitplicity of @var{p}(@var{indx}(:)). +## poles. @var{multp}(:) refers to multiplicity of @var{p}(@var{indx}(:)). ## ## For example, ##