0% found this document useful (0 votes)
28 views2 pages

Assignment 1

This document is an assignment for MAI-101 (Mathematics-1) at the Indian Institute of Technology Roorkee, focusing on matrix algebra. It includes various problems related to row echelon form, linear dependence, solving systems of equations, and finding matrix inverses. The document also contains answers to the problems, providing insights into the expected outcomes for each question.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views2 pages

Assignment 1

This document is an assignment for MAI-101 (Mathematics-1) at the Indian Institute of Technology Roorkee, focusing on matrix algebra. It includes various problems related to row echelon form, linear dependence, solving systems of equations, and finding matrix inverses. The document also contains answers to the problems, providing insights into the expected outcomes for each question.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Indian Institute of Technology Roorkee

MAI-101(Mathematics-1), Autumn Semester: 2025-26


Assignment-1: Matrix Algebra I
(1) Reduce each of the following matrices into row echelon form and then find their ranks:
   
1 2 1 0 2 4 6    
1 −2 5 −3 2 3 −1 1
 (b)  −1 3 2  (c)  2 3
 2 4 8 6   
(a) 
 0 0 5 8   1 4 6  1 −4  (d)  3 0 4 2 
3 8 −3 −5 6 9 −3 3
3 6 6 3 2 8 7
(2) Examine the following set of vectors over R for linear dependence:
(a) {(1, −1, 1), (2, 1, 1), (8, 1, 5)} (b) {(0, 0, 1, 2, 1), (1, 3, 1, 0, 3), (2, 6, 4, 2, 8), (3, 9, 4, 2, 10)}

(3) (a) Find the conditions


 on α for which the matrix
1 1 1 1
1 2 −1 α  has (i) rank = 1 (ii) rank = 2 (iii) rank = 3.
5 7 1 α2
 
0 1 0
(b) If A =  0 0 1 , then find the rank of the matrices A + A2 and A + A2 + A3 .
1 0 0
(c) For what values of α and β is the following system consistent?
2x + 4y + (α + 3)z = 2, x + 3y + z = 2, (α − 2)x + 2y + 3z = β.
(4) Solve the following system of linear equations by Gauss elimination method:
(a) x + 4y − z = 4, x + y − 6z = −4, 3x − y − z = 1
(b) x + y + z = −3, 3x + y − 2z = −2, 2x + 4y + 7z = 7
(c) x + 2y + z = 2, 3x + y − 2z = 1, 2x + 4y + 2z = 4
(d) 2 sin x − cos y + 3 tan z = 3, 4 sin x + 2 cos y − 2 tan z = 10, 6 sin x − 3 cos y + tan z = 9
(5) Consider the following systems of linear equations:
(a) 2x + 3y + 5z = 9, 2x + 3y + rz = s, 7x + 3y − 2z = 8
(b) x + y − z = 1, 2x + 3y + λz = 3, x + λy + 3z = 2
(c) λx + y + z = p, x + λy + z = q, x + y + λz = r
Find the values of unknown constant(s) such that each of the above systems has
(i) no solution (ii) a unique solution (iii) infinitely many solutions.

(6) Let P3 be the set of all polynomials of degree at most 3. Use Gauss elimination method to find
polynomial(s) f ∈ P3 such that f (0) = 2, f (2) = 6, f (4) = 3, f (6) = −5.

(7) Find the values of k for which the following system of equations has
(i) trivial solution (ii) non-trivial solution.

(3k − 8)x + 3y + 3z = 0 (k − 1)x + (3k + 1)y + 2kz = 0


(a) 3x + (3k − 8)y + 3z = 0 (b) (k − 1)x + (4k − 2)y + (k + 3)z = 0
3x + 3y + (3k − 8)z = 0 2x + (3k + 1)y + 3(k − 1)z = 0
(8) Find the inverse of the following matrices using elementary row operations:
 
  1 2 1 0
0 −2 4  2 5 5 1 
(a) 1 1
 −1  (b) 
 −2 −3

0 3 
2 4 −5
3 4 −2 −3
(9) Suppose X, Y ∈ Rn , n > 1 are any two column matrices. Prove or disprove that the matrix
A = XY T is invertible.
(10) Find the value of θ for which the following system of equations has non-trivial solution?
2(sin θ)x + y − 2z = 0, 3x + 2(cos 2θ)y + 3z = 0, 5x + 3y − z = 0.
(11) (a) Let A be an n × n matrix. If A is not invertible, then prove that there exists an n × n matrix
B such that AB = 0 but B 6= 0.
 
1 2 −1 3
 −2 1 0 1 
(b) Let A =   0 5 −2 7 . Find a 4 × 4 matrix B 6= 0 such that AB = 0.

−1 3 −1 4
 
1 7 −1 −2 −1
 3 21 0 9 0 
(12) Consider a 4 × 5 matrix A =   2 14 0

6 1 
6 42 −1 13 0
(a) Find the row-reduced echelon form of A.
 
1 7 −1 −2 −1
 0 0 3 15 3 
(b) Find an invertible matrix P such that P A =   0 0 2 10 3 

0 0 5 25 6
3
(c) Find the locus of the point (x, y, z) ∈ R such that for each column vector
Y = (x, y, z, 5)T , the equation AX = Y has a solution.
(d) If X = (x1 , x2 , x3 , x4 , x5 )T , then find the conditions on x1 , x2 , x3 , x4 , x5
such that AX = 0.
ANSWERS
(1) (a) 3 (b) 3 (c) 2 (d) 2
(2) (a) LD (b) LD

(3) (a) (i) Not possible (ii) α = −1 or α = 3 (iii) α 6= −1, 3 (b) 3, 1


(c) α = 3 and β = 1; or α = −2 and β = 6; or α 6= 3, −2 .
(4) (a) (1,1,1) (b) No solution (c) Infinite solutions (d) No solution

(5) (a) (i) r = 5, s 6= 9 (ii) r 6= 5, s ∈ R (iii) r = 5, s = 9.


(b) (i) λ = −3 (ii) λ 6= −3, 2 (iii) λ = 2
(c) (i) λ = 1 and p + q − 2r 6= 0 OR λ = 1 and q 6= r OR λ = 1 and r 6= p OR λ = 1 and p 6= q
OR λ = −2 and p + q + r 6= 0 and q 6= r
(ii) λ 6= 1, −2
(iii) λ = 1 and p = q = r OR λ = −2 and p + q + r = 0
49
(6) f (x) = 2 + 12 x − 98 x2 + 1 3
24 x

(7) (a) (i) k 6= 23 , 11


3 or 11
(ii) k =
3
2
3 (b) (i) k 6= 0, 3 (ii) k = 0 or 3
 
  −51 15 7 12
−1/2 3 −1  31 −9 −4 −7 
(8) (a)  3/2 −4 2  (b)   −10 3

1 2 
1 −2 1
−3 1 1 1
π √
(10) nπ + (−1)n or nπ + (−1)n sin−1 (9 − 161)/4, n = 0, 1, 2, . . .
6
 
1 −1 1 0
 2 −7 2 −5 
(11)  5 0 5 5  (This is just one solution. The matrix B is not unique).
(b)  

0 5 0 5
   
1 7 0 3 0 1 0 0 0
 0 0 1 5 0   −3 1 0 0 
(12) (a) 
 0 0 0 0 1 
 (b) 
 −2 0 1 0 

0 0 0 0 0 −6 0 0 1
(c) x + y + z = 5

(d) x1 + 7x2 + 3x4 = 0, x3 + 5x4 = 0, x5 = 0.

You might also like