W6 W7 Linear Algebra OSU

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/35

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

36 Terms

1
New cards

Linear transformation

T:R^n ---> R^m

maps vectors from the R^n domain

to the R^m codomain

it has range of T: the set of all images T(x)

2
New cards

What makes a linear transformation linear?

1. T(u+v) = T(u) + T(v)

2. T(cu) = cT(u)

3
New cards

Matrix Transformation

T(x) = Ax

A is an m x n matrix

It maps vectors in R^n to vectors in R^m by

multiplying them with matrix A

4
New cards

What does one-to-one mean for linear transformations?

Each output corresponds to at most one input

Ex: Tx_1 = Tx_2 ---> x1 = x2

and T(X) = 0

2. all the columns are linearly independent of each other

Think like this matrix

1 0 0

0 1 0

0 0 1 only 1 possible input for each row

5
New cards

A linear transformation is onto if?

1. Each vector in R^m is the image of some vector R^n

2. The matrix A has a pivot in every row

6
New cards

Intertible linear transformations:

T:R^n --> R^n is invertibe if?

There exists S such that

1. T(S(x)) = x

2. S(T(x)) = x

3. T is invertible ( T is 1-1 and onto)

4. the matrix A is invertible

5. the inverse transformation T^-1 has matrix A^-1

6. T = S^-1 and T^-1 = S

7
New cards

A value is not invertible if

its determinant = 0

8
New cards

T is one-to-one if and only if

The matrix A has a pivot position in every column

9
New cards

T is one-to-one but not onto if .

The matrix A has n pivots and m > n

10
New cards

What is a subspace?

What makes a subspace?

A subspace is a subset of v in the domain of R that

have the following properties:

1. Zero vector is in V

2. it is closed under addition, meaning

u + v and in the domain of V for all u and v vals

3. it is closed under scalar multiplication

c * v in in the domain of V for all v in V and c in V

11
New cards

Subspace properties

1. the null space of any matrix A is a subspace of R^n

2. Col(A) and Row(A) are subspaces of R^m and R^n repsectively

3. Pivot columns of A (not RREF(A)) form a basis for Col(A)

12
New cards

What is a basis of a subspace V?

a set of vectors that

1. Span the space V

2. are linearly independent,

each col has to be LI from the others

13
New cards

coordinates relative to a basis

x = c1b1 + ... + ckbk

c1, c2, cn, etc are called the coords of x relative to basis B

|x|_B = [ c1, c2, ..., ck ]

example:

B = {[ 1, 0] , [ 0,1]}

x = [4, 3]

x = 4[1, 0] + 3[0,1] ---> |x|_B = [4,3]

14
New cards

What is the dimension of a subspace?

The number of vectors in any basis of the subspace. It tells you how many "directions" the space has

15
New cards

What is the null space of a matrix A?

All vectors x such that Ax = 0. it is a subspace of the input space

16
New cards

what is the rank of a matrix A?

The dimension of the column space of A, i.e., the number of linearly independent columns.

17
New cards

What is the Rank-Nullity Theorem?

For a = m x n

rank(A) + nullity(A) = n

18
New cards

What can be said about non-pivot columns of A?

Each non-pivot column is a linear combination of pivot columns

19
New cards

State the Basis Theorem for a k-dimensional subspace V in the domain of R

Any set of k linearly independent vectors in V is a basis for V. Also, any set of k vectors that spans V is a basis.

20
New cards

What does the Invertible Matrix Theorem say about the null space if A is invertible?

Null(A) = 0

21
New cards

What is a coordinate vector |X|_B relative to a basis B= {u1..., uk}?

It's the vector of scalars (x1, x2, xk) such that x = sum of xiui

22
New cards

How do you convert coordinates from basis B to basis C?

Use the change of basis matrix A with columns |u1|c, |u2|c, ... |uk|c then

|x|_c = A|x|_B

23
New cards

What is the relation between the change of basis matrices from B→C and C→B

They are inverses of each other:

AB = BA = I_k

24
New cards

Are change of basis matrices invertible?

Yes. The inverse of the change of basis matrix from B to C is the matrix from C to B

25
New cards

What is the standard basis S for R^n?

S = {e1, e2,.... en} the columns of the identity matrix I_n

26
New cards

What is the change of basis matrix from basis B to standard basis S

The matrix whose columns are the vectors in B (in order).

27
New cards

What is the change of basis matrix from standard basis S to basis C?

It is the inverse of the matrix whose columns are the vectors in C

28
New cards

Trace of a matrix

The trace of a square matrix is the sum of the entries on its main diagonal (from top left to bottom right).

29
New cards

T or F

A change of basis matrix is an invertible square matrix

True

30
New cards

T or F:

There exists a singular change of basis matrix

False

31
New cards

T or F:

Any invertible square matrix is a change of basis matrix

True

32
New cards

T or F:

The inverse of a change of basis matrix exists and is a change of basis matrix.

True

33
New cards

T or F:

There exist non-square change of basis matrices

False

34
New cards

What is a standard matrix?

The matrix A such that T(x) = Ax for any vector x in the domain R^n

To find it, apply T to each standard basis vector. use the resulting vectors as columns for the matrix

35
New cards

What is a standard basis vector?

the set of n vectors

e1, e2, ..., en

example:

5

-2

4

is 5e_1 -2e_2 + 4e_3

36
New cards

What is a change of basis matrix?

a matrix used to convert the coordinates of vectors from one basis to another

Columns = vectors of the old basis, expressed in the new basis

Example (dont necessarily have to know)

ex: B = { b1, b2, bn} S = {e1, e2, en}

Then the change of basis matrix from basis B to standard basis S is the matrix:

P = [b1 b2 bn]

to get

|x|_c = Q^-1 * P|x|_B