Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hello, I am trying to implement a program where I can find out the "y" value for a given "x" value using Lagrange Interpolation with data points (x,y) like the ones shown below:
The program should use these expressions:
Solved! Go to Solution.
It doesn't look like you've put too much thought and effort into this.
However, as promised!
While interesting what have you got so far? Couldn't see any attached mcad sheet!
Where are the stumbling blocks?
Assuming Werner's right, and this IS homework, you need to show an honest effort (AKA, post your worksheet!)
That said, these were developed (as LaGrange polynomial interpolation functions) using Prime 4.0 Express. Worksheet will be posted upon demonstration of honest effort.
@Fred_Kohlhepp wrote:
Assuming Werner's right, and this IS homework,
The poster himself labelled his question with "Math Homework" 🙂
Thereby demonstrating (once again) that you are much more observant than I! 😉
But I still enjoyed the challenge.
This was my original attempt at it. However I realized two things, Mathcad won't simplify the polynomial basis expressions. Secondly, this method is really inefficient as the Lagrange polynomial degree increases. So I stopped trying this method. I figured I could use two loops and the actual expression. However I'm having trouble implementing that.
It doesn't look like you've put too much thought and effort into this.
However, as promised!
I agree with you and your version looks so familiar compared to what I had prepared 🙂
Splitting may make it better readable
Keep in mind that Freds sheet assumes the default setting for ORIGIN (which is 0). In your sheet you changed ORIGIN to be 1 so you have to slightly modify Freds approach to take that into account.
Thank you guys! I just needed this because I am new to Mathcad programming and I was just unsure how some of the syntax works for the product function and got completely stuck! thanks for helping me get started!
As this is obviously homework you should show your attempts for a solution. This also would help us to see where you have problems with the handling of Prime so we can help.
If you already derived a solution you may check your function by creating a plot and also check against the built-in "polyfit" function: