If we want to add a row to our matrix, we can do so by simply using the rbind() function.

Nice! Remember that the row being added must have the same length as the number of columns in the matrix.

Whoops! Maybe that's not the correct answer?