- #1
BiGyElLoWhAt
Gold Member
- 1,630
- 134
1st: Not a specific problem, I just didn't know where else to put it.
We just covered this today in class. Basically what we're doing is reducing higher level matrices to 2x2 matrices and using them to calculate the determinant.
I asked my teacher where that came from, and he was really vague, said it was really complicated, and said it stemmed from a long process over time. That really didn't answer my question, but it's a summer class and I really didn't want to tie up the whole session trying to get more out of him.
Just to clarify what I'm talking about:
##\left | \begin{array}{ccc}
a & b & c \\
d & e & f \\
g & h &i \\
\end{array} \right | ##
and what you do is you "reduce" this array into 3- 2x2 arrays by "eliminating" a row or a column, where each element becomes a multiple of 1 of the 2x2 arrays. You then ignore one of the other (if you "eliminate" a column, then you ingore a row, and vice versa).
Example:
"eliminate" row 1:
ignore column 1:
a is the multiple of the first determinant:
##a\ \text{det} \left | \begin{array}{cc}
e & f \\
h & i \\
\end{array} \right |
##
second array keeping the first row "eliminated" and now ignoring the second row. I forgot to mention the sign convention. If A is a matrix ##A_{ij}## then you multiply each element in the array by ##(-1)^{i + j}## BUT ONLY FOR THE "ELIMINATED" ROW
In the second array we have a multiple of -b:
##-b\ \text{det} \left | \begin{array}{cc}
d & f \\
g & i \\
\end{array} \right |
##
and the third follows as:
##c\ \text{det} \left | \begin{array}{cc}
d & e \\
g & h \\
\end{array} \right |
##
thus the determinant of our origional 3x3 array is given by the sum of these 3-2x2 arrays.
This is not intuitive to me. I'm hoping someone can shed some light, as I'm sure mathematicians didn't use the "guess and check" method for defining determinants in such an 'abstract' way.
We just covered this today in class. Basically what we're doing is reducing higher level matrices to 2x2 matrices and using them to calculate the determinant.
I asked my teacher where that came from, and he was really vague, said it was really complicated, and said it stemmed from a long process over time. That really didn't answer my question, but it's a summer class and I really didn't want to tie up the whole session trying to get more out of him.
Just to clarify what I'm talking about:
##\left | \begin{array}{ccc}
a & b & c \\
d & e & f \\
g & h &i \\
\end{array} \right | ##
and what you do is you "reduce" this array into 3- 2x2 arrays by "eliminating" a row or a column, where each element becomes a multiple of 1 of the 2x2 arrays. You then ignore one of the other (if you "eliminate" a column, then you ingore a row, and vice versa).
Example:
"eliminate" row 1:
ignore column 1:
a is the multiple of the first determinant:
##a\ \text{det} \left | \begin{array}{cc}
e & f \\
h & i \\
\end{array} \right |
##
second array keeping the first row "eliminated" and now ignoring the second row. I forgot to mention the sign convention. If A is a matrix ##A_{ij}## then you multiply each element in the array by ##(-1)^{i + j}## BUT ONLY FOR THE "ELIMINATED" ROW
In the second array we have a multiple of -b:
##-b\ \text{det} \left | \begin{array}{cc}
d & f \\
g & i \\
\end{array} \right |
##
and the third follows as:
##c\ \text{det} \left | \begin{array}{cc}
d & e \\
g & h \\
\end{array} \right |
##
thus the determinant of our origional 3x3 array is given by the sum of these 3-2x2 arrays.
This is not intuitive to me. I'm hoping someone can shed some light, as I'm sure mathematicians didn't use the "guess and check" method for defining determinants in such an 'abstract' way.