Advanced Linear Algebra Final

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

1/19

flashcard set

Earn XP

Description and Tags

Final

Last updated 4:56 PM on 6/2/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

Span of vectors v1 ,v2, . . . ,v n (also the term spanning/generating/complete)

Let V be a vector space over F. Let v1, …, vk ∈ V. The __ of v1…vk is the set of all linear combinations of v1…vk.

2
New cards

basis

A ___ for a vector space V over F is a set B={v1…vk} a subset of V such that for all v ∈ V there exsists a unique scalar alpha1…alphak ∈ F such that v=v1 alpha1+…+vk alphak

3
New cards

linearly independent, linearly dependent

Vectors {v1…vk} are a subset of V are ___ if: The only linear combination of v1…vk yielding the 0 vector is the “trivial” linear combination of 0v1+…+0vk.

v1…vk ∈ V are linearly dependent if they are not ___ or if there exists a non-trivial combination of v1…vk giving the zero vector.

4
New cards

subspace

Let V be a vector space over F. A ___ is a subset W ⊆ V that is also a vector space under the same addition and scalar multiplication in V.

5
New cards

Linear transformation

Let V, W be vector spaces (over the same field F). A transformation T : V →W is called ___ if

  1. T(u+v) = T(u)+T(v) ∀u,v ∈ V;

  2. T(αv) = αT(v) for all v ∈ V and for all scalars α ∈ F.

6
New cards

image

The ___ of T is Im(T) := { w ∈ W | ∃ v ∈ V such that T(v)=w} = {T(v) | v ∈ V} (Range of T)

7
New cards

kernel

The ___ of a linear map T: V —> W between two vector spaces V and W is the set of all vectors in V that are mapped to the zero vector in W.

8
New cards

invertible matrix, inverse of matrix

A matrix A ∈ Mm x n(ℝ) is ___ if ∃ B ∈ Mm x n(ℝ) such that AB = Im and BA = In.

9
New cards

isomorphism

T: V —> W is an ___ if it is both injective and surjective and a linear transformation.

10
New cards

rank

The ___ of A is the dimension of the Colum Space. Rank A=dim(col(A))=dim(Im TA)

11
New cards

Coordinate vector with respect to a basis

The map TB is called a coordinate map with respect to B for v ∈ V, TB(v) is called a coordinate vector for v with respect to B =: [v]B

12
New cards

Eigenvalue

T: V—> V is a linear transformation. Then an eigenvector is a nonzero v in V s.t there exists lambda in F with T(v)= lambda v. Then lambda is an ___ for T(wrt v).

13
New cards

Eigenvector

A _____ of A is a nonzero vector v in F^n such that there exists a scalar satisfying Av=lambda v.

14
New cards

Eigenspace

The _____ is comprised of zero vectors and all eigenvectors for lambda.

15
New cards

Characteristic polynomial, characteristic equation

The _____ for A is det(A - lambda In). The _____ for A is det(A - lambda In)=0

16
New cards

sum of vector spaces

V is a v.s over F with w1, w2 subspaces of V. Then w1+w2 := {x+y | x in w1 and y in w2} is another subspace of V called the ___.

17
New cards

direct sum of vector spaces

V is called a ___ of w1, w2 if V = w1+w2 and for every x in V there exists a unique w1 in w1 and w2 in w2 s.t x = w1+w2.

18
New cards

diagonalizable matrix

A in Mnxn (F) is a ___ is there exsists a diagonal matrix D and an invertiable matrix P s.t D=P-1AP (So A=PDP-1)

19
New cards

Inner Product

Let V be a v.s over R. An ___ is a function <,>: VxV —> R (v,w)—> <v,w> s.t for every v,w,u in V and alpha, beta in R

  1. Positive Definite: <v,v> >= 0 with equality iff v=0

  2. Symmetric: <x,y> = <y,x>

  3. Bi linearity: <alpha v+ beta w, u> = alpha<v,u> + beta<w,u>

20
New cards

W perp, or W⊥

W is a subspace of Rⁿ, its orthogonal complement, denoted ___ (read "W "), is defined as:
__ = { v ∈ Rⁿ | v · w = 0 for all w ∈ W }