April 2026

If A is 2×3 matrix and B is a matrix such that A^T B and BA^T both are defined, then what is the order of B?

Find Order of Matrix B Find the Order of Matrix B Given: \[ A \text{ is of order } 2 \times 3 \] Step 1: Find AT \[ A^T \text{ is of order } 3 \times 2 \] Step 2: Condition for ATB \[ A^T (3 \times 2) \cdot B \Rightarrow \text{columns of } A^T

If A is 2×3 matrix and B is a matrix such that A^T B and BA^T both are defined, then what is the order of B? Read More »

If A = [[1, 2], [0, 3]] is written as B + C, where B is a symmetric matrix and C is a skew-symmetric matrix, then find B.

Find Symmetric Matrix B Find Symmetric Matrix B Given: \[ A = \begin{bmatrix} 1 & 2 \\ 0 & 3 \end{bmatrix} \] Formula: \[ B = \frac{1}{2}(A + A^T) \] Step 1: Find AT \[ A^T = \begin{bmatrix} 1 & 0 \\ 2 & 3 \end{bmatrix} \] Step 2: Compute A + AT \[ A

If A = [[1, 2], [0, 3]] is written as B + C, where B is a symmetric matrix and C is a skew-symmetric matrix, then find B. Read More »

If [[1, 2], [3, 4]] [[3, 1], [2, 5]] = [[7, 11], [k, 23]], then write the value of k.

Find k from Matrix Multiplication Find k Given: \[ \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix} \begin{bmatrix} 3 & 1 \\ 2 & 5 \end{bmatrix} = \begin{bmatrix} 7 & 11 \\ k & 23 \end{bmatrix} \] Step 1: Multiply Matrices \[ AB = \begin{bmatrix} 1(3) + 2(2) & 1(1) + 2(5) \\ 3(3)

If [[1, 2], [3, 4]] [[3, 1], [2, 5]] = [[7, 11], [k, 23]], then write the value of k. Read More »

If A = [[cos α, -sin α], [sin α, cos α]] is identity matrix, then write the value of α.

Find α when Matrix is Identity Find α such that Matrix is Identity Given: \[ A = \begin{bmatrix} \cos \alpha & -\sin \alpha \\ \sin \alpha & \cos \alpha \end{bmatrix} \] \[ A = I = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} \] Step 1: Compare Elements \[ \cos \alpha = 1

If A = [[cos α, -sin α], [sin α, cos α]] is identity matrix, then write the value of α. Read More »