In the name of ALLAH, the most beneficient, the most merciful

Linear Algebra (MTH501)

Multiple Choice Questions (MCQs)

Objective Questions

  1. Which of the following is the simplified form of \(-1 \begin{bmatrix} -1 & 2 \\ \end{bmatrix} + \begin{bmatrix} 2 & 3 \\ \end{bmatrix} \)

    1. \( \begin{bmatrix} 3 & -1 \\ \end{bmatrix} \)
    2. \( \begin{bmatrix} -3 & 1 \\ \end{bmatrix} \)
    3. \( \begin{bmatrix} 3 & 1 \\ \end{bmatrix} \)
    4. \( \begin{bmatrix} -3 & -1 \\ \end{bmatrix} \)
  2. The solution of Ax = b exists if and only if b can be written as a linear combination of ________ of A.

    1. columns
    2. rows
    3. both columns and rows
    4. elements
  3. If \(v_1^r , v_2^r \) and \(v_3^r \) are in \(R^m \) then which of the following is equivalent to \(\begin{bmatrix} v_1 & v_2 & v_3 \\ \end{bmatrix} \begin{bmatrix} 2 \\ -7 \\ 5 \\ \end{bmatrix} \)

    1. \(2v_1^r - 7v_2^r + 5v_3^r \)
    2. \(5v_1^r - 7v_2^r + 2v_3^r \)
    3. \(5v_1^r + 2v_2^r - 7v_3^r \)
    4. \(2v_1^r + 5v_2^r - 7v_3^r \)
  4. If \(v_1 = (2, 2, 2), v_2 = (0, 0, 3) \) and \(v_3 = (0, 1, 1) \) span \( R^3 \), then which of the following is true for any arbitrary \(b^r = (b_1, b_2, b_3) \in R^3 \) ?

    1. \( (0, 1, 1) = k_1 (b_1, b_2, b_3) + k_2 (2, 2, 2) + k_3 (0, 0, 3) \)
    2. \( (b_1, b_2, b_3) = k_1 (2, 2, 2) + k_2 (0, 0, 3) + k_3 (0, 1, 1) \)
    3. \( (0, 0, 3) = k_1 (2, 2, 2) + k_2 (b_1, b_2, b_3) + k_3 (0, 1, 1) \)
    4. \( (0, 1, 1) = k_1 (2, 2, 2) + k_2 (0, 0, 3) + k_3 (b_1, b_2, b_3) \)
  5. If a homogeneous system \(Ax = 0 \) has a trivial solution, then which of the following is(are) the value(s) of the vector x?

    1. -1
    2. 0
    3. 1
    4. 2
  6. If \( v_1^r = (2, 1), v_2^r = (3, 4) \) and \( v_3^r = (7, 8) \) then which of the following is true?

    1. \( \{v_1^r, v_2^r, v_3^r\} \) is linearly dependent.
    2. \( \{v_1^r, v_2^r, v_3^r\} \) is linearly independent.
    3. The vector equation has trivial solution.
    4. \( v_1^r = {2 \over 3} v_2^r \)
  7. If A be the standard matrix of linear transformation \(T : R^n \rightarrow R^m \), then which of the following is true for the mapping from \(R^n \) onto \(R^m \) ?

    1. The columns of A span \( R^n \).
    2. The columns of A span \( R^m \).
    3. The columns of A are linearly independent.
    4. The columns of A are identical.
  8. Since every linear transformation \(T : R^n \rightarrow R^m \) is actually matrix transformation, then which of the following is the alternate notation for the transformation?

    1. \(Ax^r \; a \;\; x^r \)
    2. \(Ax^r \; a \;\; T(x^r) \)
    3. \(x^r \; a \;\; Ax^r \)
    4. \(T(x^r) \; a \;\; Ax^r \)
  9. If T be a transformation, then which of the following is true for its linearity?

    1. \( T(cu^r \, gdv^r) = cT(u^r) gd T(v^r) ; \;\;\;\; \) whre 'c' and 'd' are scalars
    2. \( T(cu^r + dv^r) = cT(u^r) + dT(v^r); \;\;\;\; \) whre 'c' and 'd' are scalars
    3. \( T(cu^r × dv^r) = cT(u^r) × dT(v^r); \;\;\;\; \) whre 'c' and 'd' are scalars
    4. \( T(cu^r + dv^r) = dT(u^r) + cT(v^r); \;\;\;\; \) whre 'c' and 'd' are scalars
  10. Which of the following is the most appropriate operation(s) for the linear transformation

    1. Scalar multiplication
    2. Vector addition and scalar multiplication
    3. Vector addition
    4. Vector and scalar multiplications
  11. If \( A = \begin{bmatrix} 2 & 1 \\ 4 & 3 \\ \end{bmatrix} \) and \( B = \begin{bmatrix} 1+1 & 2-1 \\ 2+2 & 4-1 \\ \end{bmatrix} \), then which of the following is true for A and B?

    1. A and B are equal matrices.
    2. A is the transpose of B.
    3. B is the transpose of A.
    4. B is the multiplicative inverse of A.
  12. Which of the following is true for the matrix \( \begin{bmatrix} 1 & 0 & 0 \\ 0 & 2 & 0 \\ 0 & 0 & 3\\ \end{bmatrix} \)?

    1. It is a null matrix.
    2. It is a scalar matrix.
    3. It is a diagonal matrix.
    4. It is an identity matrix.
  13. What is the maximum possiblle number of pivots in a 6 × 6 matrix?

    1. 0
    2. 2
    3. 4
    4. 6
  14. If \( Ax^r = b^r \) and factorization of A is LU, then which of the following pair of equations can be used to solve \( LUx^r = b^r \) for value of '\( x^r \)'?

    1. \( Ux^r = y^r \) and \( Ly^r = b^r \)
    2. \( Lx^r = y^r \) and \( Uy^r = b^r \)
    3. \( Ub^r = y^r \) and \( Ly^r = x^r \)
    4. \( Lb^r = y^r \) and \( Uy^r = x^r \)
  15. If a system of equations is solved using the Gauss-Seidel method, then which of the following is NOT true about the matrix M that is derived from the coefficient matrix?

    1. All of its entries below the diagonal must be zero.
    2. All of its entries above the diagonal must be zero.
    3. Its determinant is non-zero.
    4. It is an invertible matrix.
  16. If \( A = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & k & 1 \\ \end{bmatrix} \), then which of the following is true for the matrix?

    1. det(A) = 1
    2. det(A) = k - 1
    3. det(A) = k
    4. det(A) = k + 1
  17. If \( A = \begin{bmatrix} 0 & 1 & 0 \\ 1 & 0 & 0 \\ 0 & 0 & 1 \\ \end{bmatrix} \), then which of the following is true for A?

    1. det(A) = 1
    2. det(A) = - 1
    3. det(A) = 0
    4. det(A) = ±1
  18. If \( A = \begin{bmatrix} 2 & 3 & 5 \\ 0 & 3 & 6 \\ 0 & 0 & 4 \\ \end{bmatrix} \), then which of the following is the value of det(A)?

    1. 6
    2. 18
    3. 24
    4. 36
  19. If the determinant of the matrix \( A = \begin{bmatrix} 2 & 3 & 4 \\ 1 & 2 & 2 \\ 3 & 4 & 5 \\ \end{bmatrix} \) is -1 and the matrix B is obtained by adding 2 times of the second row in the first row of the matrix A, then which of the following is true for the matrix B?

    1. Its determinant is -1.
    2. Its determinant is 1.
    3. Its determinant can not be evaluated.
    4. The information is not sufficient to calculate the determinant.
  20. If the determinant of the matrix \( A = \begin{bmatrix} 4 & 3 & 5 \\ 3 & 1 & 1 \\ 5 & 7 & 7 \\ \end{bmatrix} \) is 32 and the matrix B is obtained by multiplying any row of A with an integer value 4, then which of the following is true for the matrix B?

    1. Its determinant is 18.
    2. Its determinant is -32.
    3. Its determinant is 128.
    4. The information is not sufficient to calculate the determinant.
  21. 7x is an algebraic term in which 7 is a ________ and x is a ________.

    1. term, expression
    2. coefficient, variable
    3. variable, coefficient
    4. numerical, alphabet
  22. \(9x^2 + 3x + 4 \) is ________.

    1. an equation
    2. a term
    3. an algebraic expression
    4. quadratic equation
  23. Which of the following is the coefficient matrix for the system \( \begin{matrix} x_1 - 2x_2 + x_3 = 0 \\ 2x_2 - 7x_3 = 8 \\ -4x_1 + 3x_2 + 9x_3 = -6 \end{matrix} \)

    1. \( \begin{bmatrix} 1 & -2 & 1 \\ 0 & 2 & -7 \\ -4 & 3 & 9 \\ \end{bmatrix} \)
    2. \( \begin{bmatrix} 1 & -2 & 0 \\ 0 & 2 & 8 \\ -4 & 3 & -6 \\ \end{bmatrix} \)
    3. \( \begin{bmatrix} 1 & 1 & 0 \\ 0 & -7 & 8 \\ -4 & 9 & -6 \\ \end{bmatrix} \)
    4. \( \begin{bmatrix} 1 & 0 & -4 \\ -2 & 2 & 3 \\ 1 & -7 & 9 \\ \end{bmatrix} \)
  24. Two simultaneous linear equations in two variables have no solution if their corresponding lines are ________.

    1. parallel and distinct
    2. intersecting
    3. coincident
    4. perpendicular
  25. Which of the following is true about the existence of free variables (parameter) in a system of linear equations?

    1. They guarantee the Consistency.
    2. They guarantee the Inconsistency.
    3. They do not guarantee the Consistency.
    4. None of the given.
  26. If the equation: \( \begin{pmatrix} -2 & 3 \\ 5 & 1 \\ \end{pmatrix} \begin{pmatrix} x \\ y \\ \end{pmatrix} = \begin{pmatrix} b_1 \\ b_2 \\ \end{pmatrix} \) has the solution for all \(b_1, b_2 \in R \), then \( \begin{pmatrix} -2 \\ 5 \\ \end{pmatrix} \) and \( \begin{pmatrix} 3 \\ 1 \\ \end{pmatrix} \) will span ________.

    1. \( R^2 \) space
    2. \( R^3 \) space
    3. R space
    4. Nothing
  27. Which of the following will be the Matrix Product corresponding to Linear Combination: \( \begin{pmatrix} -2 \\ 5 \\ \end{pmatrix} x + \begin{pmatrix} 3 \\ 1 \\ \end{pmatrix} y \)?

    1. \( \begin{pmatrix} 1 & -3 \\ -5 & -2 \\ \end{pmatrix} \begin{pmatrix} x \\ y \\ \end{pmatrix} \)
    2. \( \begin{pmatrix} -2 & 5 \\ 3 & 1 \\ \end{pmatrix} \begin{pmatrix} x \\ y \\ \end{pmatrix} \)
    3. \( \begin{pmatrix} -2 & 3 \\ 5 & 1 \\ \end{pmatrix} \begin{pmatrix} x \\ y \\ \end{pmatrix} \)
    4. \( \begin{pmatrix} 3 & -2 \\ 1 & 5 \\ \end{pmatrix} \begin{pmatrix} x \\ y \\ \end{pmatrix} \)
  28. An \(n × n\) real matrix is invertible if and only if the span of the rows of A is \( R^n \)

    1. True
    2. False
  29. If the equation: \( \begin{pmatrix} -2 & 3 \\ 5 & 1 \\ \end{pmatrix} \begin{pmatrix} x \\ y \\ \end{pmatrix} = \begin{pmatrix} b_1 \\ b_2 \\ \end{pmatrix} \) has the solution for all \(b_1, b_2 \in R \), then \( \begin{pmatrix} b_1 \\ b_2 \\ \end{pmatrix} \in \) ________.

    1. Span\( \begin{Bmatrix} \begin{pmatrix} -2 \\ 3 \\ \end{pmatrix} , \begin{pmatrix} 5 \\ 1 \\ \end{pmatrix} \end{Bmatrix} \)
    2. Span\( \begin{Bmatrix} \begin{pmatrix} -2 \\ 1 \\ \end{pmatrix} , \begin{pmatrix} 5 \\ 3 \\ \end{pmatrix} \end{Bmatrix} \)
    3. Span\( \begin{Bmatrix} \begin{pmatrix} 3 \\ -2 \\ \end{pmatrix} , \begin{pmatrix} 1 \\ 5 \\ \end{pmatrix} \end{Bmatrix} \)
    4. Span\( \begin{Bmatrix} \begin{pmatrix} -2 \\ 5 \\ \end{pmatrix} , \begin{pmatrix} 3 \\ 1 \\ \end{pmatrix} \end{Bmatrix} \)
  30. The Elementary Row operations: \(R'_2 \rightarrow R_2 + 4R_1 \) and \(R'_3 \rightarrow R_3 - 6R_1 \) are performed on to get \( \begin{pmatrix} 1 & 2 & -5 \\ -4 & 1 & -6 \\ 6 & 3 & -4 \end{pmatrix} \sim \) ________?

    1. \( \begin{pmatrix} 1 & 2 & -5 \\ 0 & -9 & -26 \\ 0 & -9 & 26 \end{pmatrix} \)
    2. \( \begin{pmatrix} 1 & 2 & -5 \\ 0 & 9 & 26 \\ 0 & -9 & -26 \end{pmatrix} \)
    3. \( \begin{pmatrix} 1 & 2 & -5 \\ 0 & 9 & -26 \\ 0 & -9 & 26 \end{pmatrix} \)
    4. \( \begin{pmatrix} 1 & 2 & -5 \\ 0 & -9 & 26 \\ 0 & 9 & -26 \end{pmatrix} \)
  31. Which of the following will be the Linear Combination corresponding to \( \begin{pmatrix} -2 & 3 \\ 5 & 1 \\ \end{pmatrix} \begin{pmatrix} x \\ y \\ \end{pmatrix} \)?

    1. \( \begin{pmatrix} -2 \\ 3 \\ \end{pmatrix} x + \begin{pmatrix} 5 \\ 1 \\ \end{pmatrix} y \)
    2. \( \begin{pmatrix} 3 \\ 1 \\ \end{pmatrix} x + \begin{pmatrix} -2 \\ 5 \\ \end{pmatrix} y \)
    3. \( \begin{pmatrix} 5 \\ 1 \\ \end{pmatrix} x + \begin{pmatrix} -2 \\ 3 \\ \end{pmatrix} y \)
    4. \( \begin{pmatrix} -2 \\ 5 \\ \end{pmatrix} x + \begin{pmatrix} 3 \\ 1 \\ \end{pmatrix} y \)
  32. How many Pivot partitions the matrix: \( \begin{pmatrix} 2 & 3 & 1 \\ 4 & 6 & 2 \\ \end{pmatrix} \) will have?

    1. 1
    2. 2
    3. 3
    4. 4
  33. Which of the following Elementary Row operations would perform in order to get \( \begin{pmatrix} 1 & 2 & -5 \\ -4 & 1 & -6 \\ 6 & 3 & -4 \\ \end{pmatrix} \sim \begin{pmatrix} 1 & 2 & -5 \\ 0 & 9 & -26 \\ 0 & -9 & 26 \\ \end{pmatrix} \)?

    1. \(R'_2 \rightarrow R_2 - 4R_1, R'_3 \rightarrow R_3 + 6R_1 \)
    2. \(R'_2 \rightarrow R_2 + 4R_1, R'_3 \rightarrow R_3 - 6R_1 \)
    3. \(R'_2 \rightarrow R_1 + 4R_2, R'_3 \rightarrow R_1 - 6R_3 \)
    4. \(R'_2 \rightarrow R_1 - 4R_2, R'_3 \rightarrow R_1 + 6R_3 \)
  34. The equation: \( \begin{pmatrix} -2 & 3 \\ 5 & 1 \\ \end{pmatrix} \begin{pmatrix} x \\ y \\ \end{pmatrix} = \begin{pmatrix} -7 \\ 4 \\ \end{pmatrix} \) will have the solution only if ________.

    1. \( \begin{pmatrix} -7 \\ 4 \\ \end{pmatrix} = x \begin{pmatrix} 3 \\ 1 \\ \end{pmatrix} + y \begin{pmatrix} -2 \\ 5 \\ \end{pmatrix} \)
    2. \( \begin{pmatrix} -7 \\ 4 \\ \end{pmatrix} = x \begin{pmatrix} -2 \\ 5 \\ \end{pmatrix} + y \begin{pmatrix} 3 \\ 1 \\ \end{pmatrix} \)
    3. \( \begin{pmatrix} -7 \\ 4 \\ \end{pmatrix} = x \begin{pmatrix} -2 \\ 3 \\ \end{pmatrix} + y \begin{pmatrix} 5 \\ 1 \\ \end{pmatrix} \)
    4. \( \begin{pmatrix} -7 \\ 4 \\ \end{pmatrix} = x \begin{pmatrix} 5 \\ 1 \\ \end{pmatrix} + y \begin{pmatrix} -2 \\ 3 \\ \end{pmatrix} \)
  35. Let 'Ax = 0' be a homogeneous linear system of 'n' equations and 'n' unknowns. Then, the coefficient matrix 'A' is invertible if and only if this system has ________ solution.

    1. No
    2. trivial
    3. non-trivial
    4. infinite many
  36. The Invertible Matrix Theorem applies only to ________ matrices.

    1. Rectangular
    2. Square
    3. Identity
    4. Scalar
  37. Why inverse of the matrix A= [1 2] is NOT possible?

    1. Because it is a saquare matrix.
    2. Because it is a zero matrix.
    3. Because it is an identity matrix,
    4. Because it is rectahular matrix.
  38. A sufficient condition for the jacobi's method to converge for the linear system Ax=b

    1. A is diagonally dominant
    2. A-I is diagonally dominant
    3. A is non-singular
    4. None of the given
  39. If \( X =\begin{bmatrix} M \\ N \\ \end{bmatrix} \) and \( Y= \begin{bmatrix} Q & P \\ \end{bmatrix} \) (Whare \(\mathbf{M, N, Q}\) and \(\mathbf{P}\) are saqure sub-matrices of same size), then Which of the following is possible?

    1. The product \(\mathbf{XY}\) and \(\mathbf{YX}\) both are not defined
    2. The product \(\mathbf{XY}\) and \(\mathbf{YX}\) both are defined
    3. The product \(\mathbf{XY}\) is defied but \(\mathbf{YX}\) is not defined
    4. None of the given
  40. In A is a square matrix, then the minor of entry ith row and jth column is to be the determinant of the sub matrix that remains when the ith row and jth column of A are

    1. added
    2. deleted
    3. multiplied
    4. divided
  41. A system of linear equations is said to be homogeneous if the constant terms are all

    1. One
    2. Zero
    3. Both (a) and (b)
    4. None of the above
  42. Gauss-Seidel method is also termed as a method of

    1. Elimination Method
    2. False Position Method
    3. Successive Displacement
    4. Iteration Method
  43. A homogeneous linear system always has the trivial solution: there are only two possibilities for its solutions:

    1. The system has only the trivial solution
    2. The system has infinitely many solutionsnin addition to trivial solution
    3. Both (a) and (b)
    4. None of the above
  44. If \(M = \begin{bmatrix} 3 \\ \end{bmatrix} \) then Which of the following is the determinant of the matrix M?

    1. 1
    2. [1]
    3. 3
    4. [3]