Self Studies

Matrices & Properties Test - 1

Result Self Studies

Matrices & Properties Test - 1
  • Score

    -

    out of -
  • Rank

    -

    out of -
TIME Taken - -
Self Studies

SHARING IS CARING

If our Website helped you a little, then kindly spread our voice using Social Networks. Spread our word to your readers, friends, teachers, students & all those close ones who deserve to know what you know now.

Self Studies Self Studies
Weekly Quiz Competition
  • Question 1
    1 / -0.25
    Multiplication of real valued square matrices of same dimension is
    Solution

    EXPLANATION:

    Let A, B and C be the matrices a, b, and c be scalars and the sizes of matrices are such that the operations can be performed then

    Properties of matrix multiplication:

    Associative property of matrix multiplication:

    • A(BC) = (AB)C

    Distributive property of multiplication:

    • A(B + C) = AB + AC
    • (A + B)C = AC + BC
    • AIn = InA = A,  In is the appropriate identity matrix
    • c(AB)= (cA)B = A(cB)

    Note:  AB ≠ BA in general, i.e. multiplication of matrices is not commutative even if the matrix is square and of the same order.

    Properties of Matrix addition and scalar multiplication:

    Commutative Property of addition

    • A + B = B + A

    Associative Property of addition

    • A + (B + C) = (A + B) + C
    • A + O = O + A Where O is the appropriate zero matrix

    Distributive Property of addition

    • c(A + B) = cA + cB
    • (a + b)C = aC + bC
    • (ab)C = a(bc)

  • Question 2
    1 / -0.25
    If a matrix A is Symmetric as well as Skew-Symmetric, then:
    Solution

    Concept:

    Consider a matrix A is skew-symmetric, then AT = −A
    and A is symmetric, then AT = A

    Calculation:

    Since, A is skew-symmetric.
    AT = −A
    Since, A is symmetric.
    AT = A
    ⇒ −A = A
    ⇒2A = O
    ⇒A = O
    Hence, A is a null matrix.

    Hence, option (4) is correct.

  • Question 3
    1 / -0.25
    If A is a skew-symmetric matrix, then A2 is
    Solution

    Concept:

    1. Diagonal matrix:

    • A square matrix in which every element except the principle diagonal elements is zero, it is called a Diagonal Matrix

    2. Scalar matrix:

    • A Diagonal matrix whose diagonal elements all contains the same scalar is called Scalar matrix.
    • A square matrix, in which all diagonal elements are equal to same scalar and all other elements are zero, is called a scalar matrix.

    3. Symmetric Matrix:

    • Square matrix A is said to be symmetric if the transpose of matrix A is equal to matrix A itself
    • AT = A or A’ = A

    Where,

    AT or A’ denotes the transpose of matrix

    • A square matrix A is said to be symmetric if aij = aji for all i and j

    Where aij and aji is an element present in matrix.

    4. Skew-Symmetric Matrix or Anti-symmetric:

    • Square matrix A is said to be skew-symmetric if aij = −aji for all i and j.
    • Square matrix A is said to be skew-symmetric if transpose of matrix A is equal to negative of matrix A ⇔ AT = −A
    • Note that all the main diagonal elements in the skew-symmetric matrix are zero.

    5. Transpose of a Matrix:

    • The new matrix obtained by interchanging the rows and columns of the original matrix is called as the transpose of the matrix.
    • It is denoted by A′or AT

    Calculation:

    Given: A is a skew-symmetric matrix

    ⇒ AT = −A

    Now take (A2) T = (A.A) T = AT AT = −A × −A = A2

    ⇒ (A2) T = A2

    Hence A2 is Symmetric.

    Important points:

    1. Properties of Symmetric Matrix:

    • The sum and difference of two symmetric matrices is again symmetric
    • The product of two symmetric matrices is symmetric (Not always true)
    • If A and B are symmetric matrices, then AB is symmetric if and only if A and B commute (i.e., if AB = BA)
    • If A is symmetric then An is also symmetric for integer n.
    • If A-1 exists, it is symmetric i;f and only if A is symmetric.

     

    2. Properties of Transpose Matrix

    • The transpose of the transpose of a matrix is the matrix itself. ⇔ (AT) T = A
    • The transpose of a matrix times a scalar (k) is equal to the constant times the transpose of the matrix. ⇔ (kA) T = k AT
    • The transpose of the sum or difference of two matrices is equivalent to the sum or difference of their transposes. ⇔ (A ± B) T = AT ± BT
    • The transpose of the product of two matrices is equivalent to the product of their transposes in reversed order. ⇔ (AB) T = BT AT
    • The determinant of a square matrix is the same as the determinant of its transpose.
  • Question 4
    1 / -0.25

    lf the order of A is 4 × 3, the order of B is 4 × 5 and the order of C is 7 × 3, then the order of (ATB)T C T is

    Solution

    Concept:

    • To multiply an m × n matrix by an n × p matrix, the n must be the same, and the result is an m × p matrix.
    • If A be a matrix of order m × n than the order of transpose matrix is n × m

    Calculation:

    Given:

    Order of A is 4 × 3, the order of B is 4 × 5 and the order of C is 7 × 3

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

    So, order of AT is 3 × 4 and order of CT is 3 × 7

    Now,

    ATB = {3 × 4} {4 × 5} = 3 × 5

    ⇒ Order of ATB is 3 × 5

    Hence order of (ATB) T is 5 × 3

    Now order of (ATB) T C T = {5 × 3} {3 × 7} = 5 × 7

    ∴ Order of (ATB) T C T is 5 × 7
  • Question 5
    1 / -0.25
    If \({\rm{A}} = \left[ {\begin{array}{*{20}{c}} 0&1\\ 1&0 \end{array}} \right]\), then the value of A4 is
    Solution

    Calculation:

    Given: \({\rm{A}} = \left[ {\begin{array}{*{20}{c}} 0&1\\ 1&0 \end{array}} \right]\)

    \({{\rm{A}}^2} = {\rm{AA}} = \left[ {\begin{array}{*{20}{c}} 0&1\\ 1&0 \end{array}} \right]\left[ {\begin{array}{*{20}{c}} 0&1\\ 1&0 \end{array}} \right]\)

    \(\Rightarrow {{\rm{A}}^2} = {\rm{\;}}\left[ {\begin{array}{*{20}{c}} {0 + 1}&{0 + 0}\\ {0 + 0}&{1 + 0} \end{array}} \right] = \left[ {\begin{array}{*{20}{c}} 1&0\\ 0&1 \end{array}} \right]\)

    Now,

    \(\Rightarrow {{\rm{A}}^4} = {{\rm{A}}^2}{{\rm{A}}^2} = {\rm{\;}}\left[ {\begin{array}{*{20}{c}} 1&0\\ 0&1 \end{array}} \right]\left[ {\begin{array}{*{20}{c}} 1&0\\ 0&1 \end{array}} \right] = {\rm{\;}}\left[ {\begin{array}{*{20}{c}} 1&0\\ 0&1 \end{array}} \right]\)

    Hence Option 1st is correct answer.

  • Question 6
    1 / -0.25

    Consider the following question and decide which of the statements is sufficient to answer the question.

    Find the value of n, if

    Statements∶

    1. AB = A

    2. \(A\; = \;\left[ {\begin{array}{*{20}{c}} n&9\\ 2&1 \end{array}} \right] , B\; = \;\left[ {\begin{array}{*{20}{c}} 1&0\\ 0&1 \end{array}} \right]\)

    Solution

    Concept:

    Multiplication of matrices:

    • The number of columns of the 1st matrix must equal the number of rows of the 2nd matrix.
    • The result will have the same number of rows as the 1st matrix, and the same number of columns as the 2nd matrix.
    • To multiply an m × n matrix by an n × p matrix, the n must be the same, and the result is an m × p matrix.

    Calculation:

    From statement 1

    AB = A

    We cannot find anything from this statement.

    From statement 2

    \(A\; = \;\left[ {\begin{array}{*{20}{c}} n&9\\ 2&1 \end{array}} \right] , B\; = \;\left[ {\begin{array}{*{20}{c}} 1&0\\ 0&1 \end{array}} \right]\)

    We cannot find anything from this statement.

    Combining statement 1 and 2

    \(AB\; = \;\left[ {\begin{array}{*{20}{c}} (n\times 1+9\times0)&(n\times0+9\times1)\\ (2\times1+1\times0)&(2\times0+1\times1) \end{array}} \right]\)

    \(AB = \left[ {\begin{array}{*{20}{c}} n&9\\ 2&1 \end{array}} \right]\)

    Also, \(A = \left[ {\begin{array}{*{20}{c}} n&9\\ 2&1 \end{array}} \right]\)

    ∴ We cannot find the value of n from both statements together.

  • Question 7
    1 / -0.25

    A square matrix A is called orthogonal if_______ where A’ is the transpose of A.

    Solution

    Concept:

    Orthogonal matrix: When the product of a matrix to its transpose gives identity matrix.

    Suppose A is a square matrix with real elements and of n x n order and AT or A’ is the transpose of A.

    AAT = I

    Calculation:

    Suppose A is a square matrix with real elements and of n x n order and AT or A’ is the transpose of A.

    Then according to the definition;

    AAT = I

    Pre multiplication by A - 1

    A - 1 AAT = A - 1 I

    IAT = A - 1

    AT = A - 1 or A’ = A - 1
    then A is orthogonal matrix.

    ∴ Option 2 is correct
  • Question 8
    1 / -0.25
    If \(A = \left[ {\begin{array}{*{20}{c}} 3&2&5\\ 4&1&3\\ 0&6&7 \end{array}} \right] = \frac{1}{2} \cdot (P + Q)\) where P is symmetric and Q is skew symmetric matrix then P and Q are ?
    Solution

    Concept:

    • Symmetric Matrix: Any real square matrix A = (aij) is said to be a symmetric matrix if and only if aij = aji, ∀ i, and j 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 says A, can be expressed as the sum of the symmetric and skew-symmetric matrix.

      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}} 3&2&5\\ 4&1&3\\ 0&6&7 \end{array}} \right] = \frac{1}{2} \cdot (P + Q)\) where P is symmetric and Q is a skew-symmetric matrix

    Here we have to find the matrix P and Q

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

    i.e If A is a square matrix then A can be expressed as

    where A + A’ is symmetric and A – A’ is a skew-symmetric matrix.

    By comparing \(A = \left[ {\begin{array}{*{20}{c}} 3&2&5\\ 4&1&3\\ 0&6&7 \end{array}} \right] = \frac{1}{2} \cdot (P + Q)\) 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}} 3&2&5\\ 4&1&3\\ 0&6&7 \end{array}} \right] \Rightarrow A' = \left[ {\begin{array}{*{20}{c}} 3&4&0\\ 2&1&6\\ 5&3&7 \end{array}} \right]\)

    \(\Rightarrow P = \;\;\left[ {\begin{array}{*{20}{c}} 3&2&5\\ 4&1&3\\ 0&6&7 \end{array}} \right] + \;\left[ {\begin{array}{*{20}{c}} 3&4&0\\ 2&1&6\\ 5&3&7 \end{array}} \right] = \left[ {\begin{array}{*{20}{c}} 6&6&5\\ 6&2&9\\ 5&9&{14} \end{array}} \right]\)

    Similarly,

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

    Hence, \(P = \left[ {\begin{array}{*{20}{c}} 6&6&5\\ 6&2&9\\ 5&9&{14} \end{array}} \right]\;and\;Q = \;\left[ {\begin{array}{*{20}{c}} 0&{ - \;2}&5\\ 2&0&{ - \;3}\\ { - \;5}&3&0 \end{array}} \right]\)

  • Question 9
    1 / -0.25
    If a matrix has p elements, where is p a prime then what is the number of possible orders it can have ?
    Solution

    Concept

    A rectangular representation of mn numbers (complex or real) in the form of m rows and n columns is called a matrix of order m × n.

    Any m × n matrix is represented as, \(A = \;{\left[ {\begin{array}{*{20}{c}} {{a_{11}}}& ⋅s &{{a_{1n}}}\\ \vdots & \ddots & \vdots \\ {{a_{m1}}}& ⋅s &{{a_{mn}}} \end{array}} \right]_{m × \;n}}\)

    Calculation:

    Let A be the matrix of order m × n such that it has p elements where p is a prime.

    ⇒ m ⋅ n = p

    As we know that, prime factorization of a prime number is p = p × 1.

    So, the possible orders of matrix A are: (p × 1), (1 × p)

    Hence, the no. of possible orders it can have is 2.

  • Question 10
    1 / -0.25
    Which one of the following matrices is an elementary matrix?
    Solution

    Concept:

    • Elementary matrix: An elementary matrix is a matrix which differs from the identity matrix by one single elementary row operation
    • An elementary matrix has each diagonal element 1.


    Calculation:

    Let's check option b,

    Let E = \(\left[ {\begin{array}{*{20}{c}} 1&5&0\\ 0&1&0\\ 0&0&1 \end{array}} \right]\)

    Apply R1 → R1 – 5R2

    \( \Rightarrow {\rm{E\;}} = \left[ {\begin{array}{*{20}{c}} 1&0&0\\ 0&1&0\\ 0&0&1 \end{array}} \right] = \;{{\rm{I}}_{3{\rm{\;}} \times 3}}\)

    We can see that option B converted in to an identity matrix by one elementary operation.

    Hence Option B is correct.

    Shortcut Method:

    We know that an elementary matrix has each diagonal element 1.

    Only B has diagonal element is 1. (By Definition)

    So, Option B is correct.

Self Studies
User
Question Analysis
  • Correct -

  • Wrong -

  • Skipped -

My Perfomance
  • Score

    -

    out of -
  • Rank

    -

    out of -
Re-Attempt Weekly Quiz Competition
Self Studies Get latest Exam Updates
& Study Material Alerts!
No, Thanks
Self Studies
Click on Allow to receive notifications
Allow Notification
Self Studies
Self Studies Self Studies
To enable notifications follow this 2 steps:
  • First Click on Secure Icon Self Studies
  • Second click on the toggle icon
Allow Notification
Get latest Exam Updates & FREE Study Material Alerts!
Self Studies ×
Open Now