Solveeit Logo

Question

Question: How do you find the value of the determinant \(\left| \begin{matrix} 4 & -1 \\\ -2 & 3 \\\...

How do you find the value of the determinant 41 23 \left| \begin{matrix} 4 & -1 \\\ -2 & 3 \\\ \end{matrix} \right| ?

Explanation

Solution

Every square matrix A is associated with a number called a determinant and it is denoted by det(A)\det \left( A \right) or A\left| A \right| . Only square matrices have determinants. Matrices which are not square will not have any determinants. Square matrices are those which have an equal number of rows and columns. We usually see first order determinant, second order determinant and third order determinant. But there are many more.

Complete step-by-step answer:
Let’s first how to find the determinant of a square matrix of order 1 :
\Rightarrow If A = [a]\left[ a \right] then det(A)=A=a\det \left( A \right)=\left| A \right|=a . It has only one element in it which is aa .
Elements are the numbers written inside the matrix.
Now let’s see how to find the determinant of a square matrix of order 2 :
\Rightarrow If A = [a11a12 a21a22 ]\left[ \begin{matrix} {{a}_{11}} & {{a}_{12}} \\\ {{a}_{21}} & {{a}_{22}} \\\ \end{matrix} \right] then det(A)=A=a11a22a21a12\det \left( A \right)=\left| A \right|={{a}_{11}}{{a}_{22}}-{{a}_{21}}{{a}_{12}}
In the question , we can clearly see that we got a square matrix of order 2 .
Let’s apply the formula which we have just seen.
Let’s consider the given matrix to be B.
B = 41 23 \left| \begin{matrix} 4 & -1 \\\ -2 & 3 \\\ \end{matrix} \right| . Let’s compare this with the standard matrix A.
Upon comparing, we conclude the following :
a11=4 a12=1 a21=2 a22=3 \begin{aligned} & \Rightarrow {{a}_{11}}=4 \\\ & \Rightarrow {{a}_{12}}=-1 \\\ & \Rightarrow {{a}_{21}}=-2 \\\ & \Rightarrow {{a}_{22}}=3 \\\ \end{aligned}
Now let’s apply the formula which we have written in the above statements.
det(B)=B=a11a22a21a12\Rightarrow \det \left( B \right)=\left| B \right|={{a}_{11}}{{a}_{22}}-{{a}_{21}}{{a}_{12}}
Upon applying the formula ,we get the following :
det(B)=B=4×3(1)×(2)=122=10\Rightarrow \det \left( B \right)=\left| B \right|=4\times 3-\left( -1 \right)\times \left( -2 \right)=12-2=10
Det value cannot be negative.
\therefore Hence det(B)=B=10\det \left( B \right)=\left| B \right|=10

Note: Please be careful while comparing the elements with the standard form . And we should also be able to identify the order of the given square matrix as the det formula for each square matrix of different order varies.
.