MML — Linear Algebra Flashcards

1
Q

Regular/nonsingular matrices

A

alies for invertible matrices

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

What is a singular matrix

A

is an noninvertible matrix

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

What is a special solution of a linear system

A

it’s its particular solution (others can exist)

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

A pivot of a row

A

first non-zero coefficient

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

A matrix is in row-echelon form if

A

1) and 2)
1) All zero-rows are on the bottom of the matrix
2) If the row is not first, its pivot would be to the right of the upper row’s pivot.

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

A matrix is in reduced row-echelon form if

A

1) , 2) and 3)
1) It’s in row-echelon form
2) Every pivot is 1
3) The pivot is the only non-zero entry in its column

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

Four axioms of a Group

A

1) Closure
2) Associativity
3) Neutral element
4) Inverse element

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

Abelian group

A

is a commutative group

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

General Linear Group

A

The set of regular (invertible) matrices n⨉n is a group with respect to matrix multiplication and is called general linear group GL(n,ℝ). However, since matrix multiplication is not commutative, the group is not Abelian

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

Axioms of a vector space using groups

A

Assuming addition of vectors and scaling with scalars to be correctly defined.

1) The set of vectors is an Abelian group with respect to addition of vectors.
2) Two distributivity axioms
3) Associativity (vector and scalars)
4) Neutral element with respect to scalar multiplication (so-called outer operation while addition is inner operation)

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

Full rank of a matrix

A

A matrix A that is m⨉n has full rank if its rank is equal to the largest possible number for a matrix of such dimensions (i.e. rank(A) = min[n, m] )

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

Linear mapping (or vector space homomorphism/linear transformation)

A

For vector spaces V and W, a mapping F: V->W is called a linear mapping if
∀x, y ∈ V ∀λ, ψ ∈ ℝ : F(λx + ψy) = λF(x) + ψF(y).

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

Injective, surjective and bijective mappings

A

Let F : V->W, V and W are arbitrary sets. Then F is called

1) Injective if ∀x, y ∈ V, F(x) = F(y) => x = y
2) Surjective if F(V) = W
3) Bijective if it’s injective and surjective

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

Special cases of linear mappings between vector spaces V and W

A

1) Isomorphism: F:V->W linear and bijective
2) Endomorphism: F:V->V linear
3) Automorphism: F:V->V linear and bijective

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

Definition of equivalent and similar matrices

A

Two m×n matrices A and A* are equivalent if there exist regular matrices S — n×n and T — m×m, such that
A* = T^(-1) A S
Two n×n matrices A and A* are called similar if there exists a regular matrix T such that
A* = T^(-1) A T

Similar matrices are always equivalent. However, equivalent matrices are not necessarily similar.

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

What are domain and codomain of F:V->W?

A

domain is a kernel (null space) and codomain is the image (range) of F.

17
Q

If a kernel of a linear mapping F = {0} we can say for sure

A

that F is injective (one-to-one).

18
Q

Column space of a matrix of a linear mapping

A

is its image.

19
Q

Affine mapping

A

For two vector spaces V and W, a linear mapping F: V->W, and a∈W, the mapping
f: V->W that is
x->a + F(x)
is an affine mapping from V to W. The vector a is called the translation vector of f.

20
Q

Hadamard product

A

Element-wise multiplication of matrices.

21
Q

A generating set of a vector space

A

A set of vectors is called a generating set if every vector from the space can be represented as a linear combination of vectors from this set. We write V = span[x_1, …, x_k]

22
Q

Rank deficient matrix

A

A matrix is said to be rank deficient if it does not have full rank