Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
The function F(x) is a polynomial of degree 3.
And given the values of x and y = F(x) mod 251
it is required to reconstruct the polynomial F(x)
x is finite and has only 3 discrete values
how could we solve this using lagrange interpolation

hi
if i have used modulo function in the polynomial then how can i use lagrange interpolation
Posted
Updated 31-Dec-12 21:02pm
v3

Start from here and it should help you out: Matlab - Lagrange Interpolation Polynomial[^]
General info about the same: Wiki Lagrange polynomial[^]

Try out!
 
Share this answer
 
Comments
terasajan 2-Jan-13 3:09am    
hiif i have used modulo function in the polynomial then how can i use lagrange interpolation
Sandeep Mewara 2-Jan-13 4:08am    
Did you go through the MATLAB mathwork's link?
terasajan 3-Jan-13 4:17am    
thank u sir
yes i did went through the links
hi
if i have used modulo function in the polynomial then how lagrange interpolation function can be used
 
Share this answer
 
Comments
Richard MacCutchan 1-Jan-13 5:23am    
Do not post questions as Solutions. If you have question to ask someone who has replied then use the "Have a Question or Comment" link below their answer.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900