Question
Question: How do you find the determinant of \[\left( \begin{matrix} 1 & 2 & 3 \\\ 4 & 5 & 6 \\\ ...
How do you find the determinant of 1 4 7 258369?
Solution
Assume the given matrix as ‘A’. Then check if it contains the same number of rows and columns or not. If it has same numbers of rows and columns then the determinant can be calculated using the formula ∣A∣=a(ei−hf)−b(di−gf)+c(dh−ge), where the determinant value of ‘A’ is denoted as ∣A∣.
Complete step by step solution:
Determinant: The determinant of a matrix is a special number that can be calculated from a square matrix.
Calculating the determinant: If a matrix has the same number of rows and columns i.e. square matrix then it’s determinant can be calculated. For a 3×3 square matrix A=a d g behcfi, the determinant is denoted as ∣A∣ which can be calculated as ∣A∣=a(ei−hf)−b(di−gf)+c(dh−ge)
Assuming the given matrix as A=1 4 7 258369
Since it has same numbers of rows and columns i.e. ‘3’
So, by comparison we get a=1, b=2, c=3, d=4, e=5, f=6, g=7, h=8 and i=9
Hence the determinant of ‘A’ can be calculated as
∣A∣=1(5×9−8×6)−2(4×9−7×6)+3(4×8−7×5)=1(45−48)−2(36−42)+3(32−35)=1×(−3)−2×(−6)+3×(−3)=−3−(−12)−9=−3+12−9=0
This is the required solution of the given question.
Note:
The determinant can be calculated by solving any row or column. While solving any row or column the sign convention should be remembered as \+ \- \+ \-\+\-\+\-\+. Other applications of determinant are to find the inverse of a matrix, solving system of linear equations etc.