Thursday, November 14, 2019

linear algebra, vector, linear transformation, matrix, dot product , cross product



Ref:


  dot product , cross product
  1.  https://physics.stackexchange.com/questions/333877/can-anyone-tell-me-that-actually-what-vector-multiplication-is
  2. https://physics.stackexchange.com/questions/14082/what-is-the-physical-significance-of-dot-cross-product-of-vectors-why-is-divi
  3. https://en.wikipedia.org/wiki/Dot_product
  4. https://en.wikipedia.org/wiki/Cross_product#Geometric_meaning (VVI) 
  5. https://www.youtube.com/watch?v=KDHuWxy53uM&feature=youtu.be (dot product discription ****) 
  6. https://math.stackexchange.com/questions/805954/what-does-the-dot-product-of-two-vectors-represent (see accepted answer **** )

dot product:

The dot product tells you what amount of one vector goes in the direction of another.


Cross product : (https://en.wikipedia.org/wiki/Cross_product#Geometric_meaning)

No comments:

Post a Comment

Autoboxing and Unboxing

  Autoboxing  is the automatic conversion that the Java compiler makes between the primitive types and their corresponding object wrapper cl...