CSC 161 Fall 2021 - Homework 3 (10 pts. total)
Assigned Tue Sep 14, due Tue Sep 21
Answer the following questions using Maple. Complete the entire assignment in a single Maple file. Submit on Moodle using the filename hw3-LastName (where LastName is replaced by your last name):
[2 pts. ] 1. Use two separate commands to find the quotient & the remainder for (x2+6x+8) / (x+2).
[2 pts. ] 2. For the polynomial 7x3 + 6x4 - 5x2, find the leading coefficient. Then, find the coefficient of x2.
[2 pts. ] 3. Assign the variable A to represent a 2 by 2 matrix whose first row is [4 3] and whose second row is [2 1].
[2 pts. ] 4. For the matrix A defined in Question 3, find A+A and AT.
[2 pts. ] 5. For the matrix A defined in Question 3, write a command to print the first row. Then, write a command to print the first column. [Hint: To print the first column, use a command to delete the second column. Use Maple Help to learn how to delete a column of a matrix.]
Last Modified: 9/14/21