1. The document discusses various ways of addressing elements in arrays and matrices, including vector (linear) addressing using indices, matrix addressing using row and column subscripts, and using a colon operator to address ranges of elements.
2. Methods for adding elements to existing arrays and matrices are presented, such as appending elements or rows/columns, and inserting elements into specified indices or locations.
3. Deleting elements from existing arrays is also briefly mentioned.