- 959
- 0
Let's say I wanted to prove that, given n points, it takes a maximum of a (n-1)th degree polynomial to represent them all. How would I do it? My instinct is to just say because you need a max of (n-1) max/mins ...
The discussion centers on proving that a polynomial of degree at most (n-1) can represent n distinct points in a given space. Participants explore the implications of polynomial degree requirements based on the number of points and the context of representation.
Participants express differing views on the necessity of the maximum degree polynomial and the interpretation of representation. There is no consensus on the best approach to proving the claim, and multiple perspectives on the topic remain unresolved.
Participants have not fully defined the conditions under which the polynomial representation holds, such as the requirement for distinct x-coordinates or the dimensionality of the space. The discussion includes various assumptions that have not been explicitly stated.
TenaliRaman said:Alkatran,
If u go through Lagrange Interpolation method, u would see how lagrange came up with an extremely simple way to do it!