14-240/Tutorial-December 2: Difference between revisions

From Drorbn
Jump to navigationJump to search
Line 19: Line 19:


:::::::<math>det(A) + det(B) = det\begin{pmatrix}...\\A_i\\A_{i + 1}\\...\end{pmatrix} + det\begin{pmatrix}...\\A_{i + 1}\\A_i\\...\end{pmatrix} =</math>
:::::::<math>det(A) + det(B) = det\begin{pmatrix}...\\A_i\\A_{i + 1}\\...\end{pmatrix} + det\begin{pmatrix}...\\A_{i + 1}\\A_i\\...\end{pmatrix} =</math>



:::::::<math>det\begin{pmatrix}...\\A_i\\A_i\\...\end{pmatrix} + det\begin{pmatrix}...\\A_i\\A_{i + 1}\\...\end{pmatrix} + det\begin{pmatrix}...\\A_{i + 1}\\A_{i + 1}\\...\end{pmatrix} + det\begin{pmatrix}...\\A_{i + 1}\\A_i\\...\end{pmatrix}</math>.
:::::::<math>det\begin{pmatrix}...\\A_i\\A_i\\...\end{pmatrix} + det\begin{pmatrix}...\\A_i\\A_{i + 1}\\...\end{pmatrix} + det\begin{pmatrix}...\\A_{i + 1}\\A_{i + 1}\\...\end{pmatrix} + det\begin{pmatrix}...\\A_{i + 1}\\A_i\\...\end{pmatrix}</math>.
Line 30: Line 31:


:::::::<math>det\begin{pmatrix}...\\A_i\\A_i\\...\end{pmatrix} + det\begin{pmatrix}...\\A_i\\A_{i + 1}\\...\end{pmatrix} + det\begin{pmatrix}...\\A_{i + 1}\\A_{i + 1}\\...\end{pmatrix} + det\begin{pmatrix}...\\A_{i + 1}\\A_i\\...\end{pmatrix} = </math>
:::::::<math>det\begin{pmatrix}...\\A_i\\A_i\\...\end{pmatrix} + det\begin{pmatrix}...\\A_i\\A_{i + 1}\\...\end{pmatrix} + det\begin{pmatrix}...\\A_{i + 1}\\A_{i + 1}\\...\end{pmatrix} + det\begin{pmatrix}...\\A_{i + 1}\\A_i\\...\end{pmatrix} = </math>



:::::::<math>det\begin{pmatrix}...\\A_i\\A_i + A_{i + 1}\\...\end{pmatrix} + det\begin{pmatrix}...\\A_{i + 1}\\A_i + A_{i + 1}\\...\end{pmatrix} = det\begin{pmatrix}...\\A_i + A_{i + 1}\\A_i + A_{i + 1}\\...\end{pmatrix} = 0</math>.
:::::::<math>det\begin{pmatrix}...\\A_i\\A_i + A_{i + 1}\\...\end{pmatrix} + det\begin{pmatrix}...\\A_{i + 1}\\A_i + A_{i + 1}\\...\end{pmatrix} = det\begin{pmatrix}...\\A_i + A_{i + 1}\\A_i + A_{i + 1}\\...\end{pmatrix} = 0</math>.

Revision as of 16:17, 7 December 2014

Boris

Theorem

Let be a matrix and be the matrix with two rows interchanged. Then . Boris decided to prove the following lemma first:

Lemma 1

Let be a matrix and be the matrix with two adjacent rows interchanged. Then .


All we need to show is that . Assume that is the matrix with row of interchanged with row of . Since the determinant of a matrix with two identical rows is , then:




.


Since the determinant is linear in each row, then we continue where we left off:




.


Then and .

Nikita