Consider the following in respect of two non-singular matrices A and B of the same order: a. Det (A+ B) = det A + det B b. (A + B) -1 = A -1 + B -1 Which of the above is/are correct?
Neither 1 nor 2
The question asks us to consider two statements regarding the properties of two non-singular matrices, A and B, of the same order. A non-singular matrix is a square matrix whose determinant is non-zero, and therefore, it has an inverse.
This statement claims that the determinant of the sum of two matrices is equal to the sum of their individual determinants. Let's analyze this property using an example.
Consider two 2x2 non-singular matrices:
\(A = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} \quad \text{and} \quad B = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}\)
First, let's find the determinants of A and B:
\(\text{det } A = (1 \times 1) - (0 \times 0) = 1\)
\(\text{det } B = (1 \times 1) - (0 \times 0) = 1\)
Now, let's find the sum of the determinants:
\(\text{det } A + \text{det } B = 1 + 1 = 2\)
Next, let's find the sum of the matrices A and B:
\(A + B = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} + \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} = \begin{pmatrix} 1+1 & 0+0 \\ 0+0 & 1+1 \end{pmatrix} = \begin{pmatrix} 2 & 0 \\ 0 & 2 \end{pmatrix}\)
Now, let's find the determinant of the sum (A + B):
\(\text{det } (A + B) = (2 \times 2) - (0 \times 0) = 4 - 0 = 4\)
Comparing det (A + B) with det A + det B:
\(4 \neq 2\)
As shown by this example, det (A + B) is generally not equal to det A + det B. Therefore, statement 1 is incorrect.
This statement claims that the inverse of the sum of two matrices is equal to the sum of their individual inverses. Let's analyze this property using the same example matrices A and B.
Consider the non-singular matrices:
\(A = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} \quad \text{and} \quad B = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}\)
Since A and B are identity matrices, their inverses are themselves:
\(A^{-1} = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}\)
\(B^{-1} = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}\)
Now, let's find the sum of the inverses:
\(A^{-1} + B^{-1} = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} + \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} = \begin{pmatrix} 1+1 & 0+0 \\ 0+0 & 1+1 \end{pmatrix} = \begin{pmatrix} 2 & 0 \\ 0 & 2 \end{pmatrix}\)
Next, we need to find the inverse of the sum (A + B). We already found A + B:
\(A + B = \begin{pmatrix} 2 & 0 \\ 0 & 2 \end{pmatrix}\)
To find the inverse of A + B, we can use the formula for the inverse of a 2x2 matrix \(\begin{pmatrix} a & b \\ c & d \end{pmatrix}\), which is \(\frac{1}{ad-bc} \begin{pmatrix} d & -b \\ -c & a \end{pmatrix}\). For A + B = \(\begin{pmatrix} 2 & 0 \\ 0 & 2 \end{pmatrix}\), we have a=2, b=0, c=0, d=2. The determinant is (2)(2) - (0)(0) = 4.
\((A + B)^{-1} = \frac{1}{4} \begin{pmatrix} 2 & 0 \\ 0 & 2 \end{pmatrix} = \begin{pmatrix} 2/4 & 0/4 \\ 0/4 & 2/4 \end{pmatrix} = \begin{pmatrix} 1/2 & 0 \\ 0 & 1/2 \end{pmatrix}\)
Comparing (A + B)\(^{-1}\) with A\(^{-1}\) + B\(^{-1}\):
\(\begin{pmatrix} 1/2 & 0 \\ 0 & 1/2 \end{pmatrix} \neq \begin{pmatrix} 2 & 0 \\ 0 & 2 \end{pmatrix}\)
As shown by this example, (A + B)\(^{-1}\) is generally not equal to A\(^{-1}\) + B\(^{-1}\). Therefore, statement 2 is incorrect.
We have analyzed both statements using examples and found that neither statement holds true in general for non-singular matrices A and B of the same order.
Therefore, based on our analysis, neither statement is correct.
| Property | General Rule for Matrices | Analogy with Scalars (Numbers) |
|---|---|---|
| Determinant of Sum: det(A + B) | Generally \(\neq\) det A + det B | For scalars a, b: a + b (no determinant equivalent) |
| Inverse of Sum: (A + B)\(^{-1}\) | Generally \(\neq\) A\(^{-1}\) + B\(^{-1}\) | For scalars a, b (non-zero): (a + b)\(^{-1} = \frac{1}{a+b}\). \(a^{-1} + b^{-1} = \frac{1}{a} + \frac{1}{b} = \frac{a+b}{ab}\). These are generally not equal unless \(ab=1\) and \(a+b=1/(a+b)\). |
| Determinant of Product: det(AB) | = det A \(\times\) det B | For scalars a, b: ab |
| Inverse of Product: (AB)\(^{-1}\) | = B\(^{-1}\) A\(^{-1}\) (Note the order!) | For scalars a, b (non-zero): (ab)\(^{-1} = \frac{1}{ab}\). \(a^{-1}b^{-1} = \frac{1}{a} \frac{1}{b} = \frac{1}{ab}\). Order doesn't matter for scalar multiplication. |
A square matrix A is called non-singular (or invertible or non-degenerate) if there exists a square matrix B of the same order such that AB = BA = I, where I is the identity matrix. The matrix B is unique and is called the inverse of A, denoted by A\(^{-1}\).
Key facts about non-singular matrices:
Let $A$ and $B$ be two invertible matrices of order $3 \times 3$. If $\det(A^2 B (A^T)^3) = 16$ and $\det(A^3 B^{-2}) = 32$, then $\det(B^2 A^{-1} (B^T)^3)$ is equal to:
The value of determinant \(\left| {\begin{array}{*{20}{c}} {a - b - c}&{2a}&{2a}\\ {2b}&{b - c - a}&{2b}\\ {2c}&{2c}&{c - a - b} \end{array}} \right|\) is:
If \(\left| {\begin{array}{*{20}{c}} 5&a\\ a&2 \end{array}} \right| = \left| {\begin{array}{*{20}{c}} 2&1\\ 3&2 \end{array}} \right|\), then the values of a are:
The value of the determinant \(\left| {\begin{array}{*{20}{c}} {\sqrt {13} + \sqrt 3 }&{2\sqrt 5 }&{\sqrt 5 }\\ {\sqrt {15} + \sqrt {26} }&5&{\sqrt {10} }\\ {3 + \sqrt {65} }&{\sqrt {15} }&5 \end{array}} \right|\) is
The determinant \(\left| {\begin{array}{*{20}{c}} {xp + y}&x&y\\ {yp + z}&y&z\\ 0&{xp + y}&{yp + z} \end{array}} \right| = 0,\) if