Linear Algebra II Axioms Flashcards

1
Q

Group

A

A set G, with a binary operation *,
GxG -> G, a,b -> a*b
Associativity: (a*b)*c = a*(b*c)
Identity: exists an e in G, s.t. e*a = a = a*e
Inverse: exists a b in G, s.t. a*b = e

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

Field

A

A set F with two binary operations, standard addition, +, and standard multiplication, *.
F, addition is an abelian group
F \ {0}, multiplication is an abelian group
Distributivity: a.(b+c) = a.b + a.c

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

Vector space

A

1st Dsitributivity law: (a+b)x = ax + ab
2nd Distributivity law: a(x+y) = ax + ay
(ab)x = a(bx)
1.x = x

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

Subspace

A

0 vector exists in the subspace
Closed under addition
Closed under scalar multiplication

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

Basis

A

x1, ..., xn in V forms a basis if:
* All vectors are linearly independant
* They span V

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

Linear transformation

A

L(x) + L(y) = L(x+y)
L(ax) = aL(x)

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

Dimension theorem

A

dim(ker) + dim(im) = dim(V)
Assuming V is finite-dimensional

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

Isomorphism

A

A linear transformation, L over F, is an isomorphism to F iff L is bijective.
Two finite-dimension vector spaces are isomorphic iff they have the same dimension over the same field.

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

What is meant by lambda is an eigenvalue of L

A

iff E(lambda) (L) != {0}

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

Kernal criterian

A

L is injective iff ker(L) = {0}

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

Cayley-Hamilton theorem

A

Let F, field, A square matrix.
Denote the characteristic polynomial of A by pA(lambda).
Then pA(A) is the zero matrix.

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

What is true about x,y,z if L(x),L(y),L(z) span V

A

x,y,z are linearly independant

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

State the 2 out of 3 bases criterian

A

V, a vector space over a field F, x1,…,xn in V
x1,…,xn is a basis if two out of the three hold:
* x1,…,xn are linearly independant
* x1,…,xn span V
* dim F (V) = n

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

Define what a binary operation on a set S is

A

A map S x S -> S

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

Defien what is meant by the matrix A representing the linear transformation L w.r.t. the bases x1,…,xn and y1,…,yn

A

L(c1.x1 + ... + cn.xn) = d1.y1 + ... + dn.yn
Where D (the matrix with row entries d(i)) = A x C (the matrix with row entries c(i))

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

Define what it means to say L, a linear transformation, is diagonalisable

A

There exists a basis, x1,…,xn of V, such that the matrix A representing L with respect to the basis is diagonal.