Dot Product
Introduction
In mathematics, the dot product is an algebraic operation that takes two equal-length sequences of numbers (usually coordinate vectors) and returns a single number obtained by multiplying corresponding entries and then summing those products. The name "dot product" is derived from the centered dot " . " that is often used to designate this operation. The dot product is also known as "scalar product", which emphasizes the scalar (rather than vector) nature of the result.
The dot product of two vectors a=[a1,a2,…,an ] and b=[b1,b2,…,bn ] is defined as:
In dimension 2, the dot product of vector [a, b] and [c, d] is ac+bd. Similarly, in a dimension 3, the dot product of vector [a, b, c] and [d, e, f] is ad+be+cf.
Example
The dot product of two three-dimensional vectors [1, 3, -5] and [4, -2, -1] is:
References & Resources
- Wikipedia - http://en.wikipedia.org/wiki/Dot_product
Latest Post
- Dependency injection
- Directives and Pipes
- Data binding
- HTTP Get vs. Post
- Node.js is everywhere
- MongoDB root user
- Combine JavaScript and CSS
- Inline Small JavaScript and CSS
- Minify JavaScript and CSS
- Defer Parsing of JavaScript
- Prefer Async Script Loading
- Components, Bootstrap and DOM
- What is HEAD in git?
- Show the changes in Git.
- What is AngularJS 2?
- Confidence Interval for a Population Mean
- Accuracy vs. Precision
- Sampling Distribution
- Working with the Normal Distribution
- Standardized score - Z score
- Percentile
- Evaluating the Normal Distribution
- What is Nodejs? Advantages and disadvantage?
- How do I debug Nodejs applications?
- Sync directory search using fs.readdirSync