Skip to content
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 696 Bytes

06-linear_algebra.md

File metadata and controls

24 lines (15 loc) · 696 Bytes

Linear Algebra

Read the following quick sheet: Linear Algebra Explained in 4 Pages


You should be familiar with the following concepts:

  • adding vectors
  • matrix multiplication
  • matrix inverse
  • how to visualize lines and planes and hyperplanes; dot product
  • systems of linear equations
  • eigenvalues

Exercises

There are matrix operations exercises in the Matrix Algebra Worksheet. Print out the worksheet and complete the computations by hand. You can check your work in Python.


Place your Python code (with results in comment) in this file: matrix_algebra.py