notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

TripleProductExpansion.md (213B)


      1 # Triple Product Expansion 
      2 
      3 Khan
      4 
      5 **Definition:** The triple product expansion states the combined cross product of three vectors a x (b x c) = b(a dot c) - c(a dot b)
      6 
      7 This is also known as lagrange's formula.