Linear Final True or False

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

1/146

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:47 PM on 11/24/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

147 Terms

1
New cards

Linear system with four equations and seven variables must have infinitely many solutions

False. A system can always be inconsistent.

2
New cards

The plane 2x + y - z = 3 contains the point (1,1,1)

False. Verify by plugging in x = 1, y = 1, z = 1.

3
New cards

The set of all solutions (x, y, z) to the equation x - y - z = 0 is a line in R3

False. It would have one pivot and two free variable columns, resulting in a plane.

4
New cards

The equation 3x + ln(2)y = π is a linear equation in x and y

True. ln(2) and π are constants, fitting the ax + by = c format.

5
New cards

Possible for a single linear equation with 2 unknowns to have exactly one solution

False. There must be a free variable column, ensuring no unique solution.

6
New cards

A system of six equations with eight unknowns has the largest possible number of pivots equal to 8

False. This 6x9 matrix has at most 6 pivots.

7
New cards

A 'tall matrix' can never have a pivot in every row

True. You can only have one pivot per column.

8
New cards

Two non-collinear vectors always span a plane

True.

9
New cards

If the bottom row of an augmented matrix is (0, 1, 3, 1), then the system has no solution

False. There are infinitely many solutions since the third column does not contain a pivot.

10
New cards

The following matrices are in reduced row echelon form (RREF)

False. Pivot columns should not contain entries besides the pivot.

11
New cards

If the solution to a system of equations is (4 - 2z, -3 + z, z), then (4, -3, 0) is a solution

True. Check by plugging in the values.

12
New cards

If the bottom row of a matrix in reduced row echelon form contains all 0s to the left and a nonzero to the right, then the system has no solution

True. Corresponds to the equation 0 = nonzero.

13
New cards

Span{a1, a2} contains only the line through a1 and the origin, and a2 and the origin

False. Span{a1, a2} contains all linear combinations, not just the lines.

14
New cards

The solution set of the matrix equation [a1 a2 a3 | b] matches the equation x1a1 + x2a2 + x3a3 = b

True. Both represent the same linear systems.

15
New cards

There are exactly three vectors in the set {a1, a2, a3}

True. It's a set, not a span.

16
New cards

Asking if the equation [a1 a2 a3 | b] has a solution means checking if b is in Span{a1, a2, a3}

True. Both relate to the same linear equations.

17
New cards

There are exactly three vectors in Span{a1, a2, a3}

False. There are infinitely many, consisting of all multiples.

18
New cards

A = . There is not a solution for every b in R3 given Ax = b

True. Less dimensions in A leads to no guarantee of solutions.

19
New cards

The solution set of the augmented matrix [a1 a2 a3 | b] is the same as Ax = b, if A = [a1 a2 a3]

True.

20
New cards

If the equation Ax = b is inconsistent, then b is not in the span of the columns of A

True.

21
New cards

The equation Ax = b is a vector equation

False. It is specifically called a matrix equation.

22
New cards

Every matrix equation Ax = b corresponds to a vector equation with the same solution set

True.

23
New cards

If A is an mxn matrix and Ax = b is inconsistent for some b in Rm, A cannot have a pivot in every row

True.

24
New cards

The equation Ax = b is consistent if [A | b] has a pivot in every row

False. A pivot in the last column could lead to inconsistency.

25
New cards

The equation Ax = b is homogeneous if the zero vector is a solution

True.

26
New cards

The solution set of a consistent inhomogeneous system Ax = b is derived by translating the solution set of Ax = 0

True.

27
New cards

There is a vector such that the solutions set = is the z-axis

False.

28
New cards

The homogeneous system Ax = 0 has a trivial solution if and only if there is at least one free variable

False. The trivial solution is always there.

29
New cards

A homogeneous linear system is always consistent

True.

30
New cards

If x is a nontrivial solution of Ax = 0, every entry of x is nonzero

False. Only one entry needs to be nonzero.

31
New cards

Let A be a matrix with more rows than columns. Columns of A must be linearly dependent

False. Columns may be independent.

32
New cards

Let A be a matrix with linearly independent columns. Then Ax = b has a solution for all b if it is square

True.

33
New cards

The columns of a matrix with m < n must be linearly dependent

True.

34
New cards

The columns of matrix A are linearly independent if Ax = b has the trivial solution

False.

35
New cards

If S is a set of linearly dependent vectors, every vector in S can be expressed as a linear combination of others

False. Only one needs to be expressible.

36
New cards

Two vectors are linearly dependent if and only if they are collinear

True.

37
New cards

If a set S of vectors contains fewer vectors than entries, the set must be linearly independent

False.

38
New cards

Let V be the subset of R3 with abc = 0

True. Zero vector is always included.

39
New cards

V is closed under addition, meaning if u and v in V then u + v is in V

False.

40
New cards

V is closed under scalar multiplication, meaning if u is in V, then cu is also in V

True.

41
New cards

V is a subspace of R3

False.

42
New cards

The solution set of a system of m homogeneous equations in n unknowns is a subspace of Rn

True.

43
New cards

The column space of an m x n matrix is a subspace of Rm

True.

44
New cards

If B is an echelon form of matrix A, the pivot columns of B form a basis for the column space of A

False.

45
New cards

The null space of an m x n matrix is a subspace of Rm

False.

46
New cards

Any set of n linearly independent vectors in Rn is a basis for Rn

True.

47
New cards

Let A be an 8 x 9 matrix. What must m and n be if T(x) = Ax?

m = 9 and n = 8.

48
New cards

Let T be a one-to-one matrix transformation from Rn to Rm. Then n < m

False.

49
New cards

Let T : R2 → R2 be the function given by T(cv) = cT(v) for all v

False.

50
New cards

T(u + v) = T(u) + T(v) for all u and v

False.

51
New cards

T is a linear transformation

False.

52
New cards

The transformation T defined by T(x1, x2, x3) = (x1, x2, -x3) is a linear transformation

True.

53
New cards

The transformation T defined by T(x1, x2) = (4x1 - 2x2, 3|x2|) is a linear transformation

False.

54
New cards

The transformation T defined by T(x1, x2) = (2x1 - 3x2, x1 + 4, 5x2) is a linear transformation

False.

55
New cards

The transformation T defined by T(x1, x2, x3) = (x1, 0, x3) is a linear transformation

True.

56
New cards

The transformation T defined by T(x1, x2, x3) = (1, x2, x3) is a linear transformation

False.

57
New cards

For any matrix A, there exists a matrix B such that A + B = 0

True.

58
New cards

If A is a 5x4 matrix and B is a 4x3 matrix, the entry of AB in 3rd row / 2nd column is found by multiplying the 3rd column of A by the 2nd row of B

False.

59
New cards

For any matrix A, we have 2A + 3A = 5A

True.

60
New cards

For any matrices A and B, if the product AB is defined, then BA is also defined

False.

61
New cards

If A is an mxn matrix and B is an nxm matrix, then both AB and BA are defined

True.

62
New cards

Suppose A and B are invertible nxn matrices. (A + B)^2 = A^2 + B^2 + 2AB

False.

63
New cards

A^7 is invertible

True.

64
New cards

A + B is invertible

False.

65
New cards

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

False.

66
New cards

(In - A)(In + A) = In - A^2

True.

67
New cards

If the linear transformation T(x) = Ax is onto, it is also one-to-one

True.

68
New cards

If the linear transformation T(x) = Ax is one-to-one, then columns of A form a linearly dependent set

False.

69
New cards

If Ax = 0 has a nontrivial solution, A has fewer than n pivots

True.

70
New cards

If -A is not invertible, then A is also not invertible

True.

71
New cards

If A is invertible, then Ax = b has a unique solution for all b in Rn

True.

72
New cards

If A^2 is row equivalent to the nxn identity matrix, the columns of A span Rn

True.

73
New cards

A square matrix with duplicated columns can be invertible

False.

74
New cards

The product of any two invertible matrices is invertible

True.

75
New cards

The following transformations from R3 to R3 are invertible: Projection onto the y-axis

False.

76
New cards

Identity transformation: T(v) = v for all v

True.

77
New cards

Projection onto the xz-plane is invertible

False.

78
New cards

Rotation about the z-axis by π is an invertible transformation

True.

79
New cards

Dilation by a factor of 8 is an invertible transformation

True.

80
New cards

Reflection in the origin is an invertible transformation

True.

81
New cards

If A is a 3x3 matrix and λ has the property Ax = λx for some nonzero x

A - λI is not invertible.

82
New cards

A - λ is invertible

False.

83
New cards

A is not invertible

False.

84
New cards

The absolute value of the determinant of A equals the volume of the parallelepiped determined by the columns of A

True.

85
New cards

The determinant of a triangular matrix is the sum of the main diagonal's entries

False.

86
New cards

A determinant of an nxn matrix can be defined as a sum of multiples of determinants of (n-1)x(n-1) submatrices

True.

87
New cards

The i,j minor of a matrix A is the matrix Aij obtained by deleting row i and column j from A

True.

88
New cards

The cofactor expansion of det A along the first row equals the expansion along any other row

True.

89
New cards

If the columns of A are linearly independent, then det A = 0

False.

90
New cards

A row replacement operation does not affect the determinant of a matrix

True.

91
New cards

If det A is zero, then two columns of A must be the same, or all elements in a row/column of A are zero

False.

92
New cards

If two columns of A are the same, the determinant is zero

True.

93
New cards

det(A + B) = det(A) + det(B)

False.

94
New cards

If a matrix has a determinant of zero, it is invertible

False.

95
New cards

Row reduction does not change whether the determinant is zero

True.

96
New cards

The determinant of a transposed matrix is the same as the original matrix

True.

97
New cards

Applying a R2 to R2 transformation with a matrix determinant of 2 will double the area of any transformed shape

True.

98
New cards

Det(AB) = Det(A)・Det(B)

False, if A and B are not square matrices.

99
New cards

Eigenvectors with different corresponding eigenvalues are always linearly independent

True.

100
New cards

An nxn matrix can have more than n eigenvalues

False.