Exam 2 Flashcards

1
Q

Definition of a Linear Transformation

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

Theorem 10 (1.8)

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

onto vs one to one

A

A mapping T: Rn -> Rm is said to be onto Rm if each b in Rm is the image of at least one x in Rn

A mapping T: Rn -> Rm is said to be one-to-one if each b in Rm is the image of at most one x in Rn

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

Theorem 11 (1.8)

A

Let T: Rn -> Rm be a linear transformation. Then T is one-to-one if and only if the equation T(x)=0 has only the trivial solution.

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

Theorem 12 (1.8)

A

Let T: Rn -> Rm be a linear transformation, and let A be the standard matrix for T.
Then:

  • T maps Rn onto Rm if and only if the columns of A span Rm
  • T is one to one if and only if the columns of A are linearly independent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Theorem 1 (2.1)

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

Theorem 2 (2.1)

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

Theorem 3 (2.1)

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

Theorem 4 (2.2)

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

Theorem 5 (2.2)

A

If A is a invertible n x n matri, then for each b in Rn, the equation Ax=b has the unique solution x=A-1b

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

Theorem 6 (2.2)

A

If A is an invertible matrix then A-1 is invertible and

  • (A-1)-1 = A

If A and B are n x n invertible matrices, then so is AB, and the inverse of AB is the product of the inverses of A and B in the reverse order. That is,

  • (AB)-1 = B-1A-1

If A is an invertible matrix, then so is AT, and the inverse of AT is the transpose of A-1. Ths is,

  • (AT)-1 = (A-1)T
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Theorem 7 (2.2)

A

An n x n matrix A is invertible if and only if A is row equivalent to In, and in this case, any sequence of elementary row operations that reduces A to In also transforms In to A-1

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

Theorem 8 IMT (2.3)

A

Let A be a square n x n matrix. Then the following statements are equivalent. For A, these are all either true or false:

  • A is an invertible matrix
  • A is row equivalent to the nxn identity matrix
  • A has n pivot positions
  • The equation Ax=0 has only the trivial solution
  • The columns of A form a linearly independent set
  • The linear transformation x |-> Ax maps Rn onto Rn
  • There is an n x n matrix C such that CA = I
  • There is an n x n matrix D such that AD = I
  • AT is an invertible matrix
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Theorem 9 (2.3)

A

Let T: Rn -> Rn be a linear transformation and let A be the standard matrix for T. Then T is invertible if and only if A is an invertible matrix. In that case, the linear transformation S given by S(x) = A-1x is the unique function satisfying equations (1) and (2)

  1. S(T(x)) = x for all x in Rn
  2. T(S(x)) = x for all x in Rn
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Definition of a Vector Space

A

Let u,w,v be vectors in a vector space V

  1. The sum of u and v, denoted by u+v, is in V
  2. u+v = v+u
  3. (u+v) + w = u + (v+w)
  4. There is a zero vector 0 in V such that u+0 = u
  5. For each u in V, there is a vector -u in V such that u + (-u) = 0 (additive inverse)
  6. scalar multiples of a vector in V remains in V
  7. c (u+v) = cu+cv
  8. (c+d)v=cv+dv
  9. c(du)=(cd)u
  10. There exists a multiplication identity such that 1u=u
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Definition of a Subspace

A

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

  • The zero vector of V is in H
  • His closed under vector addition. That is, for each u and v in H, the sum u+v is in H
  • H is closed under multiplication by scalars. That is, for each u in H and each scalar c, the vector cu is in H
17
Q

Theorem 1 (4.1)

A

If v1,…,vp are in a vector space V, then Span {v1,…,vp} is a subspace of V