ACE BN BNA CG CLG COMP FM FREE HEKA IDCA NCA NCSF PART SFA SG SGA SP SYMF TAB TYP

FUNCTION: NewtonInterp - Newton Interpolation formula

CALLING SEQUENCE:

NewtonInterp(f, n)
SP[NewtonInterp](f, n)

PARAMETERS:

f = any expression in the basis of monomials
n = any positive integer denoting the degree of a symmetric group

SYNOPSIS:

EXAMPLES:


> with(SP):
> Flag(-1):
> NewtonInterp(2*x2 + 4*a^2*x1^2, 4);
 
            2   2                                         2
 (2 y2 + 4 a  y1 ) XX[1, 2, 3, 4] + 2 XX[1, 3, 2, 4] + 4 a  XX[3, 1, 2, 4]
 
             2             2
       + (4 a  y2 - 2 + 4 a  y1) XX[2, 1, 3, 4]
 
> expand( Tox( NewtonInterp(2*x2 + 4*a^2*x1^2, 4) ) );
 
                                         2   2
                               2 x2 + 4 a  x1
 

SEE ALSO: Flag x2XX