Given :
M = (aij), i, j ∈ {1, 2, 3},
aij = 1 if j + 1 is divisible by i, otherwise aij = 0
\(M=\begin{bmatrix} 1 & 1 & 1 \\ 1 & 0 & 1 \\ 0 & 1 & 0 \end{bmatrix}\)
|M| = 1(-1) - 1(-1)
= -1 + 1 = 0
So, M is not invertible
\(\begin{bmatrix} 1 & 1 & 1 \\ 1 & 0 & 1 \\ 0 & 1 & 0 \end{bmatrix}\begin{bmatrix} a_{1} \\ a_{2} \\ a_{3} \end{bmatrix}=\begin{bmatrix} -a_{1} \\ -a_{2} \\ -a_{3} \end{bmatrix}\)
\(\begin{bmatrix} a_1+ a_2 +a_3 \\ a_1+a_3 \\ a_2 \end{bmatrix}=\begin{bmatrix} -a_{1} \\ -a_{2} \\ -a_{3} \end{bmatrix}\)
There exists an infinite number of possible column matrices.
\(\begin{bmatrix} 1 & 1 & 1 \\ 1 & 0 & 1 \\ 0 & 1 & 0 \end{bmatrix}\begin{bmatrix} x \\ y \\ z \end{bmatrix}=\begin{bmatrix} 0 \\ 0 \\ 0 \end{bmatrix}\)
x + y + z = 0
⇒ x + z = 0
y = 0
So, this is possible only.
\(|M-2I|=\begin{bmatrix} -1 & 1 & 1 \\ 1 & -2 & 1 \\ 0 & 1 & -2 \end{bmatrix}\)
\(=-1(3)-1(-2-1)=-3+3=0\)
So, the correct options are (B) and (C).
As shown in the figures, a uniform rod $ OO' $ of length $ l $ is hinged at the point $ O $ and held in place vertically between two walls using two massless springs of the same spring constant. The springs are connected at the midpoint and at the top-end $ (O') $ of the rod, as shown in Fig. 1, and the rod is made to oscillate by a small angular displacement. The frequency of oscillation of the rod is $ f_1 $. On the other hand, if both the springs are connected at the midpoint of the rod, as shown in Fig. 2, and the rod is made to oscillate by a small angular displacement, then the frequency of oscillation is $ f_2 $. Ignoring gravity and assuming motion only in the plane of the diagram, the value of $\frac{f_1}{f_2}$ is:
The reaction sequence given below is carried out with 16 moles of X. The yield of the major product in each step is given below the product in parentheses. The amount (in grams) of S produced is ____. 
Use: Atomic mass (in amu): H = 1, C = 12, O = 16, Br = 80
Let $ a_0, a_1, ..., a_{23} $ be real numbers such that $$ \left(1 + \frac{2}{5}x \right)^{23} = \sum_{i=0}^{23} a_i x^i $$ for every real number $ x $. Let $ a_r $ be the largest among the numbers $ a_j $ for $ 0 \leq j \leq 23 $. Then the value of $ r $ is ________.
Let $ \mathbb{R} $ denote the set of all real numbers. Then the area of the region $$ \left\{ (x, y) \in \mathbb{R} \times \mathbb{R} : x > 0, y > \frac{1}{x},\ 5x - 4y - 1 > 0,\ 4x + 4y - 17 < 0 \right\} $$ is
The matrix acquired by interchanging the rows and columns of the parent matrix is called the Transpose matrix. The transpose matrix is also defined as - “A Matrix which is formed by transposing all the rows of a given matrix into columns and vice-versa.”
The transpose matrix of A is represented by A’. It can be better understood by the given example:


Now, in Matrix A, the number of rows was 4 and the number of columns was 3 but, on taking the transpose of A we acquired A’ having 3 rows and 4 columns. Consequently, the vertical Matrix gets converted into Horizontal Matrix.
Hence, we can say if the matrix before transposing was a vertical matrix, it will be transposed to a horizontal matrix and vice-versa.
Read More: Transpose of a Matrix