Array indexing

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#

Video:

Download the slides.

Quiz#