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).
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 $ y(x) $ be the solution of the differential equation $$ x^2 \frac{dy}{dx} + xy = x^2 + y^2, \quad x > \frac{1}{e}, $$ satisfying $ y(1) = 0 $. Then the value of $ 2 \cdot \frac{(y(e))^2}{y(e^2)} $ is ________.
The left and right compartments of a thermally isolated container of length $L$ are separated by a thermally conducting, movable piston of area $A$. The left and right compartments are filled with $\frac{3}{2}$ and 1 moles of an ideal gas, respectively. In the left compartment the piston is attached by a spring with spring constant $k$ and natural length $\frac{2L}{5}$. In thermodynamic equilibrium, the piston is at a distance $\frac{L}{2}$ from the left and right edges of the container as shown in the figure. Under the above conditions, if the pressure in the right compartment is $P = \frac{kL}{A} \alpha$, then the value of $\alpha$ 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