I want to create a matrix with x amount of rows, for example, matrix = [[1, 2, 3],[4, 5, 3]] and I want to add the second row to the first row. The result should be [[5, 7,