Home > freetb4matlab > polynomial > polyaffine.m

polyaffine

PURPOSE ^

% Return the coefficients of the polynomial whose coefficients are given by

SYNOPSIS ^

function g = polyaffine (f, mu)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} polyaffine (@var{f}, @var{mu})
% Return the coefficients of the polynomial whose coefficients are given by
% vector @var{f} after an affine tranformation. If @var{f} is the vector
% representing the polynomial f(x), then @var{g} = polytrans (@var{f},
% @var{mu}) is the vector representing 
% @example
% g(x) = f((x-@var{mu}(1))/@var{mu}(2)).
% @end example
% 
% @seealso{polyval}
% @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