Linear Algebra Definitions Semester 1

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

1/63

flashcard set

Earn XP

Description and Tags

Last updated 6:16 AM on 11/30/22
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

64 Terms

1
New cards
Group
Set of elements under 1 operation such that there is identity, inverse, closure, and associativity
2
New cards
Field
Group under two operations, usually either the reals or complex numbers. Elements are used as scalars. Symbol= F. R and C are fields
3
New cards
C
all complex numbers
4
New cards
F^n
Set of all lists of length n of elements of R or C. Eg: C^4 is the set of all lists of four complex numbers.
5
New cards
Vector Space
Set V along with an addition and scalar multiplication with:

Commutativity, (u+v = v+u) for u, v ∈ V

Associativity, ((u + v)=w = u + (v + w) and (ab)v = a(bv) for all u, v, w ∈ V and a, b ∈ F

Additive identity, (v + 0= 0)

Additive inverse, (some w ∈ V so v + w = 0)

Multiplicative identity, (1v = v)

Distributive properties, a(u + v) = au + av and (a + b)v = av +bv.
6
New cards
Subspace
A subset U of V is called a subspace of V if U is also a vector space (using the same addition and scalar multiplication as on V).
7
New cards
Subspace Criteria
Additive identity

Closed under addition (u, w ∈ U means u+w ∈ U)

Closed under scalar multiplication (a ∈ f and u ∈ U means au ∈ U)
8
New cards
Sum of subsets
The sum of U1,....Um is the set of all possible sums of elements of U1,....,Um.
9
New cards
Direct Sum
If V is the direct sum of U and W, then each vector in V can be expressed as a unique sum of a vector from U and V.
10
New cards
Condition for a direct sum
if U1,...,Um are subspaces of V, then U1 +...+ Um is a direct sum if and only if the only way to get 0 from the sum um +..+ um is by taking each uj = 0.
11
New cards
Direct sum of two subspaces in V
can only occur if U ∩ W = {0}
12
New cards
Linear Combination
Adding scalar multiples of a list of vectors:
a linear combination of list v1,...,vm of vectors in V is a vector of the form a1v1+...+amvm
span(v1,...,vm)={a1v1+...+amvm : a1,...,am in F}
13
New cards
Span (noun)
Set of all linear combinations of a list of vectors. Span of empty list is {0}, it's also the smallest subspace of a vector space containing all vectors in the list.
14
New cards
Span (verb)
if the span of a list of vectors equals V, then that list spans V.
15
New cards
Polynomial
P(F) is set of all polynomials with coefficients in F
16
New cards
Pm(F)
For m a nonnegative integer, Pm(F) denotes the set of all polynomials with coefficients in F at degree most m
17
New cards
linearly independent
Only choice that makes a linear combination = 0 is if all coefficients = 0, aka you cant express one with the others
18
New cards
linearly dependant
Not linearly independent, can express 0 from a linear combination where not all coefficients are 0.
19
New cards
Linear Dependence Lemma
If there is a linearly dependent list, then there is some vj ∈ span(v1,......,vj-1). If jth term is removed from the list, the span stays the same.
20
New cards
Basis
Linearly independent spanning list. Every finite dimensional vector space has one.

any two bases of a finite-dimensional vector space have the same length
21
New cards
Dimension
Length of basis
22
New cards
Linear Map
A linear map from V to W is a function T : V-->W with:

Additivity:
T(u + v) =. Tu + Tv
Homogeneity:
T(av) = a(Tv)
23
New cards
L(V, W)
Set of all linear maps from V to W
24
New cards
addition and scalar multiplication on L(V,W)
(S + T)(v) = Sv + Tv and (aT)(v) = a(Tv)
25
New cards
Product of Linear Maps
(ST)(u) = S(Tu)
26
New cards
Null Space
Null space of T is the subset of V (domain) consisting of vectors that T maps to 0.

The Null space is a subspace
27
New cards
Injective
A function T: V--->W is injective if Tu = Tv implies u = v
28
New cards
Range
Range of T is the subset of W consisting of vectors that are of the form Tv for some v ∈ V. AKA all the vectors that T hits and doesn't go to the null space

Is a subspace of W
29
New cards
Surjective
A function T: V--->W is surjective if its range = W
30
New cards
Fundamental Theorem of Linear Maps
If V is finite dimensional and T ∈ L(V,W), then range T is finite dimensional and dim V = dim null T + dim range T
31
New cards
Relate bases, spanning sets, and linearly independent sets
Spanning set and linear independence are criteria for bases. A spanning set can also be reduced to a basis and a linearly independent set can be extended to one
32
New cards
Operator
Linear map from a vector space to itself, aka the same dimension.
33
New cards
Identity transformation
Transformation that maps every vector in v to itself: I(v) =. v
34
New cards
elementary matrices
An invertible matrix that results by performing one elementary row operation on an identity matrix
35
New cards
nonsingular matrix
a matrix that is invertible
36
New cards
Understand matrices as linear transformations
Every linear transformation is associated with a matrix
37
New cards
geometric interpretation of dot product
Based on projection of vector onto another. Dot product divided by magnitude = projection length, this in turn = magnitude of other vector times cos of angle between them. So dot product = magnitude of each vector multiplied by cos of angle between them. Shows how much one vector is pointing in the direction of another.
38
New cards
Find an inverse matrix from elementary matrices
39
New cards
apply the fundamental theorem of linear maps
Can be used to prove that a map to a smaller dimensional space is not injective and a map to a larger dimensional space is not surjective.
40
New cards
apply concepts of span and basis
Both span and basis are used to express a vector space, but a span can be linearly dependent.
41
New cards
Linearity
For a system to be linear, it must be both homogeneous and additive.
42
New cards
Elementary row operations
Row Swap) Exchange any two rows. (Scalar Multiplication) Multiply any row by a constant. (Row Sum) Add a multiple of one row to another row.
43
New cards
geometric interpretation of cross product
vector orthogonal to a and b. Magnitude= the area of the parallelogram they span (aka their distance).
44
New cards
geometric interpretation of the determinant
shows how a linear transformation associated with a matrix can reflect or scale an area.
45
New cards
Vector space is over something (x)
use x as coefficients in linear combinations
46
New cards
Invertible
A linear map T ∈ L(V,W) is invertible if there exists a linear map S ∈ L(W,V) such that ST equals the identity map on V and TS equals the identity map on W.
47
New cards
Linear independence and system of equations
equations only have one solution. If linearly dependent, have infinite solutions because they refer to the same line.
48
New cards
Linear independence and direct sum
in a direct sum, non-zero vectors taken from the different subspaces being summed must be linearly independent.
49
New cards
Isomorphism
An invertible linear map
50
New cards
Linear maps and basis of domain
If v1,....vn is a basis of V and w1,....wn ∈ W. Then there exists a unique linear map T:V ---> W such that Tvj = wj, AKA, once you know what a transformation does to a basis, you know what it does to the rest of the space.
51
New cards
Isomorphic
Two vector spaces are called isomorphic if there is an isomorphism between them
52
New cards
Inverse of Matrix
only exists if determinant doesnt equal 0.
only exists if determinant doesnt equal 0.
53
New cards
Matrix of linear map
Matrix of linear map T is m by n matrix where entries are defined by Tvk = A1,k w1+.....+Am, kWm where w1,,,wm is the basis of W and v1,...vn is the basis of V
54
New cards
Compute Cross Product
a × b = |a| |b| sin(θ) n OR cx = aybz − azby; cy = azbx − axbz, cz = axby − aybx
55
New cards
Compute Dot Product
a · b = |a| × |b| × cos(θ); (abc) · (def) = (a · d) + (b · e) + (c · f)
56
New cards
Properties of complex arithmetic
Commutativity, Associativity, Identities, Inverses, Distributive property
57
New cards
list
a list of length n is an ordered collection of n elements
58
New cards
Criterion for a Basis
A list v1...vn of vectors in V is a basis of V if and only if every v in V can be written uniquely in the form v=a1v1+anvn
59
New cards
Spanning list contains a ?
basis
60
New cards
A linear Independent list expands to a ?
basis (and spanning list)
61
New cards
If V is finite dimensional and U is a subspace of V what is the relationship between their dimensions?
dim U is less than or equal to dim V
62
New cards
Linear Independent List is right length
it is basis
63
New cards
Spanning List is right length
it is basis
64
New cards
If U1 and U2 are subspaces of a finite dimensional vector space then
dim(U1+U2)=dimU1+dimU2-dim(U1intersection with U2)