Tutorial 4
Tutorial 4
1. Check whether we can solve the following system using the Gauss-Seidel method.
If yes, take the initial approximation as x0 = (0, 0, 0) and perform three iterations.
(a) (b)
2x1 − x2 = 7, 2x + 3y − z = 1,
−x1 + 2x2 − x3 = 1, 5x + 2y + 2z = −2,
−x2 + 2x3 = 1. 3x + 5y + 4z = 6.
2. Let C, and R, be the fields of complex and real numbers, respectively. Which of the
following forms a vector space with usual addition and usual multiplication?
(a) C over C.
(b) R over C.
(c) Q over R.
3. Let M2×2 (R) be the set of all 2 × 2 matrices with real entries:
( " # )
a b
M2×2 (R) = A= | a, b, c, d ∈ R .
c d
4. Let V = Mn (R) be a vector space of all the n × n matrices with real entries. Which of
the following is/are subspace of V ?
(a) W1 = {A ∈ V : A is invertible}.
(b) W2 = {A ∈ V : A is singular}.
(c) W3 = {A ∈ V : A is skew symmetric}.
5. In each part, determine which of the following subsets are the subspaces of R3 .
1
(a) A = {(x1 , x2 , x3 ) ∈ R3 : x1 = x2 }.
(b) B = {(x1 , x2 , x3 ) ∈ R3 : x1 ≤ x2 ≤ x3 }.
7. Determine whether the vectors v1 = (1, −1, 4), v2 = (−2, 1, 3), and v3 = (4, −3, 5) span
R3 ?
9. Let U and W be vector spaces over a field K. Let V be the set of ordered pairs (u, w)
where u ∈ U and w ∈ W . Show that V is a vector space over K with the following
defined operations:
(u, w) + (u′ , w′ ) = (u + u′ , w + w′ )