Exercise 1

1 Constructing Arrays

Create a record containing several vectors and matrices. It is your choice what types and values the variables should have.
a vector with seven values,
a matrix of four rows and two columns,
a matrix of one row and five columns,
two unspecified matrices
and an empty matrix.



1.1