Skip to content

Linear Algebra Refresher Course

Free Course

A Brief Refresher (with Python!)

Related Nanodegree Program

Intro to Self-Driving Cars

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.

What you will learn

  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.
  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.

See the Technology Requirements for using Udacity.

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.

Learn with the best.

  • Chris Pryby
    Chris Pryby

    Instructor