Linear Algebra - Complete Course Study Guide Flashcards

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

flashcard set

Earn XP

Description and Tags

A collection of 120 flashcards covering vectors, matrices, systems of equations, determinants, vector spaces, and eigenvalues from a Linear Algebra course study guide.

Last updated 5:19 PM on 8/10/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

124 Terms

1
New cards

What is the definition of a vector according to the transcript?

An ordered list of numbers that represents a quantity with magnitude and direction.

2
New cards

What is a scalar?

An ordinary number used to scale a vector.

3
New cards

How are vectors in R2\mathbb{R}^2 and R3\mathbb{R}^3 commonly written?

v=v1,v2\mathbf{v} = \langle v_1, v_2 \rangle in R2\mathbb{R}^2 and v=v1,v2,v3\mathbf{v} = \langle v_1, v_2, v_3 \rangle in R3\mathbb{R}^3.

4
New cards

How is vector addition performed?

By adding the corresponding components of the vectors: u+v=u1+v1,u2+v2,\mathbf{u} + \mathbf{v} = \langle u_1 + v_1, u_2 + v_2, \dots \rangle.

5
New cards

How is scalar multiplication performed on a vector?

By multiplying every component of the vector by the scalar: cv=cv1,cv2,c \mathbf{v} = \langle c v_1, c v_2, \dots \rangle.

6
New cards

When are two vectors considered equal?

When all of their corresponding components are equal.

7
New cards

What characterizes the zero vector?

All of its components are equal to zero.

8
New cards

What is the formula for the magnitude or norm of a vector v\mathbf{v}?

v=v12+v22++vn2||\mathbf{v}|| = \sqrt{v_1^2 + v_2^2 + \dots + v_n^2}

9
New cards

What is the length of a unit vector?

11

10
New cards

How do you normalize a nonzero vector v\mathbf{v}?

Divide the vector by its magnitude: u=vv\mathbf{u} = \frac{\mathbf{v}}{||\mathbf{v}||}.

11
New cards

If v=3,4\mathbf{v} = \langle 3, 4 \rangle, what is its magnitude?

v=5||\mathbf{v}|| = 5

12
New cards

What is the unit vector in the direction of v=3,4\mathbf{v} = \langle 3, 4 \rangle?

35,45\langle \frac{3}{5}, \frac{4}{5} \rangle

13
New cards

What condition must two nonzero vectors meet to be considered parallel?

One must be a scalar multiple of the other.

14
New cards

Why are the vectors 2,4\langle 2, 4 \rangle and 1,2\langle 1, 2 \rangle parallel?

Because 2,4=21,2\langle 2, 4 \rangle = 2 \langle 1, 2 \rangle.

15
New cards

What is the formula for the dot product of two vectors u\mathbf{u} and v\mathbf{v}?

uv=u1v1+u2v2++unvn\mathbf{u} \cdot \mathbf{v} = u_1 v_1 + u_2 v_2 + \dots + u_n v_n

16
New cards

What is the scalar result of a dot product?

A scalar value.

17
New cards

When are two vectors orthogonal (perpendicular)?

If and only if their dot product is zero (uv=0\mathbf{u} \cdot \mathbf{v} = 0).

18
New cards

What is the formula for the angle θ\theta between two nonzero vectors u\mathbf{u} and v\mathbf{v}?

cos(θ)=uvuv\cos(\theta) = \frac{\mathbf{u} \cdot \mathbf{v}}{||\mathbf{u}|| ||\mathbf{v}||}

19
New cards

What does the projection of a\mathbf{a} onto b\mathbf{b} (projb(a)\text{proj}_b(\mathbf{a})) measure?

The part of a\mathbf{a} that points in the direction of b\mathbf{b}.

20
New cards

What is the formula for projb(a)\text{proj}_b(\mathbf{a})?

projb(a)=(abbb)b\text{proj}_b(\mathbf{a}) = \left( \frac{\mathbf{a} \cdot \mathbf{b}}{\mathbf{b} \cdot \mathbf{b}} \right) \mathbf{b}

21
New cards

What practical applications are mentioned for vector projection?

Geometry, least-squares problems, mechanics, and decomposing vectors.

22
New cards

If uv>0\mathbf{u} \cdot \mathbf{v} > 0, what is the nature of the angle between them?

The angle is acute.

23
New cards

If uv<0\mathbf{u} \cdot \mathbf{v} < 0, what is the nature of the angle between them?

The angle is obtuse.

24
New cards

If uv=0\mathbf{u} \cdot \mathbf{v} = 0, what is the angle between the vectors?

9090^{\circ} (90 degrees).

25
New cards

Given a unit vector u\mathbf{u}, how do you find the scalar component of v\mathbf{v} in the direction of u\mathbf{u}?

By calculating vu\mathbf{v} \cdot \mathbf{u}.

26
New cards

In which dimension is the cross product u×v\mathbf{u} \times \mathbf{v} defined?

R3\mathbb{R}^3

27
New cards

What is the formula for the cross product u×v\mathbf{u} \times \mathbf{v}?

u×v=u2v3u3v2,u3v1u1v3,u1v2u2v1\mathbf{u} \times \mathbf{v} = \langle u_2 v_3 - u_3 v_2, u_3 v_1 - u_1 v_3, u_1 v_2 - u_2 v_1 \rangle

28
New cards

How is the direction of the cross product vector determined?

By the right-hand rule.

29
New cards

What is the trigonometric formula for the magnitude of the cross product?

u×v=uvsin(θ)||\mathbf{u} \times \mathbf{v}|| = ||\mathbf{u}|| ||\mathbf{v}|| \sin(\theta)

30
New cards

What geometric area is calculated by u×v||\mathbf{u} \times \mathbf{v}||?

The area of the parallelogram formed by u\mathbf{u} and v\mathbf{v}.

31
New cards

How do you find the area of the triangle formed by vectors u\mathbf{u} and v\mathbf{v}?

12u×v\frac{1}{2} ||\mathbf{u} \times \mathbf{v}||

32
New cards

If u×v=0\mathbf{u} \times \mathbf{v} = 0 for nonzero vectors, what can be concluded?

The vectors u\mathbf{u} and v\mathbf{v} are parallel.

33
New cards

What two items determine a line in 3D space?

A point r0\mathbf{r}_0 and a direction vector v\mathbf{v}.

34
New cards

What is the vector equation of a line in 3D?

r=r0+tv\mathbf{r} = \mathbf{r}_0 + t \mathbf{v}

35
New cards

What are the parametric equations for a line passing through r0=x0,y0,z0\mathbf{r}_0 = \langle x_0, y_0, z_0 \rangle with direction v=a,b,c\mathbf{v} = \langle a, b, c \rangle?

x=x0+atx = x_0 + at, y=y0+bty = y_0 + bt, z=z0+ctz = z_0 + ct

36
New cards

How are symmetric equations of a line formed?

By solving each parametric equation for tt, resulting in xx0a=yy0b=zz0c\frac{x-x_0}{a} = \frac{y-y_0}{b} = \frac{z-z_0}{c} (where a,b,c0a, b, c \neq 0).

37
New cards

What two items determine a plane in 3D?

A point (x0,y0,z0)(x_0, y_0, z_0) and a nonzero normal vector n=a,b,c\mathbf{n} = \langle a, b, c \rangle.

38
New cards

What is the equation of a plane?

a(xx0)+b(yy0)+c(zz0)=0a(x-x_0) + b(y-y_0) + c(z-z_0) = 0 or ax+by+cz=dax + by + cz = d

39
New cards

When are two planes considered parallel?

When their normal vectors are parallel.

40
New cards

When are two planes considered perpendicular?

When their normal vectors are perpendicular.

41
New cards

What is the condition for a line to be parallel to a plane?

Its direction vector must be orthogonal to the plane's normal vector.

42
New cards

What is the condition for a line to be perpendicular to a plane?

Its direction vector must be parallel to the plane's normal vector.

43
New cards

How is the distance between points PP and QQ calculated?

QP||Q - P||

44
New cards

What is the distance formula from point (x0,y0,z0)(x_0, y_0, z_0) to the plane ax+by+cz=dax + by + cz = d?

ax0+by0+cz0da2+b2+c2\frac{|ax_0 + by_0 + cz_0 - d|}{\sqrt{a^2 + b^2 + c^2}}

45
New cards

What are skew lines?

Lines in R3\mathbb{R}^3 that are not parallel and do not intersect.

46
New cards

What are the dimensions of an m×nm \times n matrix?

mm rows and nn columns.

47
New cards

What is a square matrix?

A matrix with the same number of rows and columns.

48
New cards

What is a diagonal matrix?

A square matrix with zeros everywhere except on the main diagonal.

49
New cards

What is a triangular matrix?

A matrix that has zeros either above or below the main diagonal.

50
New cards

What characterizes the identity matrix II?

It has 11s on the diagonal and 00s elsewhere.

51
New cards

What is the zero matrix?

A matrix where all entries are equal to zero.

52
New cards

What is required to add two matrices?

They must be of the same size.

53
New cards

When does the matrix product ABAB exist?

When the number of columns of AA equals the number of rows of BB.

54
New cards

Is matrix multiplication commutative in general?

No, in general, ABBAAB \neq BA.

55
New cards

What are the laws of associativity and distributivity for matrix multiplication?

Associative: A(BC)=(AB)CA(BC) = (AB)C; Distributive: A(B+C)=AB+ACA(B+C) = AB + AC.

56
New cards

What is the transpose protocol for entries of a matrix?

(AT)ij=Aji(A^T)_{ij} = A_{ji} (rows and columns are switched).

57
New cards

What is the trace of a square matrix (tr(A)\text{tr}(A))?

The sum of its diagonal entries: a11+a22++anna_{11} + a_{22} + \dots + a_{nn}.

58
New cards

How is a system of linear equations written compactly?

Ax=b\mathbf{Ax} = \mathbf{b}

59
New cards

What does an augmented matrix [Ab][A | b] contain?

The coefficient matrix and the constants.

60
New cards

What are the three elementary row operations?

  1. Interchange two rows; 2. Multiply a row by a nonzero scalar; 3. Replace a row by itself plus a multiple of another row.
61
New cards

What is a property of row echelon form?

All nonzero rows are above zero rows, and leading entries move to the right as you move down.

62
New cards

What is the specific requirement for Reduced Row Echelon Form (RREF)?

Each pivot must be 11 and be the only nonzero entry in its column.

63
New cards

In matrix terminology, what is a pivot?

A leading nonzero entry.

64
New cards

What is the difference between a pivot variable and a free variable?

A pivot variable corresponds to a pivot column, while a free variable corresponds to a non-pivot column.

65
New cards

What is usually the result of having free variables in a consistent system?

Infinitely many solutions.

66
New cards

What row reduction result indicates no solution?

A contradiction such as [0005][0 \, 0 \, 0 \, | \, 5].

67
New cards

What is a unique solution condition in terms of variables?

Every variable is a pivot variable and the system is consistent.

68
New cards

What is a homogeneous system?

A system of the form Ax=0\mathbf{Ax} = \mathbf{0}.

69
New cards

Why is a homogeneous system always consistent?

Because x=0\mathbf{x} = \mathbf{0} (the trivial solution) is always a solution.

70
New cards

When does a homogeneous system have a nontrivial solution?

When at least one free variable occurs.

71
New cards

For a square matrix AA, when does Ax=0\mathbf{Ax} = \mathbf{0} have only the trivial solution?

Exactly when AA is invertible.

72
New cards

What is the definition of the inverse of a square matrix AA?

A matrix A1A^{-1} such that AA1=A1A=IA A^{-1} = A^{-1} A = I.

73
New cards

What is the determinant condition for matrix invertibility?

A square matrix is invertible if and only if its determinant is nonzero.

74
New cards

What is the inverse formula for a 2×22 \times 2 matrix A=(abcd)A = \begin{pmatrix} a & b \\ c & d \end{pmatrix}?

A1=1adbc(dbca)A^{-1} = \frac{1}{ad - bc} \begin{pmatrix} d & -b \\ -c & a \end{pmatrix}

75
New cards

How do you find A1A^{-1} using row reduction?

Row reduce the augmented matrix [AI][A | I] to [IA1][I | A^{-1}].

76
New cards

What is the formula for a 2×22 \times 2 determinant?

det(A)=adbc\det(A) = ad - bc

77
New cards

What is the determinant of a triangular matrix?

The product of its diagonal entries.

78
New cards

How does swapping two rows affect the determinant?

It multiplies the determinant by 1-1.

79
New cards

How does multiplying one row by cc affect the determinant?

It multiplies the determinant by cc.

80
New cards

How does adding a multiple of one row to another affect the determinant?

It does not change the determinant.

81
New cards

What is the relationship between det(AB)\det(AB) and det(A)\det(A) and det(B)\det(B)?

det(AB)=det(A)det(B)\det(AB) = \det(A) \det(B)

82
New cards

What is the relationship between det(AT)\det(A^T) and det(A)\det(A)?

det(AT)=det(A)\det(A^T) = \det(A)

83
New cards

What is det(A1)\det(A^{-1}) for an invertible matrix AA?

det(A1)=1det(A)\det(A^{-1}) = \frac{1}{\det(A)}

84
New cards

What is a minor (MijM_{ij})?

The determinant obtained after deleting row ii and column jj.

85
New cards

What is a cofactor (CijC_{ij})?

Cij=(1)i+jMijC_{ij} = (-1)^{i+j} M_{ij}

86
New cards

What is the geometric meaning of det(A)|\det(A)| in R2\mathbb{R}^2?

The area scale factor of the transformation xAx\mathbf{x} \rightarrow \mathbf{Ax}.

87
New cards

What does a negative determinant indicate regarding orientation?

It reverses orientation.

88
New cards

What is Cramer's Rule used for?

To solve a square system Ax=b\mathbf{Ax} = \mathbf{b} when det(A)0\det(A) \neq 0.

89
New cards

What is the formula for the adjugate of AA (adj(A)\text{adj}(A))?

The transpose of the cofactor matrix.

90
New cards

What is the inverse formula using the adjugate?

A1=adj(A)det(A)A^{-1} = \frac{\text{adj}(A)}{\det(A)}

91
New cards

What are the three conditions for a subset to be a subspace?

  1. Contains the zero vector; 2. Closed under vector addition; 3. Closed under scalar multiplication.
92
New cards

What is the null space of matrix AA?

The set of solutions to Ax=0\mathbf{Ax} = \mathbf{0}.

93
New cards

What is the span of a set of vectors?

The set of all possible linear combinations of those vectors.

94
New cards

How do you test if a vector b\mathbf{b} lies in Span{v1,,vk}\text{Span}\{v_1, \dots, v_k\}?

Solve the system (v1v2vk)c=b\begin{pmatrix} v_1 & v_2 & \dots & v_k \end{pmatrix} \mathbf{c} = \mathbf{b}.

95
New cards

When are vectors v1,,vk\mathbf{v}_1, \dots, \mathbf{v}_k linearly independent?

If c1v1++ckvk=0c_1 \mathbf{v}_1 + \dots + c_k \mathbf{v}_k = \mathbf{0} has only the trivial solution.

96
New cards

Can a set containing the zero vector be linearly independent?

No, any set containing the zero vector is linearly dependent.

97
New cards

If you have more than nn vectors in Rn\mathbb{R}^n, what must be true?

The set of vectors must be linearly dependent.

98
New cards

What is a basis for a vector space?

A set of vectors that is both linearly independent and spans the vector space.

99
New cards

What is the dimension of a vector space?

The number of vectors in any basis for that space.

100
New cards

What are the standard basis vectors for R2\mathbb{R}^2?

e1=1,0,e2=0,1\mathbf{e}_1 = \langle 1, 0 \rangle, \mathbf{e}_2 = \langle 0, 1 \rangle