asked 221k views
15 votes
Use finite differences to identify the degree of the polynomial that best describes the data. 9 10 11 12 13 14

1 Answer

0 votes

The forward differences for this data is 1, 1, 1, 1, 1, 1 (since 10 - 9 = 1, 11 - 10 = 1, etc). Since we only need one iteration of differences, a linear polynomial will fit the data exactly.

answered
User Henkersmann
by
7.3k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.