3 3 votes If f(l) = 2, f(2) = 4 and f(4) = 16, what is the value of f(3) using Lagrange's interpolation formula? 8 8(1/3) 8(2/3) 9 Numerical Methods gateit-2004 numerical-methods lagranges-interpolation normal out-of-gatecse-syllabus non-gatecse + – Ishrat Jahan 5.4k views answer comment Share Follow Print See all 2 Comments 2 2 Comments reply harypotter0 commented Nov 5, 2020 reply Follow flag Not in syllabus anymore. 0 0 replyShare P0535_Yedidyah_Sagar commented Sep 21, 2025 reply Follow flag Out of syllabus 0 0 replyShare Please log in or register to add a comment.
Best answer 1 1 vote Answer: B f(3) = [(3-2)(3-4)*2]/[(1-2)(1-4)] + [(3-1)(3-4)*4]/[(2-1)(2-4)] + [(3-1)(3-2)*16]/[(4-1)(4-2)] = -2/3 + 8/2 + 16/3 = 26/3 = 8(1/3). Ref: https://mat.iitm.ac.in/home/sryedida/public_html/caimna/interpolation/lagrange.html Rajarshi Sarkar answered Apr 7, 2015 • selected May 11, 2015 by Rajarshi Sarkar Rajarshi Sarkar comment Share Follow See all 2 Comments 2 2 Comments reply shu commented Dec 30, 2016 reply Follow flag Is this out of syllabus now ? 3 3 replyShare felics moses 1 commented Nov 22, 2023 reply Follow flag $\frac{26}{3} \; is\; 8\tfrac{2}{3}$ 0 0 replyShare Please log in or register to add a comment.