Understanding Determinants of a 3x3 Matrix: A Beginner's Guide

In summary, to find the determinant of a 3x3 matrix, you can use the expansion by minors method or simplify the matrix using elementary operations before expanding. Another method is to row-reduce the matrix to triangular form and multiply the numbers on the diagonal.
  • #1
could someone please explain simply how to get the determinate of a 3 * 3 matrix I'm relly stuck I've looked through my textbooks but it only has examples of how to do it useing a grapgics calculator thanks
 
Physics news on Phys.org
  • #2
Spunky_Dunky said:
could someone please explain simply how to get the determinate of a 3 * 3 matrix I'm relly stuck I've looked through my textbooks but it only has examples of how to do it useing a grapgics calculator thanks

you break it up into three 2x2 determinents!

http://mathworld.wolfram.com/Determinant.html

look at the first line of eqt. 27
 
  • #3
You could do that, or use some properties first to create 0's and then develop to a row or column. There's also a direct way, but it's a bit 'long':

[tex]\begin{gathered}
A = \left( {\begin{array}{*{20}c}
{a_{11} } & {a_{12} } & {a_{13} } \\
{a_{21} } & {a_{22} } & {a_{23} } \\
{a_{31} } & {a_{32} } & {a_{33} } \\
\end{array} } \right) \Rightarrow \det \left( A \right) = \left| {\begin{array}{*{20}c}
{a_{11} } & {a_{12} } & {a_{13} } \\
{a_{21} } & {a_{22} } & {a_{23} } \\
{a_{31} } & {a_{32} } & {a_{33} } \\
\end{array} } \right| \hfill \\ \\
= a_{1,1}\cdot{a}_{2,2}\cdot{a}_{3,3} + a_{1,3}\cdot{a}_{3,2}\cdot{a}_{2,1} + a_{1,2}\cdot{a}_{2,3}\cdot{a}_{3,1} -
a_{1,3}\cdot{a}_{2,2}\cdot{a}_{3,1} - a_{1,1}\cdot{a}_{2,3}\cdot{a}_{3,2} - a_{1,2}\cdot{a}_{2,1}\cdot{a}_{3,3} \hfill \\
\end{gathered} [/tex]
 
  • #4
form Spunky_Dunkey

thanks very much :smile:
 
  • #5
TD said:
You could do that, or use some properties first to create 0's and then develop to a row or column. There's also a direct way, but it's a bit 'long':

[tex]\begin{gathered}
A = \left( {\begin{array}{*{20}c}
{a_{11} } & {a_{12} } & {a_{13} } \\
{a_{21} } & {a_{22} } & {a_{23} } \\
{a_{31} } & {a_{32} } & {a_{33} } \\
\end{array} } \right) \Rightarrow \det \left( A \right) = \left| {\begin{array}{*{20}c}
{a_{11} } & {a_{12} } & {a_{13} } \\
{a_{21} } & {a_{22} } & {a_{23} } \\
{a_{31} } & {a_{32} } & {a_{33} } \\
\end{array} } \right| \hfill \\ \\
= a_{1,1}\cdot{a}_{2,2}\cdot{a}_{3,3} + a_{1,3}\cdot{a}_{3,2}\cdot{a}_{2,1} + a_{1,2}\cdot{a}_{2,3}\cdot{a}_{3,1} -
a_{1,3}\cdot{a}_{2,2}\cdot{a}_{3,1} - a_{1,1}\cdot{a}_{2,3}\cdot{a}_{3,2} - a_{1,2}\cdot{a}_{2,1}\cdot{a}_{3,3} \hfill \\
\end{gathered} [/tex]



oh, right. that crap.

:tongue:


my calc III prof went over that, mainly as a curiosity. I've used expansion by minors exclusively.


whatever's easiest to you!
 
  • #6
I usually expand by minors too, but not before I simplified it first using elementary operations. Having to expand it 'in full' is long too hehe :wink:
 
  • #7
If you row-reduce the matrix to triangular form, finding the determinant is just multiplying the numbers on the diagonal.
 
  • #8
TD said:
I usually expand by minors too, but not before I simplified it first using elementary operations. Having to expand it 'in full' is long too hehe :wink:

that's a really good idea. would have really come in handy when i was in 11th grade. :frown: (we had the occasional 4x4 determinant! :yuck: )
 

Suggested for: Understanding Determinants of a 3x3 Matrix: A Beginner's Guide

Replies
8
Views
687
Replies
5
Views
768
Replies
1
Views
479
Replies
4
Views
327
Replies
3
Views
833
Replies
2
Views
616
Replies
34
Views
935
Replies
2
Views
2K
Replies
9
Views
604
Back
Top