What is a vector dot product and how to calculate it?
Let’s say a and b are two n-dimensional vectors. If we perform a dot product or scalar product of a and b, the corresponding elements of the two vectors get multiplied and then, the resultant terms are added to get a single number.
Let’s look at an example. Let’s say a and b are two 3 dimensional row vectors.
Similarly, we can take two column vectors of the same dimension and perform a dot products of the vectors.
…
0 Comments