Home > freetb4matlab > polynomial > polyint.m

polyint

PURPOSE ^

% Return the coefficients of the integral of the polynomial whose

SYNOPSIS ^

function p = polyint (p, k)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} polyint (@var{c}, @var{k})
% Return the coefficients of the integral of the polynomial whose
% coefficients are represented by the vector @var{c}.  The variable
% @var{k} is the constant of integration, which by default is set to zero.
% @seealso{poly, polyderiv, polyreduce, roots, conv, deconv, residue,
% filter, polyval, polyvalm}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003