Definitions Flashcards

1
Q

Matrix

A

For m,n>=1 an m x n matrix is a rectangular array with m rows and n columns

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

Row/column vector

A

A row vector is a 1 x n matrix. A column vector is an m x 1 matrix

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

Scalar (in terms of matrices)

A

The entries of a matrix are called a scalar. They come from a field, usually F

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

Addition and scalar multiplication of matrices

A
Addition: let A=(aij) and B=(bij) be m x n matrices. We define A+B=(cij) to have (i,j) entry cij=aij+bij
We describe this addition as coordinatewise

Scalar multiplication: Let A=(aij) be an m x n matrix over F and p be in F. We define pA to be the m x n matrix with (i,j) entry paij

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

Commute (in terms of matrices)

A

AB=BA

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

Upper triangular matrix

A

If aij=0 whenever i>j

So the matrix only has elements in and above the diagonal

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

Lower triangular matrix

A

If aij=0 whenever i

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

Invertible (in terms of matrices)

A

If there exists B st.

AB=In=BA

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

Orthogonal matrix

A

AB=In=BA

Where B is the transpose of A

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

Unitary matrix

A

AB=In=BA

Where B is the transpose of the complex conjugate of A

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

Augmented matrix A|b

A

The m x n matrix A with the matrix b a joined as the (n+1)th column

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

Echelon form

A

1) Leading coeffs are 1
2) Leading entries of lower rows occur to the right of leading entries of higher rows
3) Zero rows, if any, appear below any non-zero rows

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

Determined and free variables

A

Let E|d be an augmented matrix where E is in echelon form. A variable Xi is determined if there exists a leading coeff in column i

Otherwise Xi is free

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

Reduced row echelon form

A

A matrix is in reduced row echelon form if it is in echelon form and if all columns containing the leading entry of a row has all other entries 0

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

Elementary matrix

A

For an ERO on an m x n matrix we define the corresponding elementary matrix to be the result of applying that ERO to Im

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

Vector space

A

A vector space of F is a non-empty set V together with a map
VxV->V given by (v,v’)|->v+v’ and a map
FxV->V given by (p,v)|->pv
That satisfy the vector space axioms

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

Vector space axioms

A

1) u+v=v+u (addition is commutative)
2) u+(v+w)=(u+v)+w (addition is associative)
3) there is 0v such that v+0v = v = 0v+v (existence of additive identity)
4) there is w such that v+w=0v (existence of additive inverse)
5) p(u+v)=pu+pv (distributivity of scalar multiplication over vector addition)
6) (p+q)v=pv+qv (distributivity of scalar multiplication of field addition)
7) (pq)v=p(qv) (scalar multiplication interacts well with field multiplication)
8) 1v=v (identity for scalar multiplication)

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

Subspace

A

A subspace of V is a non-empty subset of V that is closed under addition and scalar multiplication

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

Proper subspace

A

A subspace of V other than V

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

Linear combination

A

Take u1,u2,…,um in V

A linear combination of u1,…,um is a vector
a1u1+…+amum for some a1,…,am in F

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

Span

A

We define the span of u1,…um to be {a1u1+…+amum:a1,…,am in F

22
Q

Spanning set

A

A set S is a spanning set for V if Span(S)=V

We say S spans V

23
Q

Linearly dependant

A

We say that v1,…,vm in V is linearly dependant if there exists a1,…am not all 0 in F such that
a1v1+…+amvm=0

24
Q

Linearly independent

A

If for v1,…,vm in V and
a1,…,am in F

v1,…,vm are linearly independent if the only way
a1v1+…+amvm=0 is if a1=…=am=0

25
Q

Basis

A

A basis of V is a linearly independent spanning set

26
Q

Dimension

A

For a finite dimensional vector space V. The dimension of V is the size of any basis of V

27
Q

Row space

A

For an mxn matrix A over F. We define the row space of A tk be the span of the subset of F^n consisting of the rows of A

28
Q

Direct sum

A

For subspaces U,W of V. We say that V is the direct sum of U and W if
U+W=V and
U∩W = {0v}

29
Q

Direct compliment

A

For subspaces U, W of V

We say that U is the direct compliment of W in V if V is the direct sum of U and W

30
Q

Column space

A

For an mxn matrix A over F. We define the column space of A tk be the span of the subset of F^n consisting of the columns of A

31
Q

Row Rank

A

dim(rowsp(A))

32
Q

Column Rank

A

dim(columnsp(A))

33
Q

Linear transformation / map

A

Let V,W be vector spaces over F. We say that a map T:V->W is linear if
I) T(v1+v2)=T(v1)+T(v2) for all v1,v2 in V
II) T(Pv)=PT(v) for all v in V and P in F

34
Q

Invertible (in terms of linear maps)

A

Let T:V->W
We say T is invertible if there is a linear transformation S:W->V such that
ST=idv and TS=idw (where idv and idw are the identity maps on V and W respectively)

T is a function so has a unique inverse so no ambiguity in writing T^-1
(See intro to uni maths course)

35
Q

Kernel (or null space)

A

ker(T)={v∈V:T(v)=0w}

All the things that are mapped to 0

36
Q

Image (of a linear map)

A

Im(T)={T(v):v∈V}

37
Q

Nullity

A

For a finite dimensional V. Let T:V->W

We define null(T)=dim(kerT)

38
Q

Rank (of a linear map)

A

For a finite dimensional V. Let T:V->W

We define rank(T)=dim(ImT)

39
Q

A matrix for a linear transformation T:V->W with respect to specific ordered bases for V, W.

A

Let v1,…,vn be a basis for V, Let w1,…,wm be a basis for W. The matrix for T with respect to these bases is the mxn matrix where the jth column corresponds to the following coefficients of the basis of W.
T(vj)=a1jw1+a2jw2+,,,+amjwm

40
Q

Similar Matrices

A

A and B (∈Mnxn(F)) are similar if there exists and invertible nxn P such that. B=P(^-1)AP

41
Q

Rank of a matrix

A

For an n x m matrix A the rank of A is the rowrank of A

42
Q

Bilinear Form

A

For a vector space V over F, a bilinear form is a function, often written [v,v’] (inequalities don’t work) : VxV->F such that:

(i) [a1v1+a2v2,v3]=a1[v1,v3]+a2[v2,v3] (linear in first variable), and
(ii) [v1,a2v2+a3v3]=a2[v1,v2]+a3[v1,v3] (linear in second variable)

43
Q

Gram Matrix

A

Take v1,…,vn in V. The Gram matrix of v1,…,vn with respect to is the nxn matrix ([vi,vj]). So the (i,j)th element is [vi,vj]

44
Q

Symmetric bilinear form

A

We say that a bilinear form [v,v’] :VxV->F is symmetric if

[v1,v2]=[v2,v1] for all v1,v2 in F

45
Q

Positive definite bilinear form

A

REAL VECTOR SPACE ONLY

We say that a bilinear form [v,v’] :VxV->F is positive definite if [v,v]>= 0 for all v in V. [v,v]=0 iff v=0

46
Q

Inner Product

A

An inner product on a real vector space V is a positive definite symmetric bilinear form on V

47
Q

Inner Product Space

A

We say that a real vector space is an inner product space if it is equipped with an inner product,

48
Q

Norm

A

Let V be a real inner product space. For v in V, we define the norm of v to be ||v||:= sqrt([v,v])

49
Q

Orthonormal Set

A

Let V be an inner product space. We say that {v1,…,vn} a subset of V is an orthonormal set if for all i, j we have
[vi,vj]=δij (1 if i=j, 0 if i/=j)

50
Q

Sesquilinear Form

A

Let V be a complex vector space. A function [v,v’] : VxV->C is a sesquilinear form if

(i) [a1v1+a2v2,v3]= a1[v1,v3] + a2[v2,v3]
(ii) [v1,v2]= complex conjugate of [v2,v1]

51
Q

Positive definite sesquilinear form

A

We say a sesquilinear form is positive definite if [v,v]>=0 for all v with =0 iff v=0

52
Q

Complex inner product space

A

A complex inner product space is a complex vector space equipped with a positive definite sesquilinear form