scalar_projection
Calculate the scalar projection of one vector onto another to determine component length along a direction. Use this linear algebra function to analyze vector relationships in mathematical computations.
Instructions
Calculate scalar projection of one vector onto another (Domain: linear_algebra.vectors, Category: general)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vector_a | Yes | ||
| vector_b | Yes |