Tutorial 2 Matrices
Tutorial 2 Matrices
Tutorial 2 Matrices 1. Solve for the following using these given matrices:
3 1 4 U = 2 0 1 , 1 2 2
(a) (b) (c) (d) (e) (f) 2. 2U U+W 2U 3W UW WU (WU)T
1 0 2 W = 3 1 1 2 4 1
3.
2 5 4 P = 3 1 2 , 5 4 6
(a) (b) (c) (d) (e) (f)
0 0 Q= 0 2
2 3 0 4 5 0 1 0 3 0 1 3
Find det(P) along the first row of matrix P. Find det(P) along the second column of matrix P. Do you think the result for (a) and (b) would be the same? Find det(Q) along the first column of matrix Q. Find det(Q) along the first row of matrix Q. Which determinant is simpler to calculate? Question (d) or question (e)?
Page 1 of 2
4.
For each of the following matrices, calculate det(A), adj(A), and A-1. (a) 1 2 A= 3 1 (b)
1 3 1 A= 2 1 1 2 2 1
5.
Solve the system of linear equations by: 2 x1 + 5 x2 = 9 x1 + 3 x2 = 5 (a) (b) (c) Gaussian Elimination with Back Substitution Gauss-Jordan Elimination Cramers Rule
6.
Solve the system of linear equations by using the inverse of a matrix. u1 + 4u2 + 3u3 = 12 u1 2u2 = 12 2u1 + 2u2 + 3u3 = 8
7.
Page 2 of 2