Please enable JavaScript.
Coggle requires JavaScript to display documents.
LAFF. week 1 (3)basis (i, j ,k (e0,e1,e2), image, all elements except 1…
LAFF. week 1
-
2) operations
-
2.2.Advanced
Linear Combinations
-
αu + βv
u, v ∈ R^n
α, β ∈ R
-
-
-
-
Dot or Inner Product
-
projection
-
-
dot(b,a) = |b|*cos(T)*|a| = proj*|a|
dot не длина самой проекции, а произведение проекции на длину вектора на который проецируем
-
Vector Length (norm2)
-
-
-
i.e.
seems like dot product, right?
so length is a sqrt(dot(x,x))
-
-
-