Question
Question: Find the value of \(\left| {\begin{array}{*{20}{c}} 1&{{{\log }_b}a} \\\ {{{\log }_a}b}&1 ...
Find the value of \left| {\begin{array}{*{20}{c}} 1&{{{\log }_b}a} \\\ {{{\log }_a}b}&1 \end{array}} \right| = \ldots
Solution
For calculating the determinant of a matrix, first of all the given matrix should be a square matrix. If it is a square matrix and its order is 2×2, then its determinant is given by
A = \left[ {\begin{array}{*{20}{c}}
a&b; \\\
c&d;
\end{array}} \right]
∣A∣=ad−bc
Further we will be using the formula logba=logbloga for getting the value of determinant.
Complete step-by-step solution:
In this question, we are given a matrix and we need to find its determinant value.
Now, the given matrix is a 2×2 square matrix.
The determinant is used for finding the inverse of the given matrix, used for telling things that are useful in systems of linear equations and also in calculus.
A determinant is denoted by ∣A∣.
Calculating the value of determinant:
First of all, for calculating the value of a determinant, the given matrix must be a square matrix. That means it must have the same number of rows and columns. Then we just need to carry basic arithmetic operations.
For example: Let us take a 2×2 square matrix.
A = \left[ {\begin{array}{*{20}{c}}
a&b; \\\
c&d;
\end{array}} \right]
Therefore, its determinant is given by
∣A∣=ad−bc
Here, our matrix is A = \left[ {\begin{array}{*{20}{c}}
1&{{{\log }_b}a} \\\
{{{\log }_a}b}&1
\end{array}} \right]
So, here a=1,b=logba,c=logab,d=1
Hence, its determinant is given by
⇒∣A∣=(1)(1)−(logba)(logab) ⇒∣A∣=1−(logba)(logab)
Now, we know that logba=logbloga. Therefore, above equation becomes
⇒∣A∣=1−(logbloga)(logalogb)
Here, both loga and logb gets cancelled. Hence, we get
Hence, the determinant value of \left| {\begin{array}{*{20}{c}} 1&{{{\log }_b}a} \\\ {{{\log }_a}b}&1 \end{array}} \right| is equal to 0.
Note: Calculating the determinant of a 3×3 matrix:
Example: Let us take a 3×3 matrix.
A = \left[ {\begin{array}{*{20}{c}}
a&b;&c; \\\
d&e;&f; \\\
g&h;&i;
\end{array}} \right]
So, its determinant is given by
∣A∣=a(ei − fh) − b(di − fg) + c(dh − eg)