# matrix/vector data file for homework 3 # matrix - expects numRows then numColumns 9 4 # the actual matrix data (expected to be in row/column fashion) 1 2 3 4 4 5 6 5 7 8 9 6 1 2 3 4 1 2 3 4 4 5 6 5 7 8 9 6 4 5 6 5 7 8 9 6 # second matrix - expects numRows then numColumns 4 5 # vector data (can be split up into different lines however you want) 1 2 3 2 3 4 5 6 2 3 7 8 9 2 3 8 7 6 2 3