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

From Drorbn
Jump to navigationJump to search
Line 5: Line 5:
====Theorem====
====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:
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=====
=====Lemma 1=====

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