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

From Drorbn
Jump to navigationJump to search
(Created page with "{{14-240/Navigation}} ==Boris== ==Nikita==")
 
Line 2: Line 2:


==Boris==
==Boris==

====Theorem====

Let <math>A</math> be a <math>n \times n</math> matrix and <math>B</math> be the matrix <math>A</math> with two rows interchanged. Then <math>det(A) = -det(B)</math>. Boris decided to prove the following lemma first:

=====Lemma 1=====

Let <math>A</math> be a <math>n \times n</math> matrix and <math>B</math> be the matrix <math>A</math> with two '''adjacent''' rows interchanged. Then <math>det(A) = -det(B)</math>.

All we need to show is that <math>det(A) + det(B) = 0</math>. Assume that <math>B</math> is the matrix <math>A</math> with row <math>i</math> of <math>A</math> interchanged with row <math>i + 1</math> of <math>A</math>. Since the determinant of a matrix with two identical rows is <math>0</math>, then:


<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} = 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>.


Since the determinant is linear in each row, then:


<math>det(A) + det(B) = 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} = 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>.


==Nikita==
==Nikita==

Revision as of 16:08, 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:


.

Nikita