KnowledgeBoat Logo
|

Mathematics

A matrix of order 3 × 2 whose elements aij are given by aij = (i + j), is:

  1. [234345]\begin{bmatrix} 2 & 3 & 4 \ 3 & 4 & 5 \end{bmatrix}

  2. [234456]\begin{bmatrix} 2 & 3 & 4 \ 4 & 5 & 6 \end{bmatrix}

  3. [233445]\begin{bmatrix} 2 & 3 \ 3 & 4 \ 4 & 5 \end{bmatrix}

  4. [233456]\begin{bmatrix} 2 & 3 \ 3 & 4 \ 5 & 6 \end{bmatrix}

Matrices

1 Like

Answer

aij = i + j.

∴ a11 = 1 + 1 = 2, a12 = 1 + 2 = 3.

a21 = 2 + 1 = 3, a22 = 2 + 2 = 4.

a31 = 3 + 1 = 4, a32 = 3 + 2 = 5.

Matrix A = [233445]\begin{bmatrix} 2 & 3 \ 3 & 4 \ 4 & 5 \end{bmatrix}

Hence, option 3 is the correct option.

Answered By

2 Likes


Related Questions