Tutorial-2_225491661a39217cfe7567ef9ecb8958
Tutorial-2_225491661a39217cfe7567ef9ecb8958
3 7 4 6
1 1 1
2. Consider a matrix A = 1 2 k . What is the value of k such that matrix A has rank=2?
1 3 −1
3. (a) Let A be a 2 × 2 matrix. If Rank(A) = 1, then prove that A2 = αA for some scalar α.
(b) What is the relation between Rank(A) and Rank(AT )?
(c) What is the relation between Rank(A) and Rank(A|A)?
4. Check whether the following systems are consistent or inconsistent(use the Rank concept). If the system
is consistent, find the solution:
(a)
2x + y + z = 5
x+y+z =4
x − y + 2z = 1.
(b)
3x − 2y = 6
6x − 4y = 10.
(c)
x − y + 2z = 1
2x + 2z = 1
x − 3y + 4z = 2.
6. Show that
1 2 3 4
(a) A = is a full-row rank matrix.
2 5 11 14
1
1 0
(b) B = 4 1 is a full-column rank matrix.
2 3
1 2 3
(c) C =4 5 6 is a full rank matrix.
7 8 7
7. In R, consider the addition x ⊕ y = x + y − 1 and a ⊙ x = a(x − 1) + 1. Show that R is a real vector
space with respect to these operations with additive identity 1 (note that 0 is NOT the additive identity).
8. Let R+ be the set of positive real numbers. Define the operations of addition and multiplication as
follows:
u ⊕ v = u · v and α ⊙ u = uα , ∀ u, v ∈ R+ , ∀ α ∈ R.
For each of the sets given below, check whether they are subspaces of P(R) or not. If not, state which of
the properties of the subspace is not satisfied.
(a) W = {f (x) ∈ P(R) : deg(f (x)) = 3}.
(b) W = {f (x) ∈ P(R) : deg(f (x)) ≤ 3}.
(c) W = {f (x) ∈ P(R) : f (1) = 0}.
(d) W = {f (x) ∈ P(R) : f (0) = 0, f (1) = 1}.
10. For each of the sets given below, check whether they are subspaces of R3 or not. If not, state which of
the properties of the subspace is not satisfied.
(a) S = {(x, y, z) | x = 1}.
(b) S = {(x, y, z) | x − y + 3z = 0}.
(c) S = {(x, y, z) | x = y 2 }.
(d) S = {(x, y, z) | x + y + z = 3}.
11. Find the condition on real numbers a, b, c, d for the plane ax+by +cz = d so that the set {(x, y, z) | ax+
by + cz = d} is a subspace of R3 .
12. Prove that the following sets are not subspaces of Mn (R), where Mn (R) is a vector space of n × n
matrices over R and state the property of the subspace which is not satisfied by the set:
(a) G = {A ∈ Mn (R) : det(A) = 0}.
(b) G = {A ∈ Mn (R) : det(A) ̸= 0}.
(c) G = {A ∈ Mn (R) : det(A) = 1}.
13. Consider the following two subsets of vector space R2 :
S1 = {(x1 , x2 )|x1 + x2 ≥ 0}
S2 = {(x1 , x2 )|x21 + x22 ≤ 1}
Then the correct option is,
(a) S1 is a subspace of R2 but not S2 ,
(b) S2 is a subspace of R2 but not S1 ,
(c) Both S1 and S2 are subspaces of R2 ,
(d) Neither S1 nor S2 are subspaces of R2 .