KnowledgeBoat Logo
|

Mathematics

Construct a 2 ×\times 2 matrix whose elements aij are given by

(i) aij = 2i - j

(ii) aij = i.j

Matrices

80 Likes

Answer

(i) Given aij = 2i - j,

∴ a11 = 2(1) - 1 = 1, a12 = 2(1) - 2 = 0,
    a21 = 2(2) - 1 = 3, a22 = 2(2) - 2 = 2.

Hence, the required matrix =[1032]\begin{bmatrix} 1 & 0 \ 3 & 2 \end{bmatrix}.

(ii) Given aij = i.j,

∴ a11 = 1.1 = 1, a12 = 1.2 = 2,
    a21 = 2.1 = 2, a22 = 2.2 = 4.

Hence, the required matrix =[1224]\begin{bmatrix} 1 & 2 \ 2 & 4 \end{bmatrix}.

Answered By

43 Likes


Related Questions