Linear Algebra Refresher Course
About this Course
This mini-course is intended for students who would like a refresher on the basics of linear algebra. The course attempts to provide the motivation for "why" linear algebra is important in addition to "what" linear algebra is.
Students will learn concepts in linear algebra by applying them in computer programs. At the end of the course, you will have coded your own personal library of linear algebra functions that you can use to solve …
Linear Algebra Refresher Course
About this Course
This mini-course is intended for students who would like a refresher on the basics of linear algebra. The course attempts to provide the motivation for "why" linear algebra is important in addition to "what" linear algebra is.
Students will learn concepts in linear algebra by applying them in computer programs. At the end of the course, you will have coded your own personal library of linear algebra functions that you can use to solve real-world problems.
Learn linear algebra by doing: you will code your own library of linear algebra functions!
[
You should take this course if:
,- You want a refresher on the basics of linear algebra or want to learn them for the first time
- You want to see how linear algebra can be applied to real-world problems.
- You want to learn linear algebra in the context of programming.
]
lesson 1
Vectors
Learn the basic operations on vectors (one of the fundamental objects of study in linear algebra).
Code a library of functions to perform operations on vectors that you will use in later lessons.
lesson 2
Intersections
Learn the geometric and algebraic interpretation of intersections of “flat” objects and how to solve real-world problems.
Write your own algorithm to find the intersections of sets of lines and planes.