Linear Algebra
Linear Algebra
(b)
x1 + 2x2 x3 + x4 = 5
x1 + 4x2 3x3 3x4 = 6
2x1 + 3x2 x3 + 4x4 = 8
2. State True or False for each of the following with proper justification:
(a) An elementary matrix is always a square matrix.
(b) The n n identity matrix is an elementary matrix.
(c) Product of two elementary matrices (each of appropriate dimensions) is an elementary
matrix.
(d) Sum of two elementary matrices of same dimension is also an elementary matrix.
(e) If B is a matrix that can be obtained by performing an elementary row operation on a
matrix A, then A can be obtained by performing an elementary row operation on B.
(f) If B is a matrix that can be obtained by performing an elementary row operation on a
matrix A, then B can also be obtained by performing an elementary column operation
on A.
3. What three elimination matrices E21 , E31 , E32 put A into upper triangular form E32 E31 E21 A =
1 1 1 1 1 1
U? Multiply by E32 , E31 and E21 to factor A into LU where L = E32 E31 E21 . Find L and
U:
1 0 1
A= 2 2 2
3 4 5
5. (a) The equation of the line through the following pair of points (3, 2, 4)T and (5, 7, 1)T
in R3 is
( x, y, z)T = (3, 2, 4)T + t(........, ........, ........)T
where t R.
(b) The equation of the plane through the following set of points (2, 5, 1)T , (0, 4, 6)T
and (3, 7, 1)T in R3 is
where s, t R.
6. If ( a, b) is a multiple of (c, d) with abcd 6= 0, show that ( a, c) is a multiple of (b, d). Thus
show that if a matrix has dependent rows, then it has dependent columns.
Page 2