|
|
Determinant Calculator is an online tool to calculate determinant of the given matrix. It is a tool which makes calculations easy and fun. If any matrix is given then it can easily find the determinant of that matrix.
|
Check the input elements.
matrix should be in the form $\begin{bmatrix}
a& &b \\
c& &d
\end{bmatrix}$
Now, find the determinant of that matrix = ad - bc
Find the determinants for the given matrix $\begin{bmatrix}
2& &3 \\
6& &8
\end{bmatrix}$
Given matrix is $\begin{bmatrix}
2& &3 \\
6& &8
\end{bmatrix}$
Here matrix is given in the form $\begin{bmatrix}
a& &b \\
c& &d
\end{bmatrix}$ = $\begin{bmatrix}
2& &3 \\
6& &8
\end{bmatrix}$
So, determinant = ad - bc
Where a=2 ,b=3 , c=6 and d= 8
= (2)(8) - (3)(6) = 16 - 18=-2
-2
Find the determinants for the given matrix $\begin{bmatrix}
5& &8 \\
4& &9
\end{bmatrix}$ ?
Given matrix is $\begin{bmatrix}
5& &8 \\
4& &9
\end{bmatrix}$
Here matrix in the form $\begin{bmatrix}
a& &b \\
c& &d
\end{bmatrix}$ = $\begin{bmatrix}
5& &8 \\
4& &9
\end{bmatrix}$
So, determinant = ad - bc
Where a=5 ,b=8 , c=4 and d= 9 ;
= (5)(9) - (8)(4) ; = 45 - 32 =13
13