Question
Question: A square matrix (\[a_{ij}\]) in which \[a_{ij}=0\] for \[i\neq j\] and \[a_{ij}=k\](constant) for i=...
A square matrix (aij) in which aij=0 for i=j and aij=k(constant) for i=j is
A) Unit matrix
B) Scalar matrix
C) Null matrix
D) None
Solution
Hint: In this question it is given that a square matrix (aij) in which aij=0 for i=j and aij=k(constant) for i=j, we have to find the type of this matrix. So for this we have to construct the matrix.
Complete step-by-step solution:
Let us consider that the order of this square matrix is n×n, and the given values of the elements is aij=0 for i=j and aij=k(constant) for i=j.
So from the above condition we can write,
a11=a22=a33=⋯⋯=ann=k
And apart from these elements, all the other elements of the matrix are zero.
So we can write the given matrix as,
k 0 0 ⋮ 0 00k;0⋮0000k;⋮00⋯⋯⋯⋱⋯⋯000⋮k;0000⋮0k;
In the given matrix all the elements other than the diagonal are zero and diagonal elements are equal to K , so as we know that "a diagonal matrix is a matrix in which the entries outside the main diagonal are all zero " and "A diagonal matrix with all its main diagonal entries equal is a scalar matrix"
So we can say that the correct option is option B.
Note: To Solve these types of questions you need to know that aij is the element of a matrix where ij defines ith row and jth column, and also you need to know that diagonal matrix with all its main diagonal entries equal is called a scalar matrix.