Some of the questions in this assignment (including this question) will require you to input matrices as solutions. To do this you will need to use a basic Maple command Matrix. Here are two examples to show you how to use the command. To input the following matrix: 23 3] 4 Use the Maple command: Matrix([[1,2,3],[4,5,6]]) Note that each row of the matrix is contained within separate set of brackets within the Matrix command, the data for each row is separated by comma, and the individual entries in each row are also separated by a comma. As a second example, the Maple command t input the following matrix: [1 2 3 4 5 6 7 9 10 11 8 12 is: Matrix([[1,2,3,4],[5,6,7,8],[9,10,11,12]]) Use the Maple command Matrix with the above syntax to input the matrix: A = A=