Please wait...

Mathematics Test - 14
Menu grid icon
Result Result point icon
Mathematics Test - 14
  • Goals icon

    /

    Score
  • Trophy icon

    -

    Rank
White alarm icon Time Taken: -
Result frame illustration
  • Question 1/10
    5 / -1

    The sum and product of matrices A and B exist. Which of the following implications are necessarily true?

    I. A and B are square matrices of same order.

    II. A and B are non-singular matrices.

    Select the correct answer using the code give below.

    Solutions

    Concept:

    Matrices are added or subtracted only if they have the same number of rows and columns.

    Product of matrices: only if the number of columns of the 1st matrix must equal the number of rows of the 2nd matrix.

    A non-singular matrix is a square matrix whose determinant is not zero.

    Calculation:

    1. Here order of A = Order of B, so the sum and product of matrices A and B exit.

    This statement is true.

    2. Here, A and B are non-singular matrices, but their order can be different. So, this statement is not necessarily true.

    ∴ Only Statement I is true.

  • Question 2/10
    5 / -1

    If ABT is defined as a square matrix then what is the order of the matrix B, where matrix A has order 2 × 3.
    Solutions

    Concept:

    For matrix A(p × r) and B(s × t), AB is defined only if r = s and the order of AB is p × t.

    The transpose of a matrix is when columns become rows and rows become columns. 

    Calculation:

    Let the matrix B has an order p × q, i.e, 'p' rows and 'q' columns

    Transpose of B is B' will have to order q × p

    For matrix  ABT = [A(2 × 3) × BT(q × p)] is defined, so 

    ∴ q = 3

    Given: ABT is a square matrix

    ABT = [A(2 × 3) × BT(3 × p)] is square matrix, so

    ∴ p = 2

    So, the order of B = p × q = 2 × 3

  • Question 3/10
    5 / -1

    If \(A = \left[ {\begin{array}{*{20}{c}} {\cos 2θ }&{ - \sin 2θ }\\ {\sin 2θ }&{\cos 2θ } \end{array}} \right]\) and A + AT = I

    Where I is the unit matrix of 2 × 2 & AT is the transpose of A, then the value of θ is equal to ?

    Solutions

    Concept:

    Transpose of a Matrix:

    The new matrix obtained by interchanging the rows and columns of the original matrix is called the transpose of the matrix.

    It is denoted by A′ or AT

    Equal matrix:

    Two matrices are equal if they have the same dimension or order and the corresponding elements are identical.

     

    Calculation:

    Given \(\rm A = \left[ {\begin{array}{*{20}{c}} {\cos 2θ }&{ - \sin 2θ }\\ {\sin 2θ }&{\cos 2θ } \end{array}} \right]\)and A + AT = I

    \(\rm A^T = \left[{\begin{array}{*{20}{c}} {\cos 2θ }&{ \sin 2θ }\\ {-\sin 2θ }&{\cos 2θ } \end{array}} \right]\)

    A + AT = \(\rm \left[ {\begin{array}{*{20}{c}} {\cos 2θ }&{ - \sin 2θ }\\ {\sin 2θ }&{\cos 2θ } \end{array}} \right]\) + \(\rm \left[ {\begin{array}{*{20}{c}} {\cos 2θ }&{ \sin 2θ }\\ {-\sin 2θ }&{\cos 2θ } \end{array}} \right]\) = I

    \(\rm \left[ {\begin{array}{*{20}{c}} {2\cos 2θ }&{ 0 }\\ {0 }&{2\cos 2θ } \end{array}} \right]\)\(\rm \left[ {\begin{array}{*{20}{c}} {1 }&{0 }\\ {0 }&{1 } \end{array}} \right]\)

    ∴ 2cos 2θ = 1

    cos 2θ = \(1\over2\)

    2θ = \(\pi\over3\)

    θ = \(\boldsymbol{\pi\over6}\)

  • Question 4/10
    5 / -1

    From the matrix equation AB = AC, where A, B, C are the square matrices of same order, we can conclude B = C provided
    Solutions

    Concept:

    Existence of inverse of matrix:

    For any square matrix of order n×n A, if there exist a matrix A-1 such that AA-1=A-1A=I where I is an identity matrix of the same order then we say that A-1 is an inverse matrix of matrix A.

    Existence of identity matrix:

    For any square matrix of order n×n A, if there exist a matrix I of the same order such that AI = A = IA then the matrix I is known as identity matrix.

    Necessary and sufficient condition for inverse:

    For any square matrix A, the inverse A-1 exist if and only if the matrix A is a square matrix with non-zero determinant. Such a matrix is known as non-singular matrix.

     

    Calculation:

    It is given that for square matrices A, B and C of same order the following relation holds:

    AB = AC

    If we premultiply by A-1 then we will get the following:

    \(\begin{align*} A^{-1}AB &= A^{-1}AC\\ IB &= IC\\ B&=C \end{align*}\)

    Thus, to reach till this the only thing important is the existence of inverse.

    Therefore, we can conclude B = C only if the inverse A-1 exists, that means only if the matrix A is non-singular.

  • Question 5/10
    5 / -1

    If \( A =\begin{bmatrix} 1 & 2 \\\ 3 & 4 \end{bmatrix} \) and \(B =\begin{bmatrix} a & 0 \\\ 0 & b \end{bmatrix}\), where a, b and natural numbers, then which one of the following is correct ?
    Solutions

    Given:

    \( A =\begin{bmatrix} 1 & 2 \\\ 3 & 4 \end{bmatrix} \) and \(B =\begin{bmatrix} a & 0 \\\ 0 & b \end{bmatrix}\)

    Concept:

    Matrix Multiplication:

    Multiplication is only possible when the number of columns of the first matrix is equal to the number of rows of the second matrix.

    A m × n matrix multiplied by a n × p matrix results in a m × p matrix.

    Calculation:

     \( AB =\begin{bmatrix} 1 & 2 \\\ 3 & 4 \end{bmatrix} \begin{bmatrix} a & 0 \\\ 0 & b \end{bmatrix}\)

    ⇒ \( AB =\begin{bmatrix} a & 2b \\\ 3a & 4b \end{bmatrix} \)    ----(1)

    Similarly, 

    \(BA =\begin{bmatrix} a & 0 \\\ 0 & b \end{bmatrix}\begin{bmatrix} 1 & 2 \\\ 3 & 4 \end{bmatrix} \)

    \(⇒ BA =\begin{bmatrix} a & 2a \\\ 3b & 4b \end{bmatrix}\)    ----(2)

    If AB = BA

    ⇒ \(\begin{bmatrix} a & 2b \\\ 3a & 4b \end{bmatrix} =\begin{bmatrix} a & 2a \\\ 3b & 4b \end{bmatrix}\)

    This will be possible if

    2b = 2q or 3a = 3b

    ⇒ a = b

    ∴ There exist infinitely many B's such that AB = BA

  • Question 6/10
    5 / -1

    Consider two matrices M1 and M2 with M1*M2 = 0 and M1 is non singular. Then which of the following is true?
    Solutions

    Concept:

    Non – singular matrix: A matrix which has an inverse. Inverse of a matrix is possible when its determinant is non zero.

    Explanation:

    Given two matrices M1 and M2.

    M1*M2 = 0

    M1 is non-singular.

    Take inverse of M1 both side:

    M1-1 (M1*M2) = 0* M1-1

    M2 = 0

    As, MM-1 = 0 and when we multiply a matrix with null matrix result is zero.

    Hence, M2 is a null matrix.
  • Question 7/10
    5 / -1

    If A is a square matrix such that A2 = I, then A3 + (A + I)2 - 9A - I- A2 is
    Solutions

    Concept:

    Properties of identity matrix:

    If A is the square matrix of order n × n

    • AI = IA = A
    • In = I           (Where n ∈ N)

     

    Calculation:

    Given

    A2 = I

    Now, A3 + (A + I)2 - 9A - I2 - A2

    = A2. A + A2 + I2 + 2AI - 9A - I- A2

    = I. A + I + I + 2AI - 9A - I - I           [∵ A2 = I and AI = IA = A]

    = AI + 2AI - 9A 

    = 3AI - 9A

    = 3A - 9A

    = - 6A

  • Question 8/10
    5 / -1

    For matrices of the same dimension M, N, and scalar c, which one of these properties DOES NOT ALWAYS hold?
    Solutions

    Multiplication of the matrix is not commutative because if the product of MN Exists, then it is not necessary that the product of NM will also exist.

    Example:

    Let us consider two 2 × 2 Matrices (same dimension) as shown:

    \(M=\left[ \begin{matrix} 1 & 2 \\ 3 & 4 \\ \end{matrix} \right]\)

    \(N=\left[ \begin{matrix} 2 & 1 \\ 1 & 3 \\ \end{matrix} \right]\)

    M × N gives:

    \(M× N =\left[ \begin{matrix} (1)(2)+(2)(1) & (1)( 1)+(2)( 3) \\ (3)( 2)+(4)( 1) & (3)( 1)+(4)(3) \\ \end{matrix} \right]\)

    \(M× N =\left[ \begin{matrix} 4 & 7 \\ 10 & 15 \\ \end{matrix} \right]\)

    Similarly, N × M gives:

    \(N× M =\left[ \begin{matrix} (2)(1)+(1)(3) & (2)(2)+(1)(4) \\ (1)(1)+(3)(3) & (1)(2)+(3)(4) \\ \end{matrix} \right]\)

    \(N× M =\left[ \begin{matrix} 5 & 8 \\ 10 & 14 \\ \end{matrix} \right]\)

    We observe that (M × N)2×2  ≠ (N × M)2×2, even if the dimensions of the two matrices are equal.

    But if we take two 2 × 2 Identity Matrices (same dimension), the product will be commutative, i.e. if:

    \(M=\left[ \begin{matrix} 1 & 1 \\ 1 & 1 \\ \end{matrix} \right]\) and

    \(N=\left[ \begin{matrix} 1 & 1 \\ 1 & 1 \\ \end{matrix} \right]\)

    (M × N)2×2  = (N × M)2×2

    We, therefore, conclude that (M × N)2×2  IS NOT ALWAYS EQUAL TO (N × M)2×2

    Note: N3×4 × M 2×3  also does not exists, since they are not compatible with multiplication.

  • Question 9/10
    5 / -1

    If \(A = \left[ {\begin{array}{*{20}{c}} 2&3\\ { - \;1}&2 \end{array}} \right] = \frac{1}{2}\;\left( {P + Q} \right)\) where P is symmetric and Q is skew symmetric matrix then P and Q are ?
    Solutions

    Concept:

    • Symmetric Matrix: Any real square matrix A = (aij) is said to be symmetric matrix if and only if aij = aji, ∀ i and j or in other words we can say that if A is a real square matrix such that A = A’ then A is said to be a symmetric matrix.
    • Skew-symmetric Matrix: Any real square matrix A = (aij) is said to be a skew-symmetric matrix if and only if aij = - aji, ∀ i and j or in other words we can say that if A is a real square matrix such that A =- A’ then A is said to be a skew-symmetric matrix.
    • Any real square matrix say A, can be expressed as the sum of symmetric and skew-symmetric matrices.

      i.e \(A = \frac{1}{2}\;\left( {A + A'} \right) + \frac{1}{2}\;\left( {A - A'} \right)\) where A + A’ is symmetric and A - A' is a skew-symmetric matrix.

    Calculation:

    Given: 

    \(A = \left[ {\begin{array}{*{20}{c}} 2&3\\ { - \;1}&2 \end{array}} \right] = \frac{1}{2}\;\left( {P + Q} \right)\)

    Where P is symmetric and Q is a skew-symmetric matrix

    Here we have to find the matrix P and Q

    As we know that, any square matrix can be be expressed as the sum of the symmetric and skew-symmetric matrix.

    i.e If A is a square matrix then A can be expressed as where A + A’ is symmetric and A – A’ is skew-symmetric matrix.

    By comparing

     \(A = \left[ {\begin{array}{*{20}{c}} 2&3\\ { - \;1}&2 \end{array}} \right] = \frac{1}{2}\;\left( {P + Q} \right)\) 

    with \(A = \frac{1}{2}\;\left( {A + A'} \right) + \frac{1}{2}\;\left( {A - A'} \right)\) 

    we get,

    ⇒ P = A + A' and Q = A - A'

    \(A = \;\left[ {\begin{array}{*{20}{c}} 2&3\\ { - \;1}&2 \end{array}} \right] ⇒ A' = \left[ {\begin{array}{*{20}{c}} 2&{ - \;1}\\ 3&2 \end{array}} \right]\)

    ⇒ \(P = \;\left[ {\begin{array}{*{20}{c}} 2&3\\ { - \;1}&2 \end{array}} \right] + \;\left[ {\begin{array}{*{20}{c}} 2&{ - \;1}\\ 3&2 \end{array}} \right] = \left[ {\begin{array}{*{20}{c}} 4&2\\ 2&4 \end{array}} \right]\)

    Similarly, 

    \(Q = \;\left[ {\begin{array}{*{20}{c}} 2&3\\ { - \;1}&2 \end{array}} \right] - \;\;\left[ {\begin{array}{*{20}{c}} 2&{ - \;1}\\ 3&2 \end{array}} \right] \\= \left[ {\begin{array}{*{20}{c}} 0&4\\ { - \;4}&0 \end{array}} \right]\)

    Hence,

     \(P = \left[ {\begin{array}{*{20}{c}} 4&2\\ 2&4 \end{array}} \right]\)

    \(Q = \;\left[ {\begin{array}{*{20}{c}} 0&4\\ { - \;4}&0 \end{array}} \right]\)

  • Question 10/10
    5 / -1

    If A, B, C are square matrices of the same order, then which of the following is true?
    Solutions

    AB = 0 ⇒ then A = 0 or B = 0 satisfies but it is not a mandatory case.

    \(A = \left[ {\begin{array}{*{20}{c}} 0&0\\ 1&0 \end{array}} \right]{\rm{and}}\) \(B = \left[ {\begin{array}{*{20}{c}} 0&0\\ 0&1 \end{array}} \right]\) then also \({\rm{AB\;}} = {\rm{\;}}0\)

    If \({\rm{AB\;}} = {\rm{\;I\;then}}\;B = {A^{ - 1}} \Rightarrow BA = {A^{ - 1}}.A = I\)  hence \({\rm{AB}} = {\rm{BA}} = {\rm{I}}\)
Close button icon
User Profile
-

Correct (-)

Wrong (-)

Skipped (-)


  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
Mockers logo Get latest Exam Updates
& Study Material Alerts!
No, Thanks
Arrow pointer icon
Click on Allow to receive notifications
Notification bell icon ×
Open Now