Linear Algebra Test 2 Flashcards

1
Q

Elementary Row Operation

A

Given a matrix A the following row operations are called elementary:
a) swapping two rows,
b) multiplying a row by a non-zero scalar,
c) and adding a scalar multiple of a row to another row.

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

Elementary Matrix

A

A matrix obtained by performing an elementary row operation on the identity matrix is called a _____.

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

Upper Echelon Form

A

A matrix is said to be in _____ if
1) all zero rows are below all non-zero rows and
2) the first non-zero entry of each row is strictly to the right of the first non-zero entry of the row above

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

Reduced Upper Echelon Form

A

A matrix is said to be in _____ if it is in upper echelon form and
1) the first non-zero entry of each row is 1 and
2) all entries in the same column as the first non-zero entry of a row are zero

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

Determinant of a 2-by-2 Matrix

A

The _____ of a 2-by-2 matrix A = (a b c d) , denoted detA, is defined as detA = ad - bc.

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

Fundamental Properties of 2-by-2 Determinants

A

Let F be a field. Viewed as a map det : F^2 x F^2 -> F, i.e. for u, v ∈ F^2 we write det(u|v) to mean that det(u1 v1 u2 v2), the determinant satisfies
1) bilinearity, i.e. det(|v) and det(u|) are linear for any fixed u, v ∈ F^2 and
2) anti-symmetry, i.e. det(u|v) = - det(v|u) for any u, v ∈ F^2

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

Permutation

A

An invertible map σ : {1,…,n} -> {1,…,n} is called a _____. The set of all ____ of {1,…,n} is denoted by Sn

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

Cycle

A

Let i1, . . . , ik be distinct elements of {1,…,n}. The k-cycle denoted by σ = (i1…ik) is the element σ of Sn defined by
- σ(ij ) = ij+1 if j < k and
- σ(ik) = i1

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

Transposition

A

2 cycles are called _____.

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

Sign of a Permutation

A

A permutation σ is called even/odd if it can be written as a composition of an even/odd number of transpositions. We define
sign σ = + 1 if σ is even and
− 1 if σ is odd

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

Determinant of an n-by-n Matrix

A

The ____ A is defined to be detA = ∑σ∈Sn sign(σ)a1σ(1)a2σ(2) . . . anσ(n)

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

Transpose of a Matrix

A

Let A be an n-by-m matrix. Its ____, denoted A^T, is the m-by-n matrix whose entries are A^Tij = Aji (i.e. columns and rows are swapped)

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

Eigenvalue

A

Let T : V → V be a linear map. Let v be a nonzero vector in V and let λ be a scalar such that T (v) = λv. We call v an eigenvector of T and call λ and _____ of T

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

Eigenvector

A

Let T : V → V be a linear map. Let v be a nonzero vector in V and let λ be a scalar such that T (v) = λv. We call v an _____ of T and call λ and eigenvalue of T

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

Characteristic Polynomial

A

Let A be a square matrix. The polynomial pA(λ) = det(A − λI) is called the characteristic polynomial of A.

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

Diagonal

A

A square matrix A is called
1. diagonal if aij = 0 when i ̸ = j and

16
Q

Diagonalisable

A

A square matrix A is called
2. diagonalisable if it is similar to a diagonal matrix