April 2026

If A is a matrix of order 3×4 and B is a matrix of order 4×3, find the order of the matrix of AB.

Order of Matrix AB Find the Order of Matrix AB Given: \[ A \text{ is of order } 3 \times 4,\quad B \text{ is of order } 4 \times 3 \] Step 1: Check Multiplication Condition \[ \text{Number of columns of A} = \text{Number of rows of B} = 4 \] So, AB exists. Step […]

If A is a matrix of order 3×4 and B is a matrix of order 4×3, find the order of the matrix of AB. Read More »

Find the values of x and y, if 2[[1, 3], [0, x]] + [[y, 0], [1, 2]] = [[5, 6], [1, 8]].

Find x and y from Matrix Equation Find x and y Given: \[ 2\begin{bmatrix} 1 & 3 \\ 0 & x \end{bmatrix} + \begin{bmatrix} y & 0 \\ 1 & 2 \end{bmatrix} = \begin{bmatrix} 5 & 6 \\ 1 & 8 \end{bmatrix} \] Step 1: Multiply the First Matrix \[ 2\begin{bmatrix} 1 & 3 \\

Find the values of x and y, if 2[[1, 3], [0, x]] + [[y, 0], [1, 2]] = [[5, 6], [1, 8]]. Read More »