Linear Algebra Refresher Course
Offered By: Udacity
Course Description
Overview
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.
Syllabus
- 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.
- 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.
Taught by
Chris Pryby
Related Courses
Information TheoryThe Chinese University of Hong Kong via Coursera Intro to Computer Science
University of Virginia via Udacity Analytic Combinatorics, Part I
Princeton University via Coursera Algorithms, Part I
Princeton University via Coursera Divide and Conquer, Sorting and Searching, and Randomized Algorithms
Stanford University via Coursera