EE5120 Linear Algebra: Tutorial 2, July-Dec 2017-18
EE5120 Linear Algebra: Tutorial 2, July-Dec 2017-18
EE5120 Linear Algebra: Tutorial 2, July-Dec 2017-18
4. Determine if the following subsets of R3 are subspaces of R3 under coordinate wise addi-
tion and scalar multiplication. Justify your answers
(a) W1 = {( a1 , a2 , a3 ) R3 : a1 = 3a2 , a3 = a2 }
(b) W2 = {( a1 , a2 , a3 ) R3 : a1 = a3 + 2}
(c) W3 = {( a1 , a2 , a3 ) R3 : 2a1 7a2 + a3 = 0}
(d) W4 = {( a1 , a2 , a3 ) R3 : a1 4a2 a3 = 0}
5. Given a matrix A,
2 6
1 3
A=
4 12
3 9
Find Null space and Column space of A. Present each subspace as a set spanned by a set
of linearly independent vectors.
d2 u
+ u = x, u (0) = u (1) = 0
dx2
Solve the equations and compare the solution with the analytical solution. Why are the
results not matching and what should be done to improve the accuracy?
9. Use Gaussian elimination without partial pivoting to solve the system of linear euations,
rounding to three signnificant digits after each intermediate calculation. Then use partial
pivoting to solve the same system, again rounding to three significant digits after each
intermediate calculation. Finally, compare both solutions with the given exact solution.
(a)
x + 1.04y = 2.04, 6x + 6.20y = 12.20
(Exact: x = 1, y = 1)
(b)
0.143 0.357 2.01 x1 5.173
1.31 0.911 1.99 x2 = 5.458
11.2 4.30 0.605 x3 4.415
(Exact: x1 = 1, x2 = 2 and x3 = 3).
Page 2