comparison scripts/polynomial/polyinteg.m @ 5053:c08cb1098afc

[project @ 2004-10-19 23:10:54 by jwe]
author jwe
date Tue, 19 Oct 2004 23:10:55 +0000
parents 22bd65326ec1
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5052:c6ef19da4b24 5053:c08cb1098afc
22 ## Return the coefficients of the integral of the polynomial whose 22 ## Return the coefficients of the integral of the polynomial whose
23 ## coefficients are represented by the vector @var{c}. 23 ## coefficients are represented by the vector @var{c}.
24 ## 24 ##
25 ## The constant of integration is set to zero. 25 ## The constant of integration is set to zero.
26 ## @end deftypefn 26 ## @end deftypefn
27 ##
27 ## @seealso{poly, polyderiv, polyreduce, roots, conv, deconv, residue, 28 ## @seealso{poly, polyderiv, polyreduce, roots, conv, deconv, residue,
28 ## filter, polyval, and polyvalm} 29 ## filter, polyval, and polyvalm}
29 30
30 ## Author: Tony Richardson <arichard@stark.cc.oh.us> 31 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
31 ## Created: June 1994 32 ## Created: June 1994