Everything so far Flashcards

1
Q

What is the definition of the inverse of a function?

A

A function g : Y-> X is the inverse of f : X->Y if and only if both of these statements are true:
1. g(f(x))=x for all x in X
2. f(g(y))=y for all y

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

Image of a linear map

A

Im(A) = the set of A(x) for all x in X

(Basically, the range)

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

Surjective

A

All y in Y can be reached by some A(x)

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

Injective

A

If x1 != x2, f(x1) != f(x2)

And vice versa

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

If a set contains ___, it is automatically dependent.
Why?

A

0; because then you could have 0v + 10 = 0 (a linear combination other than the 0 vector of the things)

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

The image of a linear map is ___. Why?

A

the column space.

this is because:
1. multiplying a matrix by a vector (i.e. applying the map to an input vector) can be seen as taking x of first col of matrix, y of second col of matrix, z of third col of matrix, etc.
2. we are taking the span of this, considering all possible x y z you can take (hence all possible outputs.)

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

A linear map is surjective if and only if ___.

A

The image is the same is the codomain.

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

The linear map/transformation of 3x2 matrix maps from…

A

R2 to R3

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

What does it mean to apply a linear transformation from one space to another?

A

Example. Consider taking in R1 and mapping to R3. You could just take the input multplied by the vector (1 2 3) for example.

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

What are the two ways to see matrix multiplication?

A
  1. Take each row, multply first entry in row by first entry in input, etc.
  2. for input vector ( x, y, z ): take x of first col, y of second col, z of third col
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

rank of a matrix

A

the dimension of the column space (how many vectors you need to span the entire column space)

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

Kernel of a linear transformation

A

The set of all input x in X such that f(x) = 0.

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

preimage

A

for some given y in Y, the set of all x such that f(x) = y.

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

For any SURJECTIVE map, it must be the case that #Y _ #X

A

Y <= #X

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

For any INJECTIVE map, it must be the case that #Y _ #X

A

Y >= #X

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

Identity Matrix

A

100
010
001

A matrix where if you multiply it by some A of the correct dimensions, the product will equal A