Lecture 15 Flashcards

(10 cards)

1
Q

Was ist die symmetrische Gruppe S_n?

A

S_n ist die Menge aller Bijektionen σ : {1,…,n} → {1,…,n}. Ihre Elemente heißen Permutationen; die Gruppenverknüpfung ist die Komposition.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Wie definiert man die Fehlstellenzahl w(σ) und das Vorzeichen sgn(σ)?

A

w(σ) zählt alle Paare (i,j) mit 1≤i<j≤n und σ(i) > σ(j). Das Vorzeichen ist sgn(σ) = (-1)^{w(σ)}.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Welches Vorzeichen haben Identität und Transposition?

A

id hat w(id)=0 ⇒ sgn(id)=+1. Eine einzelne Transposition hat w=1 ⇒ sgn=-1.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Welche Beziehung gilt für zwei Permutationen σ,τ?

A

sgn(στ) = sgn(σ) · sgn(τ) – das Vorzeichen ist also ein Gruppen-Homomorphismus.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Wie lautet die Definition der Permanenten einer Matrix A?

A

perm(A) = Σ_{σ∈S_n} ∏{i=1}^{n} a{i,σ(i)}, also Summe aller Spaltenauswahlen ohne Vorzeichen.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Wie lautet die Definition der Determinante einer Matrix A?

A

det(A) = Σ_{σ∈S_n} sgn(σ) · ∏{i=1}^{n} a{i,σ(i)}.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Wie lauten perm(A) und det(A) für n=1?

A

Für A=(a) gilt perm(A)=det(A)=a.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Formel für det(A) bei 2×2-Matrizen?

A

Für A=[[a11 a12]; [a21 a22]] gilt det(A)=a11·a22 − a12·a21.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Berechne perm(A) und det(A) für A=[[1 2]; [3 4]].

A

perm=1·4+2·3=10; det=1·4 − 2·3=−2.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Explizite Formeln für perm(A) und det(A) bei n≤3?

A

n=1 → sFür A=(a) gilt perm(A)=det(A)=a.
n=2 → perm=a11a22+a12a21; det=a11a22−a12a21.
n=3 → det = a11a22a33 + a12a23a31 + a13a21a32 − a13a22a31 − a11a23a32 − a12a21a33; perm erhält in allen sechs Summanden ein Plus.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly