mandli / intro-numerical-methods

Jupyter notebooks and other materials developed for the Columbia course APMA 4300
Creative Commons Attribution 4.0 International
278 stars 398 forks source link

Added many \vec's to the notebook on the QR decomposition. Also fixed some typos. #74

Closed KellyBlack closed 4 years ago

KellyBlack commented 4 years ago

Went through the 11_LA_QR.ipynb notebook and made the vector notation consistent with the changes to the 10_LA_intro.ipynb notebook. Found some typos and tried to fix them to be more better.

KellyBlack commented 4 years ago

Fixed several typos and found some places that were missing the previous vectors found in the Gramm-Schmidt orthogonalization process in the QR notebook.