matrix-sum
Write a function to add up the sum of each row in a matrix of arbitrary size, and return an array with the appropriate values.
Write a function to add up the sum of each row in a matrix of arbitrary size, and return an array with the appropriate values.