UMD Math 240 Final Exam

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/128

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:21 PM on 5/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

129 Terms

1
New cards

Shear

Transformation that stretches / compresses the shape of an object on one if its axes while keeping the others unchanged. Eg.

[1;k;0;1]

2
New cards

How to determine if vector b is in the range of transformation T

1. rref

2. if the system is consistent, it is, otherwise, it's not

3
New cards

How to use a single solution and the trivial solution to find the general solution?

Add the specific solution and the trivial solution

4
New cards

How to find the area/volume of a square matrix?

find the absolute value of the determinant

5
New cards

If V is a vector space of dimension n and S is a linearly independent set of n vectors in V, then S is a basis for V. (Always\Sometimes\Never)

Always

6
New cards

How to tell if a matrix is one-to-one?

Find the null space and check whether it contains only the zero vector.

7
New cards

How to tell if a transformation is onto?

1. RREF on the transformation matrix

2. check for linear independence

8
New cards

How to check if a matrix is linearly independent?

Find the determinant. If it's nonzero it is.

9
New cards

What is a bijective transformation?

The transformation is both one-to-one and onto.

10
New cards

Does surjective mean onto or one-to-one?

onto.

11
New cards

Does injective mean onto or one-to-one?

one-to-one.

12
New cards

How to create Q in QR factorization?

Do Gram-Schmidt and make it orthonormal

13
New cards

How to create R in QR factorization?

R = (Q^T)A

14
New cards

What does the Gram-Schmidt process do?

Generates an orthogonal set basis for any set of vectors.

15
New cards

Best approximation theorem

||y-yhat|| < ||y-v|| (v is any other point not yhat)

16
New cards

What is a singular matrix?

A matrix that is not invertible.

17
New cards

Two matrices are row equivalent if ...

they can be transformed into eachother through a sequence of elementary row operations.

18
New cards

If A is invertible, so is A^T (A transpose). (T/F)

True

19
New cards

If A is invertible, the columns of a span R^n.

True

20
New cards

The system Ax=0 has only the trivial solution if A (is/isn't) invertible.

Is.

21
New cards

How many solutions does the system Ax=b have for each b in R^n.

At least one solution for each b in R^n.

22
New cards

How many pivot positions must an nxn matrix have?

n

23
New cards

Best way to tell if a matrix is invertible.

If it's an nxn matrix and has n pivots.

24
New cards

If A is a triangular matrix, then det A is ...

the product of the left diagonal.

25
New cards

The determinant changes when adding a multiple of one row to another. (T/f)

False

26
New cards

If a row is swapped, the determinant of the matrix is __________.

multiplied by negative one.

27
New cards

If a row is multiplied by factor k, the determinant is multiplied by 1/k. (T/F)

False. It's just multiplied by k.

28
New cards

If A and B are nxn matrices, then det(AB) = _____.

det(A)*det(B)

29
New cards

Cramer's Rule

For an invertible, nxn matrix A, the solution to the system Ax=b can be given by x_i=(det(A_i(b))/(det(A)), i = i,...,n. Where A_i(b) means the column i is replaced with b.

30
New cards

Matrix Cofactor Formula

C_(ij) = (-1)^(i+j)*M_(ij)

31
New cards

Adjugate matrix definition

Transpose of cofactor matrix

32
New cards

Inverse of A formula with adjugate

A^(-1) = (1/(det(A)) * adjugate(A)

33
New cards

How to find a basis set?

Find the vectors that span the column space.

34
New cards

Conditions for a subspace

- Closed under addition >> if U and V are in the subspace, u+v must also be.

- Closed under scalar multiplication >> if u is in the subspace, c*u must also be.

- Contains zero vector

35
New cards

Is the vector space R^2 a subspace of R^3?

No. They are not of the same dimension so it cannot be a subspace. It also cannot contain the three dimensional zero vector.

36
New cards

Is a plane in R^3 that does not go thru the origin a subspace of R^3?

No, because it does not contain the zero vector.

37
New cards

The span of vectors v_1,...,v_n that form a vector space V, is not a subspace of V. (T/F)

False.

38
New cards

A vector being in the span of a set of other vectors means ...

the vector is a linear combination of the set of other vectors.

39
New cards

How to find col space

- RREF

- Col space is set of cols in the original matrix that correspond the pivot columns in the RREF matrix

40
New cards

How to find row space

- RREF

- Row space is set of rows in the original matrix that correspond to the nonzero rows in the RREF matrix

41
New cards

What is matrix rank?

Number of linearly independent rows/columns.

42
New cards

Is the number of linearly independent rows and linearly independent columns the same?

Yes. This is known as rank nullity theorem.

43
New cards

How to find null space?

- Augment to zero vector

- RREF

- Express in terms of free variables

44
New cards

Two properties of a linear transformation.

- T(a + b) = T(a) + T(b)

- T(c a) = c T(a)

45
New cards

If the columns of matrix A are linearly independent and span R^n then ...

they form a basis set for R^n.

46
New cards

How to show a system of equations in linearly independent (third way)

Equate it to the zero vector and show that it has only the trivial solution.

47
New cards

If a system has only the trivial solution, the system is linearly (independent / linearly dependent).

independent.

48
New cards

The pivot columns of a matrix A form a basis for _____.

Col(A)

49
New cards

If B = {b_1,...,b_n} is a basis set for vector space V, for each x in V, there exists a unique set of scalars:

x = (c_1)(b_1) + ... + (c_2)(b_2)

50
New cards

The coordinate vector x relative to b is :

[x]_B = [c_1(b_1); c_2(b_2) ; ... c_n(b_n)]

51
New cards

P_B * [x]_B =

x

52
New cards

(P_B)^-1 * x =

[x]_B

53
New cards

If B is a basis set for vector space V, the transformation from x to [x]_B is

one-to-one and linear.

54
New cards

What is an isomorphism?

A one-to-one, linear transformation from one vector space to another.

55
New cards

What is the dimension of the zero vector space?

Zero.

56
New cards

Dimension is the number of

linearly independent vectors (the size of the basis set).

57
New cards

If V is a p-dimensional vector space where is p ≥ 1, any linearly independent set of p elements that spans V is automatically,

a basis for V.

58
New cards

What are the two criteria for a basis set?

- Must span the vector space

- Must be linearly independent

59
New cards

The dimension of the null space is known as _______.

nullity

60
New cards

Rank(A) + Nullity(A) =

number of columns of A.

61
New cards

If A is invertible and the columns of A form a basis of R^n then the column space of A is

R^n.

62
New cards

If A is invertible and the columns of A form a basis of R^n then the rank of A is

n.

63
New cards

Similar matrices (do/ do not) have the same eigenvectors.

do not.

64
New cards

P_(B<-C) * [x]_B =

[x]_C

65
New cards

P_(C<-B) =

[ [b_1]_C ... [b_n]_C ]

66
New cards

(P_(C<-B))^-1 =

P_(B<-C)

67
New cards

[ c_1 c_2 | b_1 b_2 ] =

[ identity matrix | P_(C<-B) ]

68
New cards

The eigenvalues of a triangular matrix are the entries _____

of the main diagonal.

69
New cards

Eigenvectors of a given matrix are always linearly (dependent / independent)

independent.

70
New cards

Characteristic equation

(A - (lambda)(Identity matrix) * x = 0

71
New cards

Null space is the set of vectors v such that

T(v) = 0

72
New cards

Which property is preserved by linear transformation?

T(0) = 0

73
New cards

What do similar matrices have in common?

Eigenvalues, with the same multiplicities

74
New cards

How many solutions does least squares yield.

Either one or infinitely many.

75
New cards

If A is an m x n orthonormal matrix then (A^T) * A = I_n. (T/F)

True

76
New cards

D = [ a 0 ; 0 b], D^k = ?

[a^k 0 ; 0 b^k]

77
New cards

If nxn matrix A has n linearly independent eigenvectors, A (is / isn't) linearly independent.

is.

78
New cards

A = PDP^-1, what are D and P

- D is the a matrix of zeroes with the eigenvalues as the diagonals.

- P is the column matrix of eigenvectors.

79
New cards

If A is similar to B, A^k is similar to B^k. (T/F)

True

80
New cards

(A^-1) * (B^-1) =

(BA)^-1

81
New cards

How to check if matrices are similar?

P exists such that B = PAP^-1

82
New cards

Can an eigenvector of a linear transformation be the zero vector?

No.

83
New cards

[T(x)]_B =

M[x]_B

84
New cards

If B is the basis for R^n and we know A = PDP^-1, then D is the B-matrix for the transformation of

x onto Ax

85
New cards

If A is a real 2x2 matrix with complex eigenvalue lambda = a-bi, (b is not 0) and the associated eigenvector v, A = PCP^-1. What are P and C

P = [Re(v) Im(v)]

C = [a -b; b a]

86
New cards

The cross product is also known as ....

The dot product.

87
New cards

If and only if the dot product is zero, two vectors are ...

orthogonal.

88
New cards

|| u + v || ^2 = ||u||^2 + ||v||^2 means that u and v (are \ aren't) orthogonal.

Are.

89
New cards

A vector is in W_perp if and only if x is orthogonal to ...

every vector in the set that spans W.

90
New cards

(Row(A))_perp =

Nul(A)

91
New cards

(Col(A))_perp =

Nul(A^T)

92
New cards

angle between two vector as dot product u dot v =

||U|| ||V|| cos(theta)

93
New cards

If S is an orthogonal set of nonzero vectors in R^n then S is (linearly independent / linearly dependent) and (is / is not) a basis for the subspace spanned by S.

independent / is

94
New cards

If V = {u_1, ... u_n} is an orthogonal basis for the subspace of R^n, for each vector u in V the weights of the linear combination y = c_1(u_1) + c_2(u_2) + ... + c_n(u_n) can be given by c_i =

(y . u_i)/(u_i . u_i )

95
New cards

y-hat means

the orthogonal projection of y onto u

96
New cards

in the formula y = y_hat + z, z means

the component of y orthogonal to u

97
New cards

the distance from y to space L is given by

norm of z

98
New cards

An nxn matrix has u orthonomal columns if an only if

(U^T)U = I

99
New cards

||Ux|| =

||x||

100
New cards

U_x . U_y =

x . y