If A is m * n matrix such that AB & BA both are defined, then B is a matrix of order
n * m
To find the order of matrix B, we first need to understand the fundamental condition for matrix multiplication. For the product of two matrices, say P and Q (i.e., PQ), to be defined, the number of columns in the first matrix (P) must be equal to the number of rows in the second matrix (Q).
We are given that matrix A is an \(m \times n\) matrix. This means:
Let's assume the order of matrix B is \(p \times q\). This means:
For the product AB to be defined, the number of columns in A must be equal to the number of rows in B.
\[ \text{Number of columns in A} = \text{Number of rows in B} \] \[ n = p \]So, from the condition that AB is defined, we know that matrix B must have \(n\) rows. Its order can be provisionally written as \(n \times q\).
Next, we are also given that the product BA is defined. Now, consider B as the first matrix and A as the second matrix in this product.
For the product BA to be defined, the number of columns in B must be equal to the number of rows in A.
\[ \text{Number of columns in B} = \text{Number of rows in A} \] \[ q = m \]So, from the condition that BA is defined, we know that matrix B must have \(m\) columns.
By combining both conditions:
Therefore, the order of matrix B must be \(n \times m\).
| Product | Order of First Matrix | Order of Second Matrix | Condition for Definition |
|---|---|---|---|
| AB | \(A_{m \times n}\) | \(B_{p \times q}\) | \(n = p\) |
| BA | \(B_{p \times q}\) | \(A_{m \times n}\) | \(q = m\) |
Since \(n=p\) and \(q=m\), the order of matrix B (which is \(p \times q\)) becomes \(n \times m\).
If A = \(\left[\begin{array}{cc}2 & −3 \\3 & 5\end{array}\right]\), then which of the following statements are correct?
A. A is a square matrix
B. A−1 exists
C. A is a symmetric matrix
D. |A| = 19
E. A is a null matrix
Choose the correct answer from the options given below.
If A is Square Matrix of order 3, then product of A and its transpose is
What is the transformation matrix M that transforms a square in the xy-plane defined by (1, 1) T, (-1, 1) T, (-1, -1) T and (1, -1) T to a parallelogram whose corresponding vertices are (2, 1) T, (0, 1) T, (-2, -1) T and (0, -1) T?
Let \(A = \left[ {\begin{array}{*{20}{c}} 1&1&0\\ 0&1&0\\ 1&1&0\\ 0&0&1 \end{array}} \right]\) and \(B = \left[ {\begin{array}{*{20}{c}} 1&0&0&0\\ 0&1&1&0\\ 1&0&1&1\\ \end{array}} \right]\) Find the boolean product A ⊙ B of the two matrices.