0% found this document useful (0 votes)
67 views

Problem Set 1

tghghtrrtg

Uploaded by

RITIK PARMAR
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)
67 views

Problem Set 1

tghghtrrtg

Uploaded by

RITIK PARMAR
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

Problem Set- I

1. Show that (Mm×n (R), +) is a group, where ‘+0 denotes matrix addition. What can you say
about (Mm×n (R), .), where ‘ . 0 denotes matrix multiplication.

2. Let A, B ∈ Mn (R).

(a) Show by an example that if AB 6= BA then (A + B)2 = A2 + 2AB + B 2 need not


hold.
m
 m−i i
(b) If AB = BA then show that (A + B)m = Σmi=0 i A B.

3. If A is an n × n matrix such that A2 − A + In = 0, then prove that A is invertible and find


its inverse.

4. Denote an elementary row operation by ρ. If A ∈ Mm×n (R) then ρ(A) = ρ(I).A, where I
is the m × m identity matrix.
   
    1 0 2 1 0 2
1 2 0 1
5. Decide if they are row-equivalent: (i) and (ii) 3 −1 −1 (iii) 0 2 1
4 8 1 2
5 −1 5 2 0 4
6. Which of the following matrices are elementary?
       
1/2 0 0 0 0 1 1 −1 0 0 0 1
(i) 0
 1 0 (ii)0 1 0 (iii)0 1 0 (iv)1 0 0
0 0 1 1 0 0 0 0 1 0 1 0
7. Suppose Ax = b and Cx = b have same solutions for every b. Is it true that A = C?

8. Determine whether the given matrix is in row reduced echelon form, row echelon form, or
neither      
  1 2 3 1 1 0 0 0 −2 1 −1 0 0 1
1 0 0 0 0 0 1 2 3  0 0 1 0 0  0 1 1 0 −1
(i) 6 0 0 0 4 (ii) 0 0 1 −4 (iii) 0 0 0 1 −3(iv) 0
    
0 0 1 −2
0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0
9. Find a matrix in row echelon form that is equivalent to the given matrix. Give two possible
answers
 in each. 
1 2 3 4 5  
2 3 4 5 1 
    0 2 4 3 0
2 1 0 0 1 1 2 0 0
  5 10 15/2 0
3 4 5 1 2 (ii) 3 0 3 0 2 (iii) 3 0 3 (iv) 0
(i)        
1 2 3/2 4
4 5 1 2 3  5 7 −9 2 3 4 7 −8
0 2 4 3 2
5 1 2 3 4
10. Describe explicitly all 2 × 2, 3 × 2 and 3 × 3 row reduced echelon matrices.

11. Find the inverse


 of the followingmatrices
 using Gauss
 -Jordon method.
  
2 1 2 1 0 2 1 −3 2 2 4 3 1 2 −2
(i)  1 0 5  (ii)  2 −1 3  (iii) 2
 0 0 (iv) 0 1 1  (v) −1 3 0
2 5 11 4 1 8 1 4 1 2 2 −1 0 −2 2

1
12. Find non-singular matrices P and Q so that P AQ is in normal form for the following
matrices:
 
  2 3 1 4
1 2 3
(i) (ii) 1 2 2 3
3 1 2
0 −1 −3 −2
13. Let B be an invertible matrix. Then, prove that the system Ax = b and BAx = Bb are
equivalent.

14. If A is an m × n matrix and m < n, then the homogeneous system of linear equation
AX = 0 has a non-zero solution.
 
6 −4 0
15. Let λ = 2, 3, 5. Find the all solutions of AX = λX, where A =  4 −2 0 .
−1 0 3
16. For an n × n matrix A, show that the following are equivalent

(a) A is invertible
(b) The homogeneous system AX = 0 has only the trivial solution
(c) The system AX = Y has a solution for each n × 1 matrix Y .

17. An n × n matrix A = (aij ) is called upper-triangular if aij = 0 for i > j i.e. if every entry
below the main diagonal is 0. Prove that an upper-triangular matrix is invertible if and
only if every entry on its main diagonal is different from 0.

18. Let A be an m×n matrix and B be an n×m matrix. Then prove that Im −AB is invertible
if and only if In − BA is invertible.

19. Find all the solutions of following system of linear equations using Gauss-Jordon elimination
method, if exists:

(a) x1 − x2 + 2x3 = 1, 2x1 + 2x3 = 1, x1 − 3x2 + 4x3 = 2


(b) x1 − 2x2 + x3 + 2x4 = 1, x1 + x2 − x3 + x4 = 2, x1 + 7x2 − 5x3 − x4 = 3
(c) x1 + 3x2 − 2x3 = 3, 2x1 + 6x2 − 2x3 + 4x4 = 18, x2 + x3 + 3x4 = 10
(d) 5x1 + 2x2 + 7x3 = 4, 3x1 + 26x2 + 2x3 = 9, 7x1 + 2x2 + 10x3 = 5
(e) x2 + 4x3 + 2x4 = −5, x1 + 3x2 + 5x3 + x4 = −2, 3x1 + 7x2 + 7x3 − x4 = 6
(f) 2x1 − 2x2 + 4x4 = 2, − x1 + 3x3 + x4 = 6, 6x1 − 6x2 + x3 + 8x4 = 3

20. Find the condition on a so that the linear system

x + 2y − 3z = 2, 2x + 6y − 11z = 4, x − 2y + 7z = a

has a solution. Find the solution set.

You might also like