Physics 386: Scientific Programming
SUNY Cortland
Spring 2023
HomeworkDue | Reading | Problems | Posted |
Due | Reading | Problems | Posted |
Jan. 24 | Chapters 1.1, 1.2, 1.4, 1.5 | Feb. 3 | |
Jan. 26 | checking that all is working | Feb. 3 | |
Jan. 31 | Chapters 1.3, 1.6-1.8 | Feb. 3 | |
Feb. 2 | Feb. 3 | ||
Feb. 7 | Sections 2.1-2.3 | Feb. 3 | |
Feb. 9 | Sections 2.3-2.5 | Problem Set | Feb. 3 |
Feb. 14 | Feb. 17 | ||
Feb. 16 | Feb. 17 | ||
Feb. 21 | Sections 3.1-3.3 | Feb. 17 | |
Feb. 23 | Sections 3.4-discussed cubic splines today and scipy.interpolate module | 2.1.4, 2.1.5, 2.1.6, 2.1.23, 2.2.6, 2.2.11, 2.2.17 | Feb. 17 |
Feb. 28 | Discussed curve fitting with scipy | Mar. 3 | |
Mar. 2 | class time on HW#3 | Mar. 3 | |
Mar. 7 | Chapter 4.1-4.4 | Mar. 3 | |
Mar. 9 | Chapter 4.5 and 4.6 | For the interpolation questions (3.1.x) I
encourage you to graph your interpolation curve to make sure it
looks like you are getting a sensible interpolation: 3.1.7 (required:eval at
x=0, extra credit: program graph in code),
3.1.11, 3.1.19, 3.1.20 For the curve fitting questions (3.2.x) be sure to report the fit values along with the uncertainty in the fit values. Please graph data with fit equation and turn in with your solutions: 3.2.3, 3.2.5, 3.2.6, 3.2.16 | Mar. 3 |