T/F for Lin ALG

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/79

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:06 AM on 7/30/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

80 Terms

1
New cards
term image

False

2
New cards

A vector space consists for four entities: A set of vectors, a set of scalars and two operations. 

True

3
New cards

Every vector space V contains at least one subspace.

True

4
New cards
term image

True

5
New cards
term image

False

6
New cards
term image

False

7
New cards

Let A, B be  m x n matrices. 

If  A is row-equivalent to B, then the row space of A is equal to the row space of B

True

8
New cards
term image

True

9
New cards
term image

True

10
New cards
term image

True

11
New cards

Every vector space V contains at least one subspace.

True

12
New cards
term image

1

13
New cards
term image

False

14
New cards
term image

True

15
New cards

Determine if it is possible to write v as a linear combination of u1, u2, u3.

v = (-1, 7, 2)

u1 = (1, 3, 5)

u2 = (2, -1, 3)

u3 = (-3, 2, -4)

False

16
New cards

The set of all fifth degree polynomials is a vector space. 

False

17
New cards

If W and U are subspaces of a vector space V, then the union of W and U is a subspace of V.

False

18
New cards
term image

False

19
New cards
term image

False

20
New cards

Two vectors in a vector space are linearly dependent if and only if one is a scalar multiple of the other. 

True

21
New cards

Row operations on a matrix A may change the dependency relationships among the columns of A.

True

22
New cards

The zero vector  = (0, 0, 0) can be trivially written as a linear combination of the following vectors. That is, 0 = 0v1 + 0v2 + 0v3.  

Determine if it is also possible to write the zero vector as a linear combination of the following vectors in a nontrivial way. 

v1 = (1, 3, 2)

v2 = (1, 1, 3)

v3 = (2, 4, 5)

True

23
New cards
term image

False

24
New cards

Every vector space contains exactly two subspaces.

False

25
New cards
term image

False

26
New cards
term image

True

27
New cards
term image

False

28
New cards
term image

True

29
New cards
term image

True

30
New cards

If an m x n matrix B can be obtained from elementary row operations on an m x n matrix A, then the column space of B is equal to the column space of A.

False

31
New cards

The set of all real valued ordered pairs of the form (0, y) with standard operations form a vector space. 

True

32
New cards
term image

True

33
New cards
term image

True

34
New cards
term image

False

35
New cards
term image

S spans a line

36
New cards
term image

False

37
New cards

If an m x n matrix B can be obtained from elementary row operations on an m x n matrix A, then the column space of B is equal to the column space of A.

False

38
New cards

 The matrix B is row-equivalent to the matrix A if there exists a finite
               number of elementary matrices E1, E2, . . . , Ek,  so that 
               B = EkEk-1 . .  . . E1A.  

True → B is row-equivalent to A if and only if B can be obtained from A by a finite sequence of elementary row operations.    And each of these elementary row operations can be achieved by multiplying by an appropriate elementary matrix. 

39
New cards

  Every matrix has a multiplicative inverse. 

False → any n x n matrix A with a row of 0's will fail to have a multiplicative inverse. 

40
New cards

 If A is an n x n matrix and c is a nonzero scalar, then the determinant of the matrix cA is given by
 
                       det(cA) = c det(A). 

False → The correct formula would be:   det(cA) = cndet(A)

41
New cards

The set of all fourth-degree polynomials with the standard operations is a vector space.

False →

<p>False →  </p>
42
New cards
term image

False

43
New cards
term image

True

44
New cards

Let A and B be n x n matrices.  If is similar to B, then  A2 is similar to B2

True → Assume that A is similar to B.   So there is an invertible P such that 

               A = P-1BP  

Square both sides to get A2 = (P-1BP)(P-1BP) 

                                               = P-1B(PP-1)BP

                                                = P-1BBP

                                                = P-1B2P      


Thus, A2 is similar to B2.

45
New cards
term image

True

46
New cards

The dimension of a linear transformation T from a vector space V to a vector space W is called the rank of T.

False

47
New cards

If |A| = |B|, then B is similar to A.

False

48
New cards

A set S of vectors in an inner product space is orthonormal if every vector is a unit vector and each pair of distinct vectors in S is orthogonal.

True

49
New cards
term image

True

50
New cards
term image

True

51
New cards
term image

True

52
New cards

To apply the Gram-Schmidt process to a set of vectors, the vectors must be unit vectors.

False

53
New cards

An orthonormal basis created by the Gram Schmidt process does not depend on the order of the vectors in the basis.

False

54
New cards
term image

False

55
New cards
term image

False

56
New cards
term image

True

57
New cards
term image

False

58
New cards
term image

True

59
New cards

The range of a linear transformation T: VW is a subspace of W.

True

60
New cards

Orthogonal

All pairs dot products are 0

61
New cards

orthonormal

dot product is zero and a magnitude of 1 (||u||=1)

62
New cards

Linear transformations

scalar multiplication, summations of all.

Things that DONT apply (sin(t), rank(t), det(t))

<p>scalar multiplication, summations of all.</p><p> Things that DONT apply (sin(t), rank(t), det(t))</p>
63
New cards
term image

True

64
New cards

Invertible

non-singular

square matris

det does not = 0

Ax = b has a unique solution

65
New cards

Non-Invertible

singular

det = 0

row or column of zeros

66
New cards

rank(T)

number of non zero rows in a matrix

67
New cards

Is t one to one?

if nullity or kern = 0

68
New cards

Is T onto?

only if its columns space the entire codomain eg. if tranformation dim(W) = 4 = rank(T) = 4

69
New cards

Vector Spaces won’t create when

there is an inequality or set limitis

70
New cards

Linear Indenpendence

det does not = 0

pivots

trivial solution Ax = b

71
New cards

Linear Dependence

det = 0

no pivots

row of zeros

non-trivial solution

72
New cards

If A is a nonsingular square matrix, then the system of linear equations
            Ax = b has a unique solution. 

True

73
New cards


    Multiplying a single row of a square matrix A by a nonzero constant results in the
              determinant of A being multiplied by the same nonzero constant.

True

74
New cards
<p></p>

False

75
New cards

isomorphic things

knowt flashcard image
76
New cards


   If A and B are nonsingular matrices, then A + B is also nonsingular.

False-
As a counterexample, take any n x n matrix A, and let B = −A. 
Then A + B = Onn, which is not invertible. 

77
New cards

 The transpose of the inverse of a nonsingular matrix is equal to the inverse of the transpose.

TRUE By Theorem 2.8 in the text, we have the formula: 

                   (AT)−1 = (A−1)T

78
New cards

If  A is row-equivalent to B, then the column space of A is equal to the column space of B.

False

79
New cards

Of all the possible scalar multiples of a vector v, the orthogonal projection of u onto v  is the vector closest to u.

True

80
New cards

Suppose that T1 and T2 are linear transformations from an n-dimensional vector space V into an m-dimensional vector space W, and that A1 and A2 are their respective standard matrices.

Then the standard matrix for the composition T = T2 ° T1 is  A2A1.

True