2. Matrix addition. The matrix, A
, and the vector, b
have been defined for you. Use the
functions nrow()
and ncol()
to calculate the number of rows and columns of the matrix. Use this
information to convert b
into a matrix, C
, that can be added to A
.