dot_product
Calculate the dot product (inner product) of two vectors to determine their scalar relationship in linear algebra applications.
Instructions
Calculate the dot product of two vectors (inner product) (Domain: linear_algebra.vectors, Category: general)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vector_a | Yes | ||
| vector_b | Yes |