A Brief Refresher (with Python!). 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.
Class Deals by MOOC List - Click here and see Udacity's Active Discounts, Deals, and Promo Codes.
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.
Why Take This Course
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.
What You Will Learn
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.
Prerequisites and Requirements
The course has no formal prerequisites except experience with some programming language. A familiarity with high-school algebra and trigonometry will also be useful.