vector_add
Add two vectors element-wise to perform linear algebra operations. This tool calculates the sum of corresponding elements in two vectors for mathematical computations.
Instructions
Add two vectors element-wise (Domain: linear_algebra.vectors, Category: general)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vector_a | Yes | ||
| vector_b | Yes |