1553 Linear Algebra GT

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

1/241

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.

242 Terms

1
New cards

Linear Independence

if Ax=0 has ONLY the trivial solution

2
New cards

Linear Transformations

Ax=b

3
New cards

Domain

R^n (input)

4
New cards

Codomain

R^m (output)

5
New cards

Range

set of all possible b's for Ax=b

span of transformation matrix = {T.A}

6
New cards

One-to-ONe

For every b in R^m, there is only one x

1 input -> 1 output

Unique solution

Pivot in every COLUMN

7
New cards

Onto

For every b in R^m there exist at least one x

Range = codomain

Pivot in every ROW

8
New cards

Ax=b

Given A and x, how do you find b?

9
New cards

[A|B] = x

Given A and b, how do you find x?

10
New cards

Subspace H

-includes zero vector

-includes sum of vectors (u+v)

-includes scalars of vectors (cu)

11
New cards

ColA

set of all possible linear combinations of A

= span{A}

12
New cards

NulA

set of all solutions to Ax=0

13
New cards

Dimension

# of vectors in basis

14
New cards

Dim(ColA)

rank

15
New cards

Dim(NulA)

# of free variables

16
New cards

Rank

# of pivot columns

17
New cards

[A|1]

inverting an nxn matrix

18
New cards

x=(A^-1)b

Given A and b, find x

19
New cards

Diagonalizable

if A is an nxn matrix that has n linearly independent eigenvectors

20
New cards

Geometric Multiplicity

dim(eigenspace)

21
New cards

Linear Combination

sum of scaled vectors

c1v1+c2v2+...+cnvn

22
New cards

Transpose

an nxm matrix turned into an mxn matrix by turning the columns into rows and vice versa

23
New cards

Inverse

Ax=b has one solution, AB=1 and BA=1

24
New cards

Determinant

-row replacements do not change outcome

-scaled by same scale of the matrix

-row swaps scale outcome by -1

25
New cards

Eigenvalue

a number in R such that Av=(this #)v has a nontrivial solution

26
New cards

Eigenspace

set of all eigenvectors of A with the same eigenvalues, plus the zero vector

27
New cards

Orthogonal

perpendicular

x dot y = 0

28
New cards

Orthonormal

each pair of vectors is orthogonal and each vector is a unit vector

29
New cards

x bar parallel is

the orthogonal projection of x bar onto the line

30
New cards

two vectors are orthogonal to each other if

u * v = 0

31
New cards

magnitude is

the square root of each component squared

32
New cards

In an LU decomposition, the columns of L are

the pivotal columns in original matrix

33
New cards

In an LU decomposition, U is

the reduced echelon form of A

34
New cards

length is

the magnitude squared

35
New cards

a unit vector is

a vector whose length is 1

36
New cards

to diagonalize a 3x3 matrix,

find P and D. P is the matrix of eigenvectors, D is the coreesponding matrix with eigenvalues in diagonals

37
New cards

b is a linear combination of a if

there are solutions to the augmented matrix

38
New cards

consistent means

there are one or more solutions to the system

39
New cards

inconsistent means

there are no solutions to the system

40
New cards

a solution set with one free variable is a ____, two free variables is a ______

line, plane

41
New cards

the additive property of linear transformations

T(x+y)=T(x)+T(y)

42
New cards

the scalar property of linear transformations

T(cx)=cT(x)

43
New cards

linearly independent has _____ solutions

trivial

44
New cards

a linearly dependent system has ______ solutions

nontrivial

45
New cards

to find the determinant of a 3x3 matrix using diagonals

downward products - upward

46
New cards

to find the determinant of a 3x3 matrix using reducing

multiply the diagonals of the echelon form matrix

47
New cards

lambda is an eigenvalue if A-(lambda)I is a linearly _______ matrix

dependent

48
New cards

basis for ColA is given by

the pivotal columns

49
New cards

dimension for ColA

number of pivotal columns

50
New cards

basis for NulA is given by

soln vectors to Ax=0

51
New cards

dimension of NulA

number of vectors in the basis for NulA

52
New cards

equation for RankA

RankA+dim of NulA=n

53
New cards

algebraic multiplicity

the number of times it is an eigenvalue

54
New cards

geometric multiplicity

the number of eigenvectors for an eigenvalue

55
New cards

to find the Inverse of a 3x3 matrix,

set up [A I] and reduce to [I A]

56
New cards

how to find if a vector (u) is in the Nul space of A

if Au=0, then it is in the Nul space

57
New cards

how to find a vector in ColA

just a column of A

58
New cards

how to find a vector in NulA

a soln vector in terms of the free variable

59
New cards

cosine of angle between vectors v and u

(uv)/(IuIIvI)

60
New cards

scalar component of u in direction of v

(u*v)/IvI

61
New cards

implicit equation

y = mx + b, a line in a plane

62
New cards

parametric form

coordinates where one point is in terms of the other variables

(x,y) = (t, 1-t)

63
New cards

linear equation

a1x1+a2x2... = b

64
New cards

system of linear equations

collection of linear equations

65
New cards

consistent linear system

a system of equations with solutions

66
New cards

equivalent linear systems

2+ linear systems with the SAME solution set

67
New cards

m x n matrix

m rows and n columns

68
New cards

augmented matrix

matrix with solutions on one side

69
New cards

elementary row operations

scale, swap, row replacement

70
New cards

row equivalent

one matrix can be obtained from the other using row operations, have the same solution set

71
New cards

inconsistent matrix

the last column (the augmented column) is a pivot column - no solution to the linear system

72
New cards

Rⁿ

the set of ordered lists of n numbers

73
New cards

row echelon form

all zero rows at the bottom

first non zero in each row is farther right as you go down

below a leading entry its all zeroes

74
New cards

pivot

first nonzero number of a row

75
New cards

pivot column

column that contains a pivot IF matrix is in row echelon form

76
New cards

reduced row echelon form

row echelon + all pivots are 1 + pivot columns only contain the pivot

77
New cards

free variable

if the corresponding column is not a pivot column

78
New cards

parametric form

write matrix solution as system of linear equations, and move all free variables to the right of =

79
New cards

possible number of solutions to a matrix

zero, one, infinite

80
New cards

vector

coordinates in Rⁿ drawn as an arrow - length and direction, not location

81
New cards

properties of vectors

all regular addition and multiplication properties

82
New cards

vector addition

head to tail

83
New cards

vector subtraction

tail to tail

84
New cards

linear combination of vectors

combining vectors into one equation to produce a new vector

85
New cards

span

all the linear combinations of a set of vectors - "creates" the plane or the space

the set of solutions to Ax = 0

86
New cards

matrix equation

Ax = b

87
New cards

Ax = b has a solution if and only if...

b is in the span of the columns of A = b is a linear combination of v1, v2, vn

88
New cards

a solution always exists IF...

Ax = b has a solution for all b

the span of A is ALL of Rm

A has a pivot in every row

89
New cards

homogenous

set of linear equations where Ax=0

90
New cards

inhomogenous

Ax = b

91
New cards

trivial solution

x vector = 0

92
New cards

non trivial solution

non zero solutions - IF there is a free variable = a column with no pivot

93
New cards

parametric vector form

list all equations from reduced matrix including free varaiables, and move free variables to the right of = to make a vector equation

94
New cards

solution set of Ax = 0

creates the span

95
New cards

solution set is a line

one free variable

96
New cards

solution set is a plane

two free variables

97
New cards

homogenous vs nonhomogeous solutions

vector associated with free varable stays the same but an additional translation vector is added

= translation of a span

98
New cards

column span

span of the columns of A

all b that makes Ax = b consistent

99
New cards

solution set

all x so that Ax = b

b is fixed (different than column span)

100
New cards

linear independence

only has the trivial solution (only constant that relates the vectors is 0)

each vector is independent of the others

matrix A has a pivot in every column!!