.. _week10: Week 10 - 10/21 --------------- .. note:: Chapter 7 concludes the content on the second exam. **Reading:** * 6.13. :ref:`mldivide` * 7. :ref:`leastSquare` * 8.1. :ref:`eigintro` * 8.2. :ref:`eigDemo` * 8.3. :ref:`find_eig` * 8.4. :ref:`eigProperties` **Video Lectures:** .. note:: Section 6.3 (:ref:`mldivide`) explains how MATLAB's left-divide operator decides which algorithm to use to solve a system of equations. The algorithms are presented through out chapter 6. So it does not seem necessary to make a video lecture for the section. * `Chapter 7 - Least Squares Regression - 2024 `_ (28:31) * `Sections 8.1-3 - Introduction to Eigenvalues and Eigenvectors - 2024 `_ (36:11) * `Section 8.4 Properties of Eigenvalues and Eigenvectors `_ (14:54) **Annotated notes:** * Linear Regression with Projection - :download:`notes/Regression-projection.pdf` **Assignments:** * `Rectangular Martrix Homework video `_ (32:49) * :ref:`RegressionHW` * `Least Squares Regression assignment video `_ (11:31)