Assignment-1 on Matrix
Assignment Questions
Elementary operations
Explain the three basic elementary operations used in solving systems of linear equations.
Perform each operation on the following matrices:
\( A_1 = \begin{bmatrix}1 & 2 \\ 3 & 4 \end{bmatrix} \)
\( A_2 = \begin{bmatrix}1 & 0 & 2 \\ 2 & 1 & 3 \\ 3 & 4 & 5 \end{bmatrix} \)
\( A_3 = \begin{bmatrix}2 & -1 & 3 \\ 4 & 0 & 1 \\ 1 & 2 & -2 \end{bmatrix} \)
\( A_4 = \begin{bmatrix}1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{bmatrix} \)
Row Echelon Form:
Reduce the following matrices to row echelon form :
\( C_1 = \begin{bmatrix}1 & 2 \\ 2 & 4 \end{bmatrix} \)
\( C_2 = \begin{bmatrix}1 & 2 & -1 \\ 2 & 3 & 1 \\ 1 & 1 & 0 \end{bmatrix} \)
\( C_3 = \begin{bmatrix}2 & 1 & -1 \\ -3 & -1 & 2 \\ -2 & 1 & 2 \end{bmatrix} \)
Reduced Row Echelon Form (RREF):
Reduce the following matrices to RREF:
\( D_1 = \begin{bmatrix}2 & 4 \\ 1 & 3 \end{bmatrix} \)
\( D_2 = \begin{bmatrix}2 & 1 & -1 \\ -3 & -1 & 2 \\ -2 & 1 & 2 \end{bmatrix} \)
\( D_3 = \begin{bmatrix}1 & 2 & 3 \\ 2 & 4 & 7 \\ 3 & 6 & 10 \end{bmatrix} \)
Rank of a Matrix:
Find the rank of the following matrices:
\( E_1 = \begin{bmatrix}1 & 2 \\ 2 & 4 \end{bmatrix} \)
\( E_2 = \begin{bmatrix}1 & 2 & 3 \\ 2 & 4 & 6 \\ 3 & 6 & 9 \end{bmatrix} \)
\( E_3 = \begin{bmatrix}1 & 2 & 1 \\ 0 & 1 & -1 \\ 2 & 5 & 0 \end{bmatrix} \)
Systems of Linear Equations:
Solve the following systems using row reduction method:
\( \begin{aligned} x + y &= 3, \\ 2x - y &= 0. \end{aligned} \)
\( \begin{aligned} x + 2y - z &= 1, \\ 2x + y + z &= 2, \\ 3x + y &= 3. \end{aligned} \)
\( \begin{aligned} x + y + z &= 6, \\ 2x - y + 3z &= 14, \\ -x + 4y + z &= 2. \end{aligned} \)
Conceptual:
Explain the relationship between the rank of a matrix and the number of solutions of a system of linear equations.
Give examples for:
A system with a unique solution.
A system with infinitely many solutions.
A system with no solution.
Trivial solution.
Infinitely many trivial solutions.
© 2025 | Designed by Dr. Surnam Narendra