Array indexing#

Learning Objectives#

After working through this topic, you should be able to:

  • Select individual elements of arrays

  • Select slices of arrays

  • Select rows or columns of 2 dimensional arrays

  • Use boolean indexing

Materials#

Here is the screencast. These are the slides.

Additional Materials#

Quiz#