Assignment - and - Solutions - Module 1
Assignment - and - Solutions - Module 1
1. Show that the set F = ({1, 0}, +, .) is a field where + and . are defined as 1+1=0, 0+0=0,
0+1=1+0=1, 0.0=0.1=1.0=0, 1.1=1.
2. Let X be a non-empty set and F be any field. Let XF be the set of all functions from X to
F . Show that XF is a vector space over F under the operations: (f + g)(x) = f (x) + g(x) and
(αf )(x) = αf (x).
3. Let X be any set and P (X) be the power set of X. Prove that P (X) is a vector space over
F = {0, 1} under the operation: A + B = A4B (symmetric difference) and αA = A if α = 1 and
is equal to φ if α = 0.
4. Find which of the axioms will be violated if addition of vectors in problem 3 is changed to A + B =
S
A B.
6. Prove or disprove:
7. Check whether the following set of vectors are linearly dependent or independent.
(b) S = {(1, 3, −2, 5, 4), (1, 4, 1, 3, 5), (1, 4, 2, 4, 3), (2, 7, −3, 6, 13)}
1
(b) {(1, 1, 1), (1, 2, 3), (2, −1, 1)}
(c) {(1, 2, 3), (1, 0, −1), (3, −1, 0), (2, 1, −2)}
9. Let W be a subspace of R5 generated by the vectors in 7(b). Find dimension and a basis for it.
10. Applying
Gauss
Jordan elimination method find inverse of the matrix
2 0 −1
A = 5 1 0
0 1 3
11. Whether f is a linear transformation in each of the following? If yes then whether it is as isomor-
phism?
x + 2y − 3z = 1
3x − y + 2z = 5
5x + 3y − 4z = 2
14. Solve
x + 2y − 3z + 2w = 2
2x + 5y − 8z + 6w = 5
3x + 4y − 5z + 2w = 4
x + 2y − z = 0
2x + 5y + 2z = 0
x + 4y + 7z = 0
x + 3y + 3z = 0
2
find the solution space as well as its dimension.
2 1 0
16. Consider the matrix A = 0 1 −1
0 2 4
For this find all eigenvalues and a basis for each eigenspace. Is A diagonalizable?
0 4 2
17. Find Jordan canonical form of A = −3 8 3 .
4 −8 −2
18. Prove or disprove: < x, y >= 2x1 y1 − x1 y2 − x2 y1 + 3x2 y2 is an inner product in R2 where
x = (x1 , y1 ) and y = (y1 , y2 ).
19. Applying Gram-Schmidt Orthogonalization process construct an orthogonal set of vectors from
the linearly independent set {x1 , x2 , x3 }, where x1 = (1, 1, 0), x2 = (0, 1, 1) and x3 = (1, 0, 1).
20. Check whether the matrices below are positive definite or positive semi-definite?
10 2 0
(i) 2 4 6 .
0 6 10
8 2 −2
(ii) 2 8 −2.
−2 −2 11
3 10 −2
(iii) 10 6 8 .
−2 8 12
2. Verify all the axioms of a vector space taking zero function as zero vector.
3. Take φ set as zero vector and additive inverse of a set itself.
4. Additive inverse does not exist.
5. (a) yes, (b) neither closed under addition nor under scalar multiplication, (c) not closed under scalar
multiplication, (d) yes, (e) yes, (f) not closed under addition.
3
6. (a) No, Counter Example: V = R2 , S1 = {(x1 , x2 ) : x1 = x2 }, S2 = {(x1 , x2 ) : x1 + 2x2 = 0}.
(1, 1) ∈ S1 , (−2, 1) ∈ S2 but (1, 1) + (−2, 1) = (−1, 2) ∈ S1 , S2 .
9. First 3 rows of the echelon form in 7(b) forms a basis for W . Therefore dim W = 3.
2 0 −1 1 0 0
10. Consider (A|I) = 5 1 0 0 1 0 .
0 1 3 0 0 1
Apply each of these elementary row operations in the updated matrix R1 → 12 R1 , R2 → R2 − 5R1 ,
R3 → R3 + R2 , R1 → R1 + R
3 , R2 → −R2 ,
R2 → R2 − 5R3 ,R3 → 2R3 and get
1 0 0 3 −1 1 3 −1 −1
−1
0 1 0 −15 6 −5 . So, A = −15 6 −5.
0 0 1 5 −2 2 5 −2 2
11. (a) No. (b) Yes; not an isomorphism. (c)Yes; an isomorphism. (d) No
4
13. Not consistent. Check that rank of the co-efficient matrix is 2 where as that of the augmented matrix
is 3.
14. Check that the system is consistent, where the rank of both the co-efficient matrix and augmented
matrix is 2. In echelon form the system is
x + 2y − 3z + 2w = 2
y − 2z + 2w = 1
Taking z and w as free variables, i.e., z = α, w = β, we get the set of all solutions is {(−α + 2β, 1 + 2α −
2β, α, β) : α, β ∈ R}.
x + 2y − z = 0
y + 4z = 0
16. Eigenvalues are 2, 2, 3. Basis for eigenspace corresponding to 2 and 3 are {(1, 0, 0)} and {(1, 1, −2)}
respectively. The matrix is not diagonalizable beacuse sum of dimension of eigenspaces is not equal to
3.
17. λ =
2with m
= 3,
p1 = 2, ρ
1 =2, ρ2 = 2.
2 2 0
X1 = 1, Y1 = 3 , Y2 = 0.
0 −4 1
2 2 0 2 0 0
−1
M = 1 3 0, J = M AM = 0 2 1.
0 −4 1 0 0 2
18. Yes it is an inner product. One can check that last axiom as
< x, x >= 2x21 − 2x1 x2 + 3x22 = 2(x1 − x22 + 52 x22 )2 . This gives that < x, x >= 0 iff x = 0.