You are on page 1of 1

Homework problem 2: Part 1: Write the transformations you need to do to the data before

calling polyfit

Homework problem 2: Part 2: Write the transformations you need to do with the results p =
polyfit(x,y,1) after. Get ​a​ and ​b​ out of p
​ ​ then transform ​a​ and ​b​.

Homework problem 3: Read in the data and verify that you can fit one Gaussian.

You might also like