Thread: newton's forward interpolation

  1. #1
    Registered User
    Join Date
    Dec 2012
    Posts
    1

    newton's forward interpolation

    how to implement newton's forward interpolation in c programming with the help of array?

  2. #2
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    Welcome, sumitdas , but that's not how we roll. The start of a program is entirely up to you. Hopefully, you have the book, the lecture notes, etc., and can get it going.

    When you get stuck on the programming, post up what you have tried, and any errors in either accuracy or by the compiler, and ask specific questions. If we don't follow that policy we quickly become a "short order" program forum, which is not what we will take on.

    A lot of time with these kinds of questions, it's best to review your lecture notes, because the lecturer always gives hints out, doesn't he/she? And then work through an example by hand, a time or three. Note the patterns you use as you do it. Ask yourself how could an array be helpful here?

    It may take awhile, but nothing seems to attract my muse with good idea's, more than repetition on a similar but simpler, run through, with paper and pen.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Lagrange interpolation
    By swal87 in forum C Programming
    Replies: 1
    Last Post: 02-23-2008, 12:04 PM
  2. bilinear interpolation
    By cboard_member in forum Game Programming
    Replies: 5
    Last Post: 03-28-2007, 10:51 PM
  3. Interpolation in C - Help
    By finnpark in forum C Programming
    Replies: 3
    Last Post: 11-01-2005, 12:44 PM
  4. what's interpolation?
    By jverkoey in forum Game Programming
    Replies: 9
    Last Post: 02-12-2003, 03:55 PM
  5. interpolation sort
    By saigonara in forum C Programming
    Replies: 5
    Last Post: 07-14-2002, 06:58 PM