Question
Question: Construct a \(2\times 2\) matrix \(A={{\left[ {{a}_{ij}} \right]}_{2\times 2}}\) , whose elements ar...
Construct a 2×2 matrix A=[aij]2×2 , whose elements are aij and aij=2(i+j)2 .
Solution
Hint: At first construct the matrix by putting aij, with the actual values of i,j . Then calculate the numerical values by using aij=2(i+j)2.
Complete step-by-step answer:
When some numbers are arranged in rows and columns and are surrounded on both sides by square brackets, we call it a matrix.
Here we have to construct a 2×2 matrix named A .
Now, this 2×2 is known as the order of the matrix. Order of matrices helps us to know how many rows and how many columns there are in a matrix.
Generally we denote the order of a matrix by m×n, where m denotes the number of rows and n denotes the number of columns. Here the order of the matrix is 2×2 . That means this matrix has 2 rows and 2 columns.
Now, the elements of the matrix are generally denoted by aij. Where ij help us to understand the actual position of the element.
In a matrix A, an element in row i and column j is represented by aij.
a11 is the element in 1st row and 1st column.
a12 is the element in 1st row and 2nd column.
a21 is the element in the 2nd row and 1st column.
a22 is the element in the 2nd row and 2nd column.
Therefore, A=a11 a21 a12a22
Now let us substitute the values.
a11=2(1+1)2=222=2, here i is 1 and j is 1.
a12=2(1+2)2=232=29, here i is 1 and j is 2.
a21=2(2+1)2=232=29, here i is 2 and j is 1.
a22=2(2+2)2=242=216=8, here i is 2 and j is 2.
Therefore,
A=a11 a21 a12a22=2 29 298
Hence, A=2 29 298
Note: We generally make mistakes to understand the position of an element in a matrix. Always check the position of the row first then the column.