MAT223 Definitions

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

1/67

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.

68 Terms

1
New cards

the pivot of a row…

is the leftmost non-zero entry in that row

2
New cards

a matrix is in row echelon form if…

  1. all rows consisting only of zeroes are at the bottom

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

3
New cards

a matrix is in reduced row echelon form if…

  1. the matrix is in echelon form

  2. the pivot of each non-zero row is 1

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

4
New cards

a system of linear equations is called consistent

if it has at least one solution. if the system has no solutions, it is called inconsistent

5
New cards

let C be the coefficient matrix for a consistent system of linear equations in variables x1, …, xn.

we say that xi is a basic variable for the system if…

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

the ith column of RREF(C) has a pivot

if the ith column of RREF(C) does not have a pivot

6
New cards

Rouche-Capelli Theorem:

suppose a system of linear equations has augmented matrix A and coefficient matrix C. then…

  1. the system is inconsistent if and only if the last column of RREF(A) has a pivot

  2. the system has exactly one solution if and only if the last column of RREF(A) does not have a pivot, and every column of RREF(C) has a pivot

  3. the system has infinitely many solutions if and only if the last column of RREF(A) does not have a pivot and RREF(C) has a column without a pivot

7
New cards

a linear combination of vectors v1, v2, …, vn in Rm is…

a vector of the form w = c1v1 + c2v2 + … + cnvn where c1, c2, …, cn are called the coefficients of the linear combination

8
New cards

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

the set Span(v1, …, vn) = {c1v1 + c2v2 + … + cnvn | c1, c2, …, cn in R}. that is, Span(v1, …, vn) is the set of all linear combinations of vectors v1, v2, …, vn

9
New cards

a set of vectors {v1, v2, …, vn} in Rm is called linearly dependent if…

at least one of the vectors is a linear combination of the others. that is, for at least one i in {1, …, n}, we have Vi in Span(v1, v2, …, vi-1, vi+1, …, vn). otherwise, the vectors are linearly independent

10
New cards

a vector space is any set of vectors V in Rm that satisfies all of the following properties:

  1. V is non-empty (i.e. the zero-vector is in V)

  2. V is closed under vector addition: for every v, w in V, v + w is in V.

  3. V is closed under scalar multiplication: for every v in V and real number c, cv is in V

11
New cards

let V be a vector subspace of Rn. a spanning/generating set for V is…

any subset B of V such that V=Span(B)

12
New cards

a subset B of a vector space V is called a basis if…

  1. B is a spanning set for V

  2. B is linearly independent

13
New cards

let V be a non-zero vector subspace of Rn. then, the dimension of V, dim(V), is…

the size of any basis for V

14
New cards

the standard basis for Rn is the set ε := {e1, e2, …, en} where ei is…

the vector with 1 in the ith coordinate and 0 in all other coordinates

15
New cards

let A be a mxn matrix with column vectors A = [v1 v2 … vn]. then, for every vector x in Rn, the matrix-vector product of A and x is…

the vector in Rm defined by Ax := x1v1 + … + xnvn

16
New cards

let A be a mxn matrix. then, the matrix transformation associated to A is the function:

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

17
New cards

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

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

  2. F(cv) = cF(v)

18
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, for all vectors x in Rn, denoted M = MF

19
New cards

a function f: X→Y is called injective if:

for every y in Y, there is at most one input x in X such that f(x) = y

20
New cards

a function f: X→Y is called surjective if:

for every y in Y, there is at least one input x in X such that f(x) = y

21
New cards

a function f: X→Y is called bijective if:

f is both injective and surjective

22
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 map F: V→W. if an isomorphism exists between two vector spaces, we say these spaces are isomorphic, and write V ≅ W

23
New cards

let F: Rn→Rm. the kernel of F is the subset ker(F)⊆Rn defined by:

ker(F) := {x in Rn | F(x) = 0}

24
New cards

let F: Rn→Rm. the image of F is the subset im(F)⊆Rm defined by:

im(F) := {F(x) | x in Rn}

25
New cards

let F: Rn→Rm. the rank of F is…

the dimension of im(F), denoted rank(F)

26
New cards

let F: Rn→Rm. the nullity of F is…

the dimension of ker(F), denoted nullity(F)

27
New cards

let A be a mxn matrix with column vectors A = [v1 … vn]. then, the column space of A is…

the subspace of Rm given by Col(A) := Span(v1, …, vn)

28
New cards

let A be a mxn matrix with column vectors A = [v1 … vn]. then, the null space of A is…

the subspace of Rn given by Nul(A) := {x in Rn | Ax = 0}

29
New cards

let A be a matrix. the nullity of A is…

the dimension of Nul(A), denoted nullity(A)

30
New cards

let A be a matrix. the rank of A is…

the dimension of Col(A), denoted rank(A)

31
New cards

a system of linear equations is called homogeneous if:

the constant coefficients are all equal to zero

32
New cards

let A = [v1 … vn] and B = [w1 … wn] be mxn matrices. the sum of A and B is…

the mxn matrix A + B := [v1 + w1 … vn + wn]

33
New cards

let A = [v1 … vn] be a mxn matric and c a real number. the scalar product  of A with c is…

the mxn matrix cA := [cv1 … cvn]

34
New cards

let A be a mxk matrix and B = [b1 … bn] be a kxn matrix. then, the matrix product of A and B is…

the mxn matrix AB = [Ab1 … Abn]

35
New cards

the identity matrix In is…

the nxn matrix In = [e1 … en]

36
New cards

let A be a nxn matrix. the inverse of A, if it exists, is…

the matrix B such that AB = BA = In, where B = A-1

37
New cards

an nxn matrix is called elementary if:

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

38
New cards

the unit square is the subset of R² given by…

S := {a1e1 + a2e2 : 0 <= a1, a2 <= 1}

39
New cards

an ordered basis {b1, b2} for R² is called positively oriented if:

we can rotate b1 counterclockwise to reach b2 without crossing the line spanned by b2

40
New cards

let F: R²→R² be a linear transformation. then, the determinant of F, denoted by det(F) is…

the oriented area of F(S). that is, det(F) :=

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

  2. -area(F(S)), if {F(e1), F(e2)} is negatively oriented

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

41
New cards

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

the determinant of the matrix transformation TA. that is, det(A) := det(TA)

42
New cards

the unit cube is the subset of R³ given by…

C := {a1e1 + a2e2 + a3e3 : 0 <= a1, a2, a3 <= 1}

43
New cards

for a nxn matrix A = (aij), the ij-minor of A is…

the (n-1)x(n-1) matrix Aij with the ith row and jth column deleted

44
New cards

let A be the nxn matrix with ij-entry equal to aij. we define the determinant of A by the following cofactor expansion formula:

det(A) := a11det(A11) - a12det(A12) + … + (-1)n+1a1ndet(A1n)

45
New cards

let A be a nxn matrix. a non-zero vector v is an eigenvector of A if:

there exists a real number λ such that Av = λv. the scalar λ is called an eigenvalue of A.

46
New cards

let A be a nxn matrix with eigenvalue λ. the λ-Eigenspace of A is…

the vector subspace of Rn defined by Eλ := Nul(A - λIn)

47
New cards

let A be a nxn matrix with eigenvalue λ. the geometric multiplicity of λ is…

the dimension of the λ-eigenspace, dim(Eλ)

48
New cards

for a nxn matrix A, the characteristic polynomial of A is…

XA(x) := det(A - xIn)

49
New cards

let B = {v1, …, 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]

50
New cards

let C and B be bases for a vector space V. then the change of base matrix MC←B is the matrix satisfying…

MC←B[x]B = [x]C, for every vector x in V

51
New cards

let C be a basis for a vector space V. then for any vector x and y in V and real number scalar k…

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

52
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…

also linearly independent

53
New cards

let F: Rn → Rn be a linear transformation, and B be any basis for Rn. then, the defining matrix of F with respect to the basis B is…

the matrix M so that [F(v)]B = M[x]B, where M = MF,B

54
New cards

two nxn matrices B and C are called similar if:

they represent the same function, but in possibly different bases. that is, there is a single linear function F: Rn → Rn so that  MF,B = B and MF,C = C, where B and C are bases for Rn

55
New cards

a matrix D is called diagonal if:

the only non-zero entries in the matrix appear on the diagonal. we write D = diag(λ1, …, λn)

56
New cards

an nxn matrix A is called diagonalizable if:

it is similar to a diagonal matrix

57
New cards

suppose that A is a nxn diagonalizable matrix with eigenvalues λ1, …, λn and corresponding linearly independent eigenvectors v1, …, vn. we call the equality

A = CDC-1 the eigendecomposition of the matrix A

58
New cards

the dot product of u and v is the scalar…

u • v := u1v1 + u2v2 + … + unvn

59
New cards

let u and v be vectors in Rn. The norm of a vector u in Rn is…

||u|| := (u • u)

60
New cards

let u and v be vectors in Rn. the distance between vectors u and v is…

d(u, v) := ||u - v||

61
New cards

let u and v be vectors in Rn. we say that u and v are orthogonal if…

• v = 0

62
New cards

a basis B = {v1, v2, …, vn} is orthogonal if…

vi • vj = 0 for every i ≠ j

63
New cards

a basis B is called orthonormal if its orthogonal and…

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

64
New cards

we call an nxn matrix Q orthogonal if…

its column vectors form an orthonormal basis for Rn

65
New cards

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

projyx : [(x • y) / (y • y)] * y

66
New cards

an nxn matrix A is called orthogonally diagonalizable if…

there exists an orthogonal matrix Q and diagonal matrix D such that QTAQ = D

67
New cards

suppose that A is an nxn symmetric matrix with eigenvalues λ1, …, λn and orthonormal basis of eigenvectors {v1, …, vn}. we call the equality

A = QDQT a spectral decomposition of A, where D = diag(λ1, …, λn) and Q = [v1 … vn]

68
New cards

let A be a mxn matrix and {v1, …, vn} be an orthonormal basis for Rn of eigenvectors for ATA, as above. the singular values of A are…

σi := ||Avi||