Dot Product Aug 11, 2021 permanent LinearAlgebra An operation between 2 vectors that returns a number. Read More
Vector Addition Jan 06, 2021 permanent GameMath LinearAlgebra We add two Vectors together by adding the corresponding components. a⃗+b⃗=[a1a2]+[b1b2]=[a1+b1 … Read More
Vector Subtraction Jan 06, 2021 permanent GameMath LinearAlgebra We subtract one Vector from another by subtracting the corresponding components. a⃗−b⃗=[a1a2]−[b1b2]=[a1−b1 … Read More
Vector Nov 08, 2020 permanent LinearAlgebra An ordered list of numbers that describe an arrow in space. Read More
Vector Scaling Nov 08, 2020 permanent GameMath LinearAlgebra Multiplying each value in a vector by the same value Read More
Hyperplane Oct 07, 2015 permanent MachineLearning LinearAlgebra a subspace where the dimension is one less than the ambient space Read More