Alright, future engineers!
**Dot Product:** Measures how much two vectors align; it's a scalar value.
Ex: For `A=[1,2]`, `B=[3,4]`, `A.B = (1*3) + (2*4) = 11`.
Pro-Tip: If A.B = 0, vectors are orthogonal (perpendicular)!
#LinearAlgebra #VectorMath #STEM #StudyNotes
Alright, future engineers!
**Dot Product (v⋅w):** A scalar measuring how much two vectors point in the same direction.
Ex: For `v=[1,0], w=[0,1]`, `v⋅w = 1*0 + 0*1 = 0`.
Pro-Tip: If `v⋅w = 0` (and `v,w` non-zero), they're ORTHOGONAL! Key for projections & geometry.
#VectorMath #LinearAlgebra #STEM #StudyNotes
www.electronicdesign.com/technologies... #SiFive #P570 adds #INT8dotproduct extensions - among others - to #RVA23. While #ternarymatrix operations seem to be far more useful in #LLM deployment, there's room to assess every kind of #RISC-V extension especially for #vectormath & #tensortransfer.

RISC-V Core Exceeds RVA23 Requ...
RISC-V Core Exceeds RVA23 Requirements

SiFive’s P570 extends the RVA23 specification with security and vector enhancements.

Electronic Design
Alright, future engineers!
**Dot Product:** A scalar value from two vectors, representing their similarity or alignment.
Ex: For `v=<a,b>`, `w=<c,d>`, `v.w = ac + bd`.
Pro-Tip: If `v.w = 0`, the vectors are orthogonal (perpendicular)!
#LinearAlgebra #VectorMath #STEM #StudyNotes
Alright, future engineers!
The **Norm** (`||v||`) is the length or magnitude of a vector. Ex: For `v=[3,4]`, `||v|| = sqrt(3^2 + 4^2) = 5`. Pro-Tip: Essential for calculating distances & normalizing vectors to unit length!
#LinearAlgebra #VectorMath #STEM #StudyNotes

Alright, future engineers!

A **Linear Combination** is a new vector made by scaling existing vectors & adding them. Ex: `2*[1,0] + 3*[0,1] = [2,3]`. Pro-Tip: It's the fundamental way to build new vectors within a given space!

#LinearAlgebra #VectorMath #STEM #StudyNotes

Alright, let's nail this Linear Algebra concept!

Dot product measures how much two vectors 'agree' on direction. Ex: For v=[v1,v2], w=[w1,w2], v.w = v1w1 + v2w2. Pro-Tip: If v.w = 0, they're orthogonal! Crucial for projections & bases.

#LinearAlgebra #VectorMath #STEM #StudyNotes

#APLQuest 2014-08: Write a function that returns the distance between two points in a space of any number of dimensions (see https://apl.quest/2014/8/ to test your solution and view ours).

#APL #EuclideanDistance #VectorMath

APL Quest 2014-8: Go The Distance

Write a function that returns the distance between two points in a space of any number of dimensions.

Piotr Migda tries to explain vector math magic in 'king – man + woman = queen' using #word2vec 🤓, but it's basically just a linguistic Ouija board session. 🤔 Spoiler alert: it's still math, not #sorcery. 🧙‍♂️✨
https://p.migdal.pl/blog/2017/01/king-man-woman-queen-why/ #PiotrMigda #vectorMath #linguisticOuijaBoard #mathNotMagic #HackerNews #ngated
king - man + woman is queen; but why? - Piotr Migdał

Words, vectors, analogies and conceptual metaphors - the linear space of word2vec and GloVe. Or: how to change gender with a vector.

FYI: Vector Search Magic: Superhero & Sporty Car Combo! #shorts: By using vector math, one can combine a DeLorean image with the text query for superhero to generate an embedding. Averaging these embeddings together then allows a search to find a superhero on top of a sporty car with cool lights. #vectormath #image #superhero #DeLorean #embedding https://www.youtube.com/shorts/RMX2A02pP90