Wikipedia:Reference desk/Archives/Mathematics/2008 August 16#Polynomials

{{#ifeq:{{PAGENAME}}|Special:Undelete| |{{#if:|

}} {{#ifeq:{{NAMESPACE}}|Wikipedia|{{#switch:{{NAMESPACE}}|= |
}}|{{error:not substituted|Archive header}}
}}}} {{#if:|
}}
width = "100%"
colspan="3" align="center" | Mathematics desk
width="20%" align="left" | < August 15

! width="25%" align="center"|<< Jul | August | Sep >>

! width="20%" align="right" |{{#ifexist:Wikipedia:Reference desk/Archives/Mathematics/2008 August 17|August 17|Current desk}} >

align=center width=95% style="background: #FFFFFF; border: 1px solid #003EBA;" cellpadding="8" cellspacing="0"
style="background: #5D7CBA; text-align: center; font-family:Arial; color:#FFFFFF;" | Welcome to the Wikipedia Mathematics Reference Desk Archives
The page you are currently viewing is {{#ifexist:Wikipedia:Reference desk/Archives/Mathematics/2008 August 26|an archive page|a transcluded archive page}}. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages.

__TOC__

= August 16 =

Induced coloring method

Where can I find information about the induced coloring method in Ramsey theory. It is used to prove the generalized Ramsey Theorem, Van der Waerdens theorem, Hales Jewett theorem etc). I want to understand the underlying idea of the method. Thanks--Shahab (talk) 06:08, 16 August 2008 (UTC)

Polynomials

How do you find the coefficients of a polynomial (of degree n-1) that passes through n points ((x1, y1), (x2, y2) . . .)? Thanks *Max* (talk) 06:22, 16 August 2008 (UTC).

:Check out Polynomial interpolation. Best, RayAYang (talk) 06:31, 16 August 2008 (UTC)

::Let the polynomial be a_0+a_1x+a_2x^2\cdots a_{n-1}x^{n-1}. Now substitute (x_1,y_1) in it. You will get the linear equation y_1=a_0+a_1x_1+a_2x_1^2\cdots a_{n-1}x_1^{n-1} which has n variables a_0,a_1\cdots a_{n-1}. In this way get n linear equations and solve for the coefficients. That's actually what happens in interpolation--Shahab (talk) 06:38, 16 August 2008 (UTC)

:: And have also a look to the Lagrange polynomial method, that gives you immediately the interpolating polynomial, although not explicitely with its coefficients. If you need the coefficients, you can expand it and write them as linear combinations of the symmetric functions of x1,.., xn. But I guess this is not better than the previous method.79.38.22.37 (talk) 07:54, 16 August 2008 (UTC)

:::Thank you. *Max* (talk) 15:25, 16 August 2008 (UTC).