scalar_multiply
Multiply a vector by a scalar value to scale its magnitude in linear algebra operations. This tool performs scalar-vector multiplication for mathematical computations.
Instructions
Multiply a vector by a scalar value (Domain: linear_algebra.vectors, Category: general)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vector | Yes | ||
| scalar | Yes |