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

Linear Algebra Problem Set 1

Uploaded by

anuragyadav12057
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)
15 views2 pages

Linear Algebra Problem Set 1

Uploaded by

anuragyadav12057
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

Department of Mathematical Sciences

RAJIV GANDHI INSTITUTE OF PETROLEUM TECHNOLOGY, JAIS, U.P.


MA211 / Linear Algebra and Complex Analysis

Week 1, August, 2025 Problem Set 1 SK, MKR.

■ Matrix Algebra / System of Linear Equations


1. Find two different 2 × 2 matrices A such that A2 = 0 but A ̸= 0.
2. Let  
! 3
2 −1 1    
A= , B=
 1 ,
 C = 1 −1 .
1 2 1
−1
Compute ABC and CAB.
n
3. Let A = [ aij ] be an n × n matrix. The “trace of A” is defined by tr ( A) = ∑ aii , that is the
i =1
sum of the diagonal entries of A. Show that for any two n × n matrices A and B, we have
tr ( A ± B) = tr ( A) ± tr ( B) and tr ( AB) = tr ( BA).
4. Write down all the 2 × 2, and 3 × 3 elementary matrices.
5. Show that the “interchange of two rows” of a matrix can be obtained by applying a finite
sequence of other two elementary row operations.
6. Consider a system of linear equations AX = B. Show that if X1 and X2 are any two
solutions of the given system, then λX1 + (1 − λ) X2 is also a solution for any scalar λ.
Conclude that a system of linear equations cannot have exactly two solutions. Explain it
geometrically for a system of three linear equations in three variables.
7. Which of following matrices are row reduced and which ones are not?
       
0 0 0 0 1 0 0 1 0 2 1
       
1 −2 0 , 1 −2 0 , 0 0 , 1 0 −3
       
0 0 1 0 0 1 1 0 0 0 0

8. Which of following matrices are in row reduced echelon form and which ones are not?
 
      1 2 0 0
0 0 0 0 1 0 0 1 −3 0 12 
0 0 1 0

     
1 −2 0 , 1 0 0 , 0 0 0 1 2  ,   

      0 0 0 1
0 0 1 0 0 1 0 0 0 0 0  
0 0 0 0

9. Find all solutions to the following system of equations by row-reducing the coefficient
matrix:
1
x1 + 2x2 − 6x3 = 0
3
−4x1 + 5x3 = 0
−3x1 + 6x2 − 13x3 = 0
7 8
− x1 + 2x2 − x3 = 0
3 3
2

10. If  
6 −4 0
 
A=
 4 −2 0

−1 0 3
find the all the solutions of AX = 2X and all the solution of AX = 3X.

11. Show that the following two matrices are not row-equivalent:
   
1 a b 1 1 2
   
0 2 c  ,  −2 0 − 1
   
0 0 3 1 3 5

12. Use elementary row operations to find the solution of the system AX = B, where
   
2 −1 3 2
   
A= 1 4 ,
0  B=  −1 .

2 6 −1 5

13. Without using determinant, find the inverse of A of Problem 10.

14. Let  
3 −1 2
 
A=
2 1 .
1
1 −3 0
For which triples (y1 , y2 , y3 ) does the system AX = Y have a solution?

Common questions

Powered by AI

The row interchange can be achieved by performing three elementary row operations in sequence: (1) Add the negative of the first row to the second row; (2) Add the new second row to the first row, effectively swapping base values; (3) Add the new first row to the new second row, completing the swap. This sequence effectively interchanges the original rows using mathematical operations without directly swapping their positions .

A system of linear equations cannot have exactly two solutions because solutions form linear subspaces. If X_1 and X_2 are solutions, any linear combination λX_1 + (1-λ)X_2 is also a solution due to the closure property of vector spaces. Geometrically, for a system of three linear equations in three variables, solutions must form lines, planes, or points, meaning there's no arrangement allowing exactly two isolated points as solutions without violating vector space properties or resulting in no solution .

A 3x3 elementary matrix can be one of three types, corresponding to elementary row operations: (1) Swap two rows, e.g., matrix swapping row i with row j has ones at the diagonal except at positions i and j; (2) Multiply a row by a nonzero constant, where the factor replaces one 1 on the diagonal; (3) Add a multiple of one row to another, involving off-diagonal elements filled by the factor added to a row paired with another. Each can be constructed by altering an identity matrix to perform the specific operation .

The system AX = Y has a solution if Y lies within the column space of matrix A. For matrix A to permit solutions with any triple (y1, y2, y3), the rank of the augmented matrix [A|Y] must equal the rank of matrix A to ensure compatibility and non-contradiction in the equations. If det(A) ≠ 0, A is invertible and any vector Y can be solved, whereas if det(A) = 0, Y must conform to certain restrictions within A's column space .

To construct two distinct 2x2 matrices A such that A^2 = 0 but A ≠ 0, consider matrices with elements designed to cancel each other out during multiplication. One example is A = [[0, 1], [0, 0]], which, when multiplied by itself, yields the zero matrix. Another example is A = [[0, 0], [1, 0]], which similarly results in the zero matrix when squared. Both matrices are distinct yet satisfy the condition A^2 = 0 .

To prove that tr(AB) = tr(BA) for n x n matrices A and B, consider the definition of trace as the sum of diagonal elements of a matrix. Begin by expressing the elements of AB and BA and observe that the ij-th elements a_ik b_kj of AB and b_kj a_ik of BA appear in symmetric positions in their respective matrices. These contribute equally to the trace sum due to cyclic permutations within the matrix product. Therefore, the cyclic property of matrix multiplication ensures tr(AB) = tr(BA).

Finding a matrix inverse without determinants involves performing row operations to transform the matrix into the identity matrix, simultaneously applying these operations to an identity matrix of the same size, ultimately converting it into the inverse. Specifically: augment the original matrix with an identity matrix, apply row operations to reduce the original to the identity form, which will simultaneously convert the identity to the inverse of the original matrix .

A matrix is in row reduced echelon form if it meets the following criteria: (1) Every leading entry (first nonzero number from the left) in a row is 1; (2) Leading 1s are the only nonzero numbers in their column; (3) Each leading 1 in a subsequent row is to the right of the leading 1 in the row directly above it; (4) Any row containing only zeroes is at the bottom of the matrix. Checking these conditions can determine if a matrix is in the appropriate form .

The solutions to AX = λX involve solving the eigenvalue problem, which requires finding λ such that det(A - λI) = 0. Here, matrix A is given, λ represents eigenvalues, and I is the identity matrix. Solving the determinant equation provides eigenvalues. For each eigenvalue, substitute it back into (A - λI)X = 0 and solve the resulting system for corresponding eigenvectors X, forming the subspace solution for each eigenvalue .

Row equivalence is crucial to determining whether two matrices can represent the same system of linear equations, as it ensures the matrices can be transformed into one another through elementary row operations. Since row operations do not change the solution set of a system, row-equivalent matrices share the same solution set, aiding in simplifying systems to detectable forms like row reduced echelon form for easy solution derivation .

You might also like