January 11, 2021

415 words 2 mins read

MacroAnalyst/Linear_Algebra_With_Python

MacroAnalyst/Linear_Algebra_With_Python

Lecture Notes for Linear Algebra Featuring Python

repo name MacroAnalyst/Linear_Algebra_With_Python
repo link https://github.com/MacroAnalyst/Linear_Algebra_With_Python
homepage
language Jupyter Notebook
size (curr.) 10883 kB
stars (curr.) 1232
created 2020-06-01
license MIT License

Lectures of Linear Algebra MIT License

These lecture notes are intended for introductory linear algebra courses, suitable for university students, programmers, data analysts, algorithmic traders and etc.

The lectures notes are loosely based on several textbooks:

  1. Linear Algebra and Its Applications by Gilbert Strang
  2. Linear Algebra and Its Applications by David Lay
  3. Introduction to Linear Algebra With Applications by DeFranza & Gagliardi
  4. Linear Algebra With Applications by Gareth Williams

cover-min

However, the crux of the course is not about proving theorems, but to demonstrate the practices and visualization of the concepts. Thus we will not engage in strictly precise deduction or notation, rather we aim to clarify the elusive concepts and thanks to Python/MATLAB, the task is much easier now.

Prerequisites

Though the lectures are for beginners, it is beneficial that attendants had certain amount of exposure to linear algebra and calculus.

And also the attendants are expected to have basic knowledge (3 days training would be enough) of

  • Python
  • NumPy
  • Matplotlib
  • SymPy

All the codes are written in an intuitive manner rather than efficient or professional coding style, therefore the codes are exceedingly straightforward, I presume barely anyone would have difficulty in understanding the codes.

What to Expect from Notes

These notes will equip you with most needed and basic knowledge for other subjects, such as Data Science, Econometrics, Mathematical Statistics, Control Theory and etc., which heavily rely on linear algebra. Please go through them patiently, you will certainly have a better grasp of the fundamental concepts of linear algebera. Then further step is to study the special matrices and their application with your domain knowledge.

Contents

It is advisable to either open the notebooks in Jupyter nbviewers (links below) or download them, since github has lots of rendering mistakes in LaTeX and sometimes even missing plots.

Lecture 1 - System of Linear Equations Lecture 2 - Basic Matrix Algebra Lecture 3 - Determinants Lecture 4 - LU Decomposition Lecture 5 - Vector Operations Lecture 6 - Linear Combination Lecture 7 - Linear Independence Lecture 8 - Vector Space and Subspace Lecture 9 - Basis and Dimension Lecture 10 - Column, Row and Null Space Lecture 11 - Linear Transformation Lecture 12 - Eigenvalues and Eigenvectors Lecture 13 - Diagonalization Lecture 14 - Application to Dynamic System Lecture 15 - Inner Product and Orthogonality Lecture 16 - Gram-Schmidt Process and Decomposition Lecture 17 - Symmetric Matrices and Quadratic Form Lecture 18 - Singular Value Decomposition Lecture 19 - Multivariate Normal Distribution

comments powered by Disqus