Overview

Teaching: 20 min
Exercises: 20 min
Questions
  • How can I store and manipulate arrays?

  • How can I do linear algebra?

Objectives
  • Write programs that create and load arrays using NumPy.

  • Replace for loops with vectorized indexing operations.

  • Perform linear algebra operations on NumPy arrays.

FIXME

Exercises

Key Points