Skip to content

Files

Latest commit

bb04cea · Mar 13, 2019

History

History
This branch is 508 commits ahead of, 36 commits behind edooley7/dsp:master.

linear_algebra

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 21, 2019
Mar 13, 2019

Linear Algebra

Read the following quick sheet: Linear Algebra Explained in 4 Pages


You should be familiar with the following concepts:

  • adding vectors
  • matrix multiplication
  • matrix inverse
  • how to visualize lines and planes and hyperplanes; dot product
  • systems of linear equations
  • eigenvalues

Video Series

An excellent visual introduction to Linear Algebra can be found here.

It is highly recommended that you watch the above video series.

For those looking for a more in-depth treatment of linear algebra, you should check out MIT's 18.06 Linear Algebra Course