: Vector Spaces, Span and Basis, Null Space, Eigen Vectors and Inner Product Flashcards

1
Q

How do you calculate the determinant of a
a b
c d
matrix?

A

det(A) = ad-bc

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

What does the determinant indicate?

A

If determinant(A) is 0 then the matrix is not invertible

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

How do you calculate the determinant of a bigger matrix?

A

bring into 3x3 matrix and into echelon form and multiply the leading entries

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

What is a vector space?

A

A vector space is a non-empty set V of objects called vectors on which are defined two different operations. Addition and multiplication. All vectors have to be subjects to 10 axioms

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

What are the ten axioms of a vector space?

u,v, w are vectors in V and c and d are sclalars

A
  1. the cum of u and v (u+v) is in V
  2. u+ v = v + u
  3. (u + v) + w = u+ (v + w)
  4. there is a zero vector in V such that u + (-u) = 0
  5. For each u in V there is a vector -u such that u + (-u) = 0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the definition of a subspace?

A

a subspace of a vector space V is a subset H of V that has three properties

  1. the zero vector of V is in H
  2. H is closed under vector addition that is for each u and v in H the sum of u and v is in H
  3. H is closed under multiplication by scalars that is for each u in H and each scalars c the vector cu is in H
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How is linear dependence defined?

A

vectors v1, …, vn are linearly dependent if the zero vector can be written as a nontrivial combinations of the vectors
0 = a1v1 + … + anvn

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

When is a set of vectors linearly independent?

A

if only the trivial solution(all 0 weights) is possible to achieve the zero vector

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

What is a clear indication that a set of vectors is linearly dependent?

A
  1. If the related matrix has more columns than rows

2. when the set S contains the zero vector

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

What is the null space of an m x n matrix?

A

Nul(A) is the set of all solutions of the homogenous equation Ax = 0.

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

What is the span of a set of vectors?

A

The span of a set of vectors is the set of all their linear combinations
i.e. vectors v and w
span = av + bw
Hence, the span of most 2d vectors is all vectors in 2d space but when they line up their span is all vectors whose tip sits on a line
in 3d:
span is flat sheet cutting through origin

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

What is the relationship between a vector sets span and its linear dependence?

A

If one of these vectors is redundant ( not adding anything to the span) then they are lineraly dependen
= one vector could be expressed as a linear combination of the others since it’s already in the span

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

What is the basis of a vector space defined like?

A

The basis of a vector space is the set of linearly independent vectors that span the full space

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

What is the span a single nonzero vector v?

A

span {v} = av : a in R

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

what is the span of the empty set?

A

Just the orgin

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

What is a span of three vectors?

A

When they are linearly independent: A plane in three dimensions

17
Q

What is the dimension of NulA?

What is the dimension of ColA?

A

The dimension of NulA is the number of free variables in the equation Ax = 0
The dimension of colA is the number of pivot columns in A

18
Q

What is the rank?

A

Rank A is the dimension of columns space of A (=number of pivot columns)

19
Q

What is the eigenvalue of an eigenvector?

A

the factor by which it is stretched during the transformation

20
Q

Can eigenvalues be negative?

A

Yes

21
Q

What does the formula Av = lambda v imply?

A

v being the eigenvector it says that the matrix eigenvector multiplication equals the result of the mutiplication if the eigenvector and its eigenvalue

22
Q

How do you calculate the eigenvector?

A

(A - lamda*identitymatrix) * vector = 0

23
Q

What is an eigenvector?

A

an eigenvector of a nxn matrix A is a nonzero vector such that Ax = lambda x for some scalar lambda.
Lambda is called an eigenvalue of A if there is a nontrivial solution x of Ax = lambda X such an

24
Q

Can the zero vector be an eigenvector?

A

No an eigenvector must be nonzero

25
Q

Can an eigenvalue be zero?

A

yes

26
Q

What is the length or norm of v?

A

squareroot of the dot product of v

27
Q

When are two vectors orthogonal?

A

When their innerproduct( dotproduct) = 0