Linear Midterm 1 Theorems and Definitions

0.0(0)
studied byStudied by 3 people
0.0(0)
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/25

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

26 Terms

1
New cards

Elementary Row Operations

1. Replacement: Replace one row by the sum of itself and a multiple of another row

2. Interchange: Switch any two rows

3. Scaling: Multiply all entries in a row by a nonzero constant

2
New cards

A rectangular matrix is in echelon form (or row echelon form) if it has the following three properties

1. All nonzero rows are above any rows of all zeros.

2. Each leading entry of a row is in a column to the right of the leading entry of the row above it.

3. All entries in a column below a leading entry are zeros.

3
New cards

If a matrix in echelon form satisfies the following additional conditions, then it is in reduced echelon form (or reduced row echelon form)

1. The leading entry in each nonzero row is 1.

2. Each leading 1 is the only nonzero entry in its column.

4
New cards

What is a pivot position?

A location (entry) of matrix A that corresponds to a leading entry in reduced echelon form

5
New cards

What is a linear combination?

knowt flashcard image
6
New cards

Definition of Span

Conceptually, everywhere we can get to in Rn by traveling in the directions of v1, v2, … vp

<p>Conceptually, everywhere we can get to in Rn by traveling in the directions of v1, v2, … vp</p>
7
New cards

Ax = b

The linear combination of matrix A, with columns a1…an, and vector x in Rn is Ax = b

8
New cards

Let A be an M x N matrix. Then the following statements are logically equivalent. That is, for a particular A, either they are all true statements or they are all false.

1. Ax = b has a solution for any b

2. Each b in Rn is a linear combination of the columns of A

3. The columns of A span Rn

4. The matrix A has a pivot position in every row

9
New cards

Properties of Matrix Multiplication

A(u+v) = A(u) + A(v)

A(cu) = cA(u)

10
New cards

Homogeneous

Ax = 0

11
New cards

Nonhomogeneous

Ax = b for nonzero b

12
New cards

Linear Independence

An indexed set of vectors {v1...vp} in R^n is said to be linearly independent if the vector equation x1v1 +...+ xpvp= 0 has only the trivial solution x1 = x2 = xp = 0

13
New cards

Linear Dependence

An indexed set of vectors {v1...vp} in R^n is said to be linearly dependent if the vector equation x1v1 +...+ xpvp= 0 has at least one nontrivial solution (at least one xi =/ 0)

14
New cards

Linearly Dependent Sets

1. A set of vectors S = {v1,v2, … vp} is linearly dependent if and only if one of the vectors in the set is a linear combination of the others.

1. If a set has more columns than rows, then the set is linearly dependent. That is, any set S = {v1,...,vp} in R^n is linearly dependent if p>n

2. If a set S = {v1,...,vp} in Rn contains the zero vector, then the set is linearly dependent

15
New cards

Matrix Tranformation

A transformation (or function or mapping) T from Rn to Rm  is a rule that assigns to each vector x in Rn a vector T (x) in Rm

16
New cards

Domain of T

The set Rn

17
New cards

Codomain of T

The set Rm

18
New cards

Range of T

The set of all images T(x)

19
New cards

T: Rk → Rm is a Linear Transformation if:

T(x+y) = T(x) + T(y) for all x,y in Rk

T(cx) = cT(x) for all x in Rk, c in R

20
New cards

Image

For x in R^n, the vector T(x) in R^m

21
New cards

If T is a linear transformation, then what is true?

T(0) = 0

T(cu+dv) = cT(u) + dT(v)

22
New cards

The Matrix of a Linear Transformation

knowt flashcard image
23
New cards

A matrix transformation T: Rn → Rm is one to one if:

T(a) = T(b) → a = b

“No target is hit more than once”

24
New cards

A matrix transformation T: Rn → Rm is onto if:

If each b in Rm is the image of at least one x in Rn. A transformation is not onto when there is some b in Rm for which T(x) = b has no solution.

“Every target is hit at least once”

25
New cards

Properties of a one to one transformation T: Rk → Rn

  1. MT = [T(e1) … T(ek) ] = 0 has 0 free variables

  2. MT has a pivot in every column

  3. n >= k

26
New cards

Properties of an onto transformation T: Rk → Rn

  1. T(x) = b is always solvable

  2. MTx = b is always consistent

  3. Augmented matrix of MT and b has no pivot in the last column for any b

  4. MT has a pivot in every row

  5. n <= k