Mercurial > hg > octave-nkf
comparison scripts/polynomial/polyaffine.m @ 11575:d6619410e79c
Spellcheck documentation before 3.4 release.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 19 Jan 2011 21:16:13 -0800 |
parents | 6eded7561d9d |
children | c792872f8942 |
comparison
equal
deleted
inserted
replaced
11574:a83bad07f7e3 | 11575:d6619410e79c |
---|---|
17 ## <http://www.gnu.org/licenses/>. | 17 ## <http://www.gnu.org/licenses/>. |
18 | 18 |
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} {} polyaffine (@var{f}, @var{mu}) | 20 ## @deftypefn {Function File} {} polyaffine (@var{f}, @var{mu}) |
21 ## Return the coefficients of the polynomial vector @var{f} after an affine | 21 ## Return the coefficients of the polynomial vector @var{f} after an affine |
22 ## tranformation. If @var{f} is the vector representing the polynomial f(x), | 22 ## transformation. If @var{f} is the vector representing the polynomial f(x), |
23 ## then @code{@var{g} = polyaffine (@var{f}, @var{mu})} is the vector | 23 ## then @code{@var{g} = polyaffine (@var{f}, @var{mu})} is the vector |
24 ## representing: | 24 ## representing: |
25 ## | 25 ## |
26 ## @example | 26 ## @example |
27 ## g(x) = f((x-@var{mu}(1))/@var{mu}(2)). | 27 ## g(x) = f((x-@var{mu}(1))/@var{mu}(2)). |