0% found this document useful (0 votes)
29 views1 page

Polynomial and Exponential Curve Fitting

This document contains two data sets and instructions to fit polynomial and exponential curves to them. For the first set, fit a third degree polynomial to the points (-1,1), (0,1), (1,1), (2,7), (3,25). For the second set, fit an exponential curve of the form y=Ae^Bx to the points (1,7), (2,11), (3,17), (4,27).

Uploaded by

Nagababu Andraju
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views1 page

Polynomial and Exponential Curve Fitting

This document contains two data sets and instructions to fit polynomial and exponential curves to them. For the first set, fit a third degree polynomial to the points (-1,1), (0,1), (1,1), (2,7), (3,25). For the second set, fit an exponential curve of the form y=Ae^Bx to the points (1,7), (2,11), (3,17), (4,27).

Uploaded by

Nagababu Andraju
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

1.

By the method of least squares fit a third degree polynomial for the following
data.

X -1 0 1 2 3
Y 1 1 1 7 25

2. Fit an expoenential curve y=A eBx for the following data.

X 1 2 3 4
Y 7 11 17 27

You might also like