Lecture 6, March 12th, 2021 Lecture by Dr. Viviana Arrigoni. Linear systems. Gaussian elimination for solving systems of linear equations. Pivoting. Methods to avoid pivoting. Random Butterfly Transformations and Transpose methods. Lecture 7 - Linear Systems Part 1Lecture 7, March 17th, 2021 Lecture by Dr. Viviana Arrigoni. Linear systems. Cholesky factorization. Jacobi iterative method. Gauss-Seidel iterative method. Lecture 7 - Linear Systems Part 2
Lecture 8, March 19th, 2021 Errors: Computational errors, Data errors, Truncation errors, Rounding errors. Forward error and backward error. Sensitivity and condition number. Stability and accuracy. Errors in floating-point representation. Uncertainty in measurements. Lecture 8 - Errors
Exercises on linear systems: Exercise 3 from Midterm exam 18 April 2018 (to be continued). Lecture 9, March 24th, 2021 Discussion on Homework 1: student's solutions. Exercises on linear systems and errors: Exercise 3 from Midterm exam 18 April 2018 (continued); Exercise 3 from Midterm exam 17 April 2019. Lecture 10, March 26th, 2021 Eigenvalues and eigenvectors. The Power method. The Deflation methods.
Applications: Gould Index - Eigenvector Centrality in a Graph; the Fiedler Eigenvector and the Graph Partitioning; the Steady State of a Markov Chain using eigenvalues and eigenvectors; covariance matrix and eigenvectors. Lecture 10 - Eigenvalues, Eigenvectors and applications Lecture 11, March 31st, 2021 Molecular Dynamics: Introduction, Hooke's Law Model, Lennard-Jones Model, Motion Equations. Lecture11 - MolecularDynamicsMolecular Dynamics - L. Fosdick. Lecture 12, April 7th, 2021 Molecular Dynamics: Euler's method and Verlet's method for Hooke's Law Model and Lennard-Jones Model. Solution of motion equations for the 1D Hard Sphere Model. Lecture12 - Molecular Dynamics Part 2 - slide 1-37
Exact solution for Hooke's Law Model. Molecular Dynamics - L. Fosdick. Lecture 13, April 9th, 2021 Molecular dynamics: Solution of motion equations for the 1D Hard Sphere Model. Exact solution of motion equations for Hooke's Law Model. Lecture12 - Molecular Dynamics Part 2 - slide 38-65
Discussion on Homework 2: student's solutions. Midterm test - April 16th, 2021 Lecture 15, April 23rd, 2021 Circuits for arithmetic operations. Pipeline of arithmetic operations. Circuit evaluation: delay and area.
Lecture15 - Computer arithmetic