Please provide your input and click the calculate button
Show SolutionHide Solution
About the Matrix Determinant Calculator
The determinant calculator calculates the determinant of a square matrix of order 10 and below.
Usage Guide
ShowHide
i. Valid Inputs
The size of the square matrix can be any positive integer from 1 to 10.
Each element in the matrix can be a real number in any format — integers, decimals, fractions, or even mixed numbers. Here are a few examples.
Whole numbers or decimals → 2, −4.25, 0, 0.33
Fractions → 2/3, −1/5
Mixed numbers → 51/4
ii. Example
If you would like to see an example of the calculator's working, just click the "example" button.
iii. Share
We would love to see you share our calculators with your family, friends, or anyone else who might find it useful.
By checking the "include calculation" checkbox, you can share your calculation as well.
Here's a quick overview of the concept of determinants.
What Is a Determinant?
A determinant is a unique scalar value associated with a square matrix and is a function of the elements of the matrix. It is common denoted as det(A) or ∣A∣, A being the relevant matrix.
Determinant of a 2×2 Matrix
By definition, the determinant of a 2×2 matrix is the difference between the products of the elements along the main diagonal ↘ and those along the antidiagonal ↙.
Let me explain. Consider the matrix below.
A=[acbd]
The determinant for the matrix above would be
∣A∣=ad−bc
Determinants of Larger Matrices
Before extending the idea of determinants to matrices of a higher order, it's helpful to understand what we mean by the terms "minor" and "cofactor" mean.
Minors and Cofactors
Consider the determinant below. aij represents the element in the ith row and jth column.
To calculate the value of a determinant larger than 2×2, we pick one row (or column) and add the products of each element in that row (or column) with its cofactor.
So for a square matrix of order n, the determinant is given by the formula
∣A∣=j=1∑naijCij
Here, i can take integral value from 1 to n.
This method is known as Laplace expansion along one particular row or column.
Determinant Calculation — Example
Example
Calculate the determinant of the matrix below.
A=7−1325940−2
Solution
To calculate the determinant of this 3×3 matrix, let's go with Laplace expansion along the second row. Why we choose the second row will make sense in a moment.
So let's calculate the cofactors for each of the elements in the second row. We start with the cofactor of a21.
C21=(−1)(2+1)⋅294−2=−1⋅(2×−2+4×9)=−32
Similarly, the cofactor of a22
C22=(−1)(2+2)⋅734−2=1⋅(7×−2+4×3)=−2
We don't need to calculate C23 because as you'll see, it will get multiplied with 0 and hence won't matter. and that's precisely why we selected the second row for expansion — less calculation.
Now, as we learned earlier to calculate the determinant, we add the products of each element in the row (or column) with its cofactor. So,