Thread: Lagrange interpolation

  1. #1
    Registered User
    Join Date
    Feb 2008
    Posts
    2

    Lagrange interpolation

    I am having some trouble with lagrange polynomial interpolation using C. Any tips would be appreciated!

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,412
    What have you tried?
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. bilinear interpolation
    By cboard_member in forum Game Programming
    Replies: 5
    Last Post: 03-28-2007, 10:51 PM
  2. Replies: 0
    Last Post: 06-14-2006, 03:45 AM
  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