Announcements
-
Quiz 1 graded and returned.
-
HW1 graded. Merge the pull request from the
gradingbranch to yourmasterbranch. Pull request is also a perfect place for discussion about the grading.
Feedback on HW1
-
Q3:
@fastmath -
Q5:
readdlmandreadcsvare useful for reading tabulated data in text files. Collinearity is a concern from the descriptive statistics. -
Q6: Looping order. Julia storage is column-major, so
jilooping is peferred overijlooping. -
Use
.gitignoreto exclude files from version control. For example, putting a line*/.ipynb_checkpointsin.gitignoreignores auxillary files generated by Jupyter notebook.
Last time
-
LU decomposition (cont’d).
-
Cholesky decomposition.
Today
-
Cholesky decomposition (cont’d).
-
QR decomposition.
-
Sweep operator.