Linear Algebra Exam 1

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:34 PM on 9/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

23 Terms

1
New cards

System of linear equations

A collection of one or more linear equations involving the same set of variables.

2
New cards

Consistent system

A linear system with at least one solution.

3
New cards

Inconsistent system

A linear system with no solution.

4
New cards

Elementary row operations

Replace a row by itself plus a multiple of another row; swap two rows; scale a row by a nonzero constant.

5
New cards

Row echelon form

Nonzero rows above all-zero rows, each leading entry right of the one above, entries below a leading entry are zero.

6
New cards

Reduced row echelon form (RREF)

Every leading entry is 1, and it is the only nonzero entry in its column.

7
New cards

Pivot column

A column containing a pivot position (a leading 1 in RREF).

8
New cards

Free variable

A variable not tied to a pivot column; can take any value.

9
New cards

Vector equation

x1a1 + x2a2 + ... + xnan = b, equivalent to a linear system with those vectors as columns.

10
New cards

Span of a set of vectors

The set of all linear combinations of those vectors.

11
New cards

Matrix equation Ax=b

Compact form of a linear combination of columns of A, weighted by entries of x.

12
New cards

When is Ax=b is consistent for EVERY b?

If and only if the columns of A span R^m (a pivot in every ROW of A).

13
New cards

When Ax=b has a UNIQUE solution

If and only if there are no free variables (a pivot in every COLUMN of A).

14
New cards

Homogeneous system Ax=0

Always has at least the trivial solution x=0.

15
New cards

When Ax=0 has nontrivial solutions

If and only if the system has at least one free variable.

16
New cards

Parametric vector form

x = p + t1v1 + t2v2 + ..., where p is one particular solution and vi span the homogeneous solutions.

17
New cards

Linearly independent vectors

The only solution to c1v1+...+cnvn=0 is all ci=0 (pivot in every column when set as a matrix).

18
New cards

Linearly dependent vectors

Some nontrivial combination of the vectors equals 0; at least one vector is a combo of the others.

19
New cards

Vectors that are automatically dependent

Any set containing the zero vector, OR any set with more vectors than entries per vector (more vectors than rows).

20
New cards

Linear transformation

T(u+v)=T(u)+T(v) and T(cu)=cT(u) for all vectors u,v and scalars c.

21
New cards

Standard matrix of T

Built by computing T(e1), T(e2), ..., T(en) and using the results as columns.

22
New cards

One-to-one transformation

Each output has at most one input; equivalent to Ax=0 having ONLY the trivial solution (columns independent).

23
New cards

Onto transformation

Every vector in the codomain is hit by some input; equivalent to columns of A spanning the codomain (pivot in every row).