From what I am noticing, linear Lagrange interpolation just looks like another way to find a secant line given two points.
What is the difference?
From what I am noticing, linear Lagrange interpolation just looks like another way to find a secant line given two points.
What is the difference?
Copyright © 2021 JogjaFile Inc.
No difference whatsoever. For univariate data, the first order interpolating polynomial on distinct points $ x_0 < x_1$ is indeed the secant line passing through those points.