In a previous task, I determined a polynomial interpolation using a system of linear equations.
The data points to be used were
The linear equation used was of the form:
and the polynomial of the form
was determined to have the coefficients
I am not aware of how I would use a system of linear equations to determine Q(x). Is it perhaps possible to derive the coefficients from p2? Or is there some other method of interpolation I should pursue?