Skip to main content

Vector Dot Product ஐ எப்படி கணக்கிடுவது

Vector Dot Product என்றால் என்ன?

The dot product A·B = |A||B|cos(θ) produces a scalar measuring how much two vectors point in the same direction. A·B=0 means they are perpendicular. Fundamental in physics, machine learning, and computer graphics.

படிப்படியான வழிகாட்டி

  1. 1A·B = a₁b₁ + a₂b₂ + a₃b₃ (component form)
  2. 2cos(θ) = A·B / (|A||B|)
  3. 3|A| = √(a₁² + a₂² + a₃²)

தீர்க்கப்பட்ட எடுத்துக்காட்டுகள்

உள்ளீடு
A=[1,2,3] · B=[4,5,6]
முடிவு
A·B = 4+10+18 = 32 · θ = 12.9°
Small angle = similar direction

அமைப்புகள்