Mercurial > hg > octave-nkf
comparison scripts/polynomial/polyval.m @ 3426:f8dde1807dee
[project @ 2000-01-13 08:40:00 by jwe]
author | jwe |
---|---|
date | Thu, 13 Jan 2000 08:40:53 +0000 |
parents | a4cd1e9d9962 |
children | e031284eea27 |
comparison
equal
deleted
inserted
replaced
3425:8625164a0a39 | 3426:f8dde1807dee |
---|---|
18 ## 02111-1307, USA. | 18 ## 02111-1307, USA. |
19 | 19 |
20 ## -*- texinfo -*- | 20 ## -*- texinfo -*- |
21 ## @deftypefn {Function File} {} polyval (@var{c}, @var{x}) | 21 ## @deftypefn {Function File} {} polyval (@var{c}, @var{x}) |
22 ## Evaluate a polynomial. | 22 ## Evaluate a polynomial. |
23 ## | 23 ## |
24 ## @code{polyval (@var{c}, @var{x})} will evaluate the polynomial at the | 24 ## @code{polyval (@var{c}, @var{x})} will evaluate the polynomial at the |
25 ## specified value of @var{x}. | 25 ## specified value of @var{x}. |
26 ## | 26 ## |
27 ## If @var{x} is a vector or matrix, the polynomial is evaluated at each of | 27 ## If @var{x} is a vector or matrix, the polynomial is evaluated at each of |
28 ## the elements of @var{x}. | 28 ## the elements of @var{x}. |
29 ## @end deftypefn | 29 ## @end deftypefn |
30 | 30 |
31 ## SEE ALSO: polyvalm, poly, roots, conv, deconv, residue, filter, | 31 ## SEE ALSO: polyvalm, poly, roots, conv, deconv, residue, filter, |