Linear Algebra Exam 2

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

What is the transpose of a matrix A?

The matrix Aᵀ obtained by interchanging rows and columns of A.

2
New cards

What is a subspace?

A subset V of ℝn with the following properties:
Contains the zero vector (0 ∈ V)

Closed under scalar multiplication (c ∈ ℝ, v ∈ V ⇒ cv ∈ V)

Closed under addition (u,v ∈ V ⇒ u+v ∈ V)

3
New cards

What are the properties of matrix transposing?

(cA)T = cAT
(AB)T = BTAT

4
New cards

What is C(A)?

The column space of A is the span of all the columns of A. It represents all outputs b you could get from Ax = b. If b is in C(A), then Ax = b has a solution.

5
New cards

What is R(A)?

The row space of A is the span of the rows of A.

6
New cards

What is N(A)?

The null space of A is all vectors x that A maps to zero.

7
New cards

What is N(AT)?

The null space of A transpose is all vectors z that AT maps to zero.

8
New cards

What is the Span of a set of vectors?

The span of a set of vectors is the set of all possible linear combinations of those vectors.

9
New cards

What are the four special subspaces?

N(A), C(A), R(A), and N(AT)

10
New cards

What are the relationships of the four subspaces?

N(A) = R(A)
R(A) = N(A)

N(AT) = C(A)
C(A) = N(AT)

11
New cards

How do you find C(A)?

The basis for C(A) is the set consisting of the column vectors that include one of the pivot variables. The dimension of C(A) is the same as R(A).

12
New cards

How do you find R(A)?

The basis for R(A) is all of the non-zero row(s) of A after finding its reduced-echelon form.

13
New cards

How do you find N(A)?

The basis for N(A) is found by performing Gaussian elimination on A, then expressing the pivot variable(s) in terms of the free variable(s) and using the vectors formed by this.

14
New cards

How do you find N(AT)

The basis for N(AT) is found by performing Gaussian elimination on AT, then expressing the pivot variable(s) in terms of the free variable(s) and using the vectors formed by this.

15
New cards

What is linear independence?

Linear independence is when the only solution to c₁v₁ + ··· + cₖvₖ = 0 is c₁=···=cₖ=0.

16
New cards

What is linear dependence?

Linear dependence is when there is a non-trivial solution to c₁v₁ + ··· + cₖvₖ = 0.

17
New cards

What is a basis?

A basis is a minimal set of vectors {v1,…,vk} that:

  1. Spans the subspace (every vector in the subspace is a linear combination of them).

  2. Is linearly independent (no redundant vectors).

18
New cards

What is dimension?

Dimension is the number of vectors in any basis for V.

19
New cards

What is Rank?

Rank is the number of rows in an echelon form of Matrix A.