223 definitions

5.0(1)
studied byStudied by 9 people
5.0(1)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/76

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.

77 Terms

1
New cards

the pivot of a row matrix is

the left most non zero entry in that row

2
New cards

a matrix is in row echelon form if

  1. all rows consisting only of 0’s are at bottom

  2. pivot if each non zero is in a column to the right of the pivot in the row above it

3
New cards

a matrix is in reduce row echelon form if

  1. the matrix is in row echolon form 

  2. the pivot in each row is equal to 1

  3. each pivot is the only non zero entry on its column

4
New cards

we say xi is a basic variable for the system if

the ith column of rref(c) has a pivot 

5
New cards

we say the xi is a free variable for the system if

the ith column of the rref(c) does not have a pivot

6
New cards

the system if inconsistent if and only if

the last column of rref(A) has a pivot

7
New cards

The system has exactly one solution if and only if 

the last column does not have a pivot and every other column of rref(c) has a pivot 

8
New cards

the system has infinitely many solutions if and only if 

the last column of the rref(c) does not have a pivot and rref(A) has a column without a pivot 

9
New cards

a linear combination of vectors v1, v2,…,vn in Rn is a vector of the form 

c1v1, c2v2,…,cnvn

10
New cards

the span of vectors of v1, v2,…,vn in Rm is the set 

span (v1, v2,…,vn) = {c1v1+…+cnvn| c1, c2…,cn ∈ R}

11
New cards

a set of vectors {v1, v2,…,vn} in Rm

At least one of the vectors is a linear combination of others: that is vi ∈ span(v1, v2,…,vi-1, vi+1,...vn)

12
New cards

a vector space (over the real numbers) is any set of vectors V in Rn that satisfies all of the following properties:

  1. V is non empty

  2. V is closed under scalar multiplication

  3. V is closed under vector addition

13
New cards

let V be a vector subspace of Rn. A spanning set (also known as a Generating Set) for V is

any subset B of V so that V = span(B)

14
New cards

a subset B of a vector space V is called a Basis if

  1. B is a spanning set and 

  2. B is linearly independent 

15
New cards

Let V be a nonzero vector subspace of Rn. Then the dimension of V, denoted dimV, is 

the size of any basis for V 

16
New cards

the standard basis for R is the set E :={e1, e2 , . . .,en } where ei is

the vector in n dimensional space where 1 in the ith coordinate and 0 in all other coordinate 

17
New cards

Let A be an mxn matrix with column vectors A = (v1 v2 · · · vn). Then, for a vector x in Rn the matrix-vector product of A and x is the vector in Rm defined by

Ax = x1v1 + x2v2+ … + xnvn

18
New cards

Let A be an mxn matrix. Then, the matrix transformation associated to A is the function

TA : Rn → Rm defined by TA(x) = Ax

19
New cards

A function F: Rn → Rm is called linear if it satisfies the following two properties for all vectors v,w Rn and scalars c R

  1. F(v + w) = F(v) + F(w)

  2. F(cw) = cF(w)

20
New cards

Let F: Rn → Rm be a linear transformation. Then, the defining matrix of F is the mxn matrix M satisfying

F(x) = Mx

21
New cards

A function f: X →Y is called one-to-one (or injective) if the following property holds

for all y ∈ Y there is at most one input x ∈ X so that f(x) = y

22
New cards

A function f: X →Y is called onto (or surjective) if the following property holds

for all y ∈ Y there is at least one input x ∈ X so that f(x) = y

23
New cards

A function f : X → Y is called bijective if

f is both injective and surjective

24
New cards

Let V be a subspace of Rn and W a subspace of Rm. An isomorphism between V and W is

any linear bijective function F: V → W

25
New cards

The kernel of F is the subset ker(F) Rn defined by

ker(F) := {x ∈ Rn: F(x) = 0} Rn

26
New cards

The image of F is the subset im(F) Rm defined by

im(F) := {F(x): x ∈ Rn} ⊆ Rm

27
New cards

The Rank of F is

the dim of im(F)

28
New cards

The Nullity of F is

the dim of ker(F)

29
New cards

The column space of A is the subspace of Rm given by

Col(A) := Span(v1, v2,…,vn)

30
New cards

The Null space of A is the subspace of Rn given by

Nul(A) := {x∈ Rn : Ax = 0}

31
New cards

The nullity of A is

the dimension of Nul(A)

32
New cards

The Rank of A is

the dimension of Col(A)

33
New cards

A system of linear equations is called homogeneous if

the constatnt coeff in every equation is 0

34
New cards

The sum of A and B is the mxn matrix given by

A + B:= (v1+w1 v2+w2 … vn+wn)

35
New cards

The scalar product of A with C is the mxn matrix given by

cA: = (cv1 cv2 … cvn)

36
New cards

Let A be an mxk matrix and B = (b1 · · · bn)
be a kxn matrix. Then, the matrix product of A and B is the mxn matrix

AB:= (Ab1 Ab2 … Abn)

37
New cards

the identity matrix In is

nxm In = (x1 x2 …xn)

that is In = [(1 0 … 0), (0 1 … 0), (0 0 …1)]

38
New cards

Let A be an nxn matrix. The inverse of A, if it exists, is

the matrix B such that AB = In and BA = In (not always the same though)

39
New cards

An n x n matrix is called elementary if

it can be obtained by performing exactly one row operation to the identity matrix 

40
New cards

The unit square is the subset of R2 given by

S := {α1e1 + α2e2 : 0 ≤ α1, α2 ≤ 1}.

41
New cards

An ordered basis {b1,b2} for R2 is called positively oriented if

we can rotate b1 counterclockwise to reach b2 without crossing the line spanned by b2. Otherwise, the basis is called negatively oriented.

42
New cards

Let F: R2 → R2 be a linear transformation. Then, the determinant of F, denoted by det(F), is the oriented area of F(S). That is,

det(F) :=

area(F(S)) if {F(e1), F(e2)} is positively oriented

−area(F(S)) if {F(e1), F(e2)} is negatively oriented

0 if area(F(S)) = 0.

43
New cards

If A is a 2 × 2 matrix, the determinant of A, denoted by det(A),

det(A) := det(TA)

44
New cards

The unit cube is the subset of R3 given by

C := {α1e1 + α2e2 + α3e3 : 0 ≤ α1, α2, α3 ≤ 1}.

45
New cards

For an n × n matrix A =(aij)

the ij-minor of A is defined to be the (n − 1) × (n − 1) matrix A(ij) with the ith row and jth column deleted.

46
New cards

Let A be the n × n matrix with ij-entry equal to aij . Then we define the determinant of A by the following cofactor expansion formula:

det(A) := a11 det(A11) − a12 det(A12) + · · · + (−1)n+1a1n det(A1n)

47
New cards

Let A be an n×n matrix. A non-zero vector v is an eigenvector

of A if

Av = λv where 

48
New cards

Let A be an n × n matrix with eigenvalue λ.

(1) The λ-Eigenspace of A is the vector subspace of R

n defined by

Eλ := Nul(A − λIn).

49
New cards

The geometric multiplicity of λ

the dimension of the λ-eigenspace Eλ.

50
New cards

For an n × n matrix A, the characteristic polynomial of A is called

χA(x) = det(A − xIn).

51
New cards

Let B = {v1, v2,…, vn} be an ordered basis for a vector space V.

Recall that every vector x in V can be written in the form

x = x1v1 + · · · + xnvn

The B-coordinates of x is the vector in Rn given by

[x]B :=

(x1

.

.

.

xn)

52
New cards

Let C and B be bases for a vector space V . Then, the change

of basis matrix MC←B is the matrix satisfying

MC←B[x]B = [x]C

53
New cards

Let C be a basis for a vector space V . Then, for any x, y ∈ V and scalar k ∈ R we have

[x + y]C = [x]C + [y]C and [kx]C = k[x]C.

54
New cards

Let {b1, . . . ,bn} be a linearly independent subset of a vector space V .

Then, for any basis C of V , the set {[b1]C, . . . , [bn]C}

is linearly independent 

55
New cards

Let F: Rn→Rn be a linear transformation, and B be any basis for R^n. Then, the defining matrix of F with respect to the basis B is the matrix M so that…

[F(x)]B = M[x]B
we use the notation M = MF,B

56
New cards
57
New cards

Twon×nmatrices B and C are called similar if they represent the same function, but in possibly different bases.That is

there is a single linear transformation F:Rn→Rn so that MF,B = B and MF,C =C where B and C are bases for Rn

58
New cards

An n×n matrix D is called diagonal if

the only non zero entries in the matrix appear on the diagonal. That is

In this case we write D = diag(d1, d2,…dn)

59
New cards

An n×n matrix is called diagonalizable if

it is similar to a diagonal matrix

60
New cards

Suppose that A is an n×n diagonalizable matrix with eigenvalues λ1,...,λn and corresponding linearly independent eigenvectors v1,...,vn. We call the equality

A = CDC-1

61
New cards
62
New cards

the EIGENDECOMPOSITION of the matrixA. By the Diagonalization Theorem, we know that

D=diag(λ1,...,λn) and C= (vector)v1 ··· (vector)vn

63
New cards

The dot product of vector u and v is the scalar

u (dot) v = u1v1 + u2v2 + …+ unvn

64
New cards

Let vector uand v be vectors in Rn

65
New cards

The distance between vectors u and v is

66
New cards
67
New cards

We say that u and v are orthogonal if

u (dot) v = 0

68
New cards

A basis B={v1,v2,...,vn} is orthogonal if

vector ui (dot) vj for every i j

69
New cards

An basis B is called orthonormal if it’s orthogonal and

||vi|| = 1 for every vi in B

70
New cards

We call an n×n matrix Q orthogonal if

its column vectors form an orthonormal basis for Rn

Equivalently, Q is called orthogonal if QT = Q-1

71
New cards
72
New cards

For vectors x, y in Rn, the orthogonal projection of x onto y is

73
New cards

An n×n matrix A is called orthogonally diagonalizable if

there exists an orthogonal matrix Q and a diagonal matrix D so that QAQ = D

74
New cards

Suppose that A is an n×n symmetric matrix with eigenvalues λ1,...,λn and orthonormal basis of eigenvectors{v1,...,vn}. We call the equality

A = QDQT

75
New cards

a SPECIAL DECOMPOSITION of A, where

D = diag{λ1,...,λn} and Q = (v1 … vn)

76
New cards
77
New cards

Let A be an m×n matrix and {v1,...,vn} be an orthonormal basis for Rn of eigenvectors for AA, as above. The singular values of A are

the scalars σi = ||Avi|| for i = 1,…,n