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

Tutorial 4

1. The matrix A has rank 1 if r = 2 and s = -1, and rank 2 if r ≠ 2 or s ≠ -1. 2. The rank method can be used to solve the system of linear equations x + 9y - z = 27, x - 8y + 16z = 10, and 2x + y + 15z = 37. 3. The linear system x1 - 3x2 = b1, x1 - 2x2 = b2, x1 + x2 = b3, x1 - 4x2 = b4, x1 + 5x2 = b5 will be consistent if the b values satisfy certain conditions

Uploaded by

Ankit Sharma
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
55 views

Tutorial 4

1. The matrix A has rank 1 if r = 2 and s = -1, and rank 2 if r ≠ 2 or s ≠ -1. 2. The rank method can be used to solve the system of linear equations x + 9y - z = 27, x - 8y + 16z = 10, and 2x + y + 15z = 37. 3. The linear system x1 - 3x2 = b1, x1 - 2x2 = b2, x1 + x2 = b3, x1 - 4x2 = b4, x1 + 5x2 = b5 will be consistent if the b values satisfy certain conditions

Uploaded by

Ankit Sharma
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Indian Institute of Technology Mandi

MA-512 (Linear Algebra)


Tutorial-4

1. Are there values of r and s for which the following matrix


 
1 0 0
0 r − 2 2 
A= 0 s − 1 r + 2

0 0 3

has rank 1 or 2? If so, find those values.


2. Solve the following system of linear equations using rank method

x + 9y − z = 27,
x − 8y + 16z = 10,
2x + y + 15z = 37.

3. What conditions must be satisfied by b1 , b2 , b3 , b4 and b5 for the following overdetermined linear
system to be consistent?

x1 − 3x2 = b1
x1 − 2x2 = b2
x 1 + x 2 = b3
x1 − 4x2 = b4
x1 + 5x2 = b5

4. For what value of the parameter λ, will the following equations fail to have unique solution:
3x − y + λz = 1, 2x + y + z = 2, x + 2y − λz = −1 by rank method.
 
2 4 6 8
5. Let A = 1 3 0 5
1 1 6 3

(a) Find a basis for the nullspace of A.


(b) Find a basis for the row space of A.
(c) Find a basis for the range of A that consists of column vectors of A.
(d) For each column vector which is not a basis vector that you obtained in part (c), express
it as a linear combination of the basis vectors for the range of A.
 
0 1 3
6. Let A = −1 0 1
−1 2 7

(a) Find a basis for the row space of the matrix A.


(b) Find a basis for the column space of the matrix A.
(c) Find a basis for the null space of A.
   
(d) Determine if each of the vectors ⃗v = 1 1 1 and w
⃗= 2 1 1 is in the row space of
A.

1
   
1 3
(e) Determine if each of the vectors ⃗a = 1 and ⃗b = 1 is in the row space of A.
3 1
7. Find bases for the row space, column spaces and null space of the following matrices
 
−1 2 0 4 5 −3
 3 −7 2 0 1 4
(a) A = 
 2 −5 2 4

6 1
4 −9 2 −4 −4 7

 
3 8 4 −1 −3
(b) B =
1 2 −2 −1 3

 
1 −1 0 0
0 1 1 1
 
1
(c) C =  −1 0 0

0 2 2 2
0 0 0 0
8. Find a basis for the row space of the given matrix A consisting entirely of row vectors from A.
 
1 −2 0 0 3
2 −5 −3 −2 6
A= 0 5

15 10 0
2 6 18 8 6
 
0 1 0
9. (a) Let A = 1 0 0
0 0 0
Show that relative to an xyz -coordinate system in 3-space the null space of A con-
sists of all points on the z-axis and that the column space consists of all points in the
xy-plane.
(b) Find a 3×3 matrix whose null space is the x-axis and whose column space is the yz-plane.
(c) Find all 2 × 2 matrices whose null space is the line 3x − 5y = 0.
10. Find the rank and nullity of the matrix ( using row space and null space ) ; then verify that
the values obtained satisfy the formula rank(A) + nullity(A) = n of the dimension theorem.
 
2 0 −1
(a) A = 4 0 −2
0 0 0
 
−1 2 0 4 5 −3
 3 −7 2 0 1 4
(b) B=  2 −5 2 4

6 1
4 −9 2 −4 −4 7
 
1 4 5 2
(c) C =  2 1 3 0
−1 3 2 2
11. Let A be a3 × 3 matrix and consider the system of equations
1
Ax =  0 . Then state whether the following statements are true or not
−1

2
(a) If the system is consistent then it has a unique solution
(b) If A is singular then the system has infinitely many solutions
(c) If the system is consistent then det(A) ̸= 0
(d) If the system has a unique solution then A is non singular
12. Determine a basis and the dimension of the solution space of the homogeneous system

2x1 + 2x2 − x3 + x5 = 0
−x1 − x2 + 2x3 − 3x4 + x5 = 0
x1 + x2 − 2x3 − x5 = 0
x3 + x4 + x5 = 0

You might also like