1/9
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Additive Closure (AC)
v1 + v2 ∈ V
Scalar Closure (SC)
av1 ∈ V
Associativity of Addition (A1)
(v1 + v2) + v3 = v1 + (v2 + v3)
Commutativity of Addition (A2)
v1 + v2 = v2 + v1
Additive Identity Existence (A3)
0 vector ∈ V exists such that v1 + 0 vector = v1
Additive Inverse Existence (A4)
-v1 ∈ V exists such that v1 + (-v1) = 0 vector
Associativity of Scalar Multiplication (S1)
(ab)v1 = av1 + bv1
Distributivity of Scalar Multiplication over Scalar Addition (S2)
(a + b)v1 = av1 + bv1
Distributivity of Scalar Multiplication over Vector Addition (S3)
a(v1 + v2) = av1 + bv2
Scalar Multiplication Identity Exsistence
1v1 = v1 for all v1 ∈ V