Problem Set 1

advertisement
Math 2270-001 (Summer 2005)
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
Problem Set 1
Due: Thursday May 26, 2005
1
Exercise 1.2.12.
Exercise 1.2.46.
Exercises 1.3.2 and 1.3.4
Exercises 1.3.22 to 1.3.26.
Exercise 2.3.12.
Exercise 2.4.14.
Exercise 2.4.26. Please read the coverage in the text book on the multiplication of matrices given in block form
(pp. 87-88).
Exercise 2.4.34.
Exercise 2.4.39.
Let A 2 Cmp , B; C 2 Cpn . Prove that A (B + C ) = A B + A C , using summation notation.
Use Maple to do the following:
a)
b)
c)
d)
Use the matrix command in the linalg package to dene the following matrix:
2
3
2 5 4 4
41 4 3 15
1 3 2 5
At the Maple command prompt, type with(linalg): and then hit ENTER to load the linalg package. Use the
help features of Maple to learn about how to use the function matrix.
Use the functions mulrow and addrow to perform row operations on the matrix dened above in order to
produce the following sequences of matrices, in the order given below:
3
2
2 5 4 4
7
6
A = 64 2 8 6 2 75
1 3 2 5
3
2
2 5 4 4
7
6
A1 = 64 0 3 2 2 75
1 3 2 5
3
2
2 5 4 4
7
6
A2 = 64 0 3 2 2 75
2 6 4 10
3
2
2
5 4 4
7
6
3 2 2 75
A3 = 64 0
0 11 8 6
Read the Help pages for mulrow and addrow to learn how to use them.
Find the matrix M such that M A = A3 . Use the multiply function to verify your answer.
Print out your maple worksheet, indicating the commands you have used and their outputs. Submit the
Maple worksheet along with the rest of your problem set.
Download