202k views
5 votes
A third-order polynomial of the form y = Ax³ + Bx² + Cx + D is to be fitted to four time-velocity data points. At time x = 0, 1, 2, and 3 s, the velocity is measured as 7, 14, 29, and 58 m/s.

Using Gauss-Jordan elimination, find the curve that passes through these points. Also, solve the problem by employing the backslash operator in MATLAB and compare the results with those obtained earlier.

User Luis LL
by
4.9k points

1 Answer

4 votes

Answer:


y=0.33x^3+3x^2+3.67x+7

Explanation:

explanation is in the attachment below

A third-order polynomial of the form y = Ax³ + Bx² + Cx + D is to be fitted to four-example-1
A third-order polynomial of the form y = Ax³ + Bx² + Cx + D is to be fitted to four-example-2
User Seanlook
by
4.9k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.