KnowledgeBoat Logo
|

Mathematics

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

  1. [357]\begin{bmatrix} 3 & 5 & 7 \end{bmatrix}

  2. [357]\begin{bmatrix} 3 \ 5 \ 7 \end{bmatrix}

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

  4. [246]\begin{bmatrix} 2 \ 4 \ 6 \end{bmatrix}

Matrices

3 Likes

Answer

aij = (2i + j)

⇒ a11 = 2(1) + 1 = 3

⇒ a21 = (2)2 + 1 = 5

⇒ a31 = (2)3 + 1 = 7

Matrix A = [357]\begin{bmatrix} 3 \ 5 \ 7 \end{bmatrix}

Hence, option 2 is the correct option.

Answered By

1 Like


Related Questions