Homework for VECTORS and MATRICES


1. Arithmetic with complex numbers

Know how to add, subtract, multiply, and divide complex numbers.
Note: z.abs() gives the norm (or modulus) of z.

2. Dot Product and Length

Know how to compute the dot product of two vectors and the length (or norm) of a vector.

3. Matrix operations

Know how to scale, add, subtract, and multiply matrices.