This is the page for the MIT 18.06 Linear Algebra course hosted by the Machine Learning Nanodegree Slack group.
Click here to enroll and go here to view the list of enrolled students
Every "week" (the pacing may change) there will be new topics and homework that you can work through. The current week's content will be available on this GitHub page and past weeks are in the Wiki.
If you want to discuss or ask any questions, you can either drop a message in the #mit_1806 channel in the MLND Slack Group, or open an GitHub "issue" at the top of the page (we treat these like forum threads). Please label your thread with the correct tags so that people can find what they are looking for.
Don't be shy to ask any questions, we don't bite and the chances are that someone else is wondering about the same thing! :)
To explore:
- Linear combinations (
alpha*u+beta*v+...
) and their spans - The solutions to
Ax=b
andAx=lambda*x
- The practical applications of these
Notation:
- Greek letters are scalars i.e.
lambda in \R
- Lower case letters are vectors
- Capital letters are matrices
Resources:
- YouTube Playlist
- Download All The Videos
- MIT OCW Course
- [Textbook] (http://facultymember.iaukhsh.ac.ir/images/Uploaded_files/[Strang_G.]_Linear_algebra_and_its_applications(4)[5881001].PDF)
- Another Student's work through the course
Homework is provided by @joshuacook. It is unique to this course! Two options to get it: fork this repo and do it locally. Please submit a pull request to upload your finished version when you are done. (Make sure to rename the file!) OR you can do it online with a shared jupyternotebook
Learning goals:
- Get started with course
- Begin to think about row view versus column view
- Understand linear combinations
- Begin to think about
numpy
in the context of linear algebra
Watch Videos
Complete Homework 1
Complete Homework 2
- Lecture 7: Solving Ax = 0: pivot variables, special solutions
- Lecture 8: Solving Ax = b: row reduced form R
- Lecture 11: Matrix spaces; rank 1; small world graphs
- Lecture 12: Graphs, networks, incidence matrices
Lecture 13: Quiz 1 review
Take Home Quiz 1 due 10/30/16
- Lecture 18: Properties of determinants
- Lecture 19: Determinant formulas and cofactors
- Lecture 20: Cramer's rule, inverse matrix, and volume
Take Home Quiz 2 due 1/3/17
- Lecture 25: Symmetric matrices and positive definiteness
- Lecture 26: Complex matrices; fast fourier transform
Take Home Final Exam due 2/20/17