vector_projection
Calculate the projection of one vector onto another to find component magnitude and direction in linear algebra applications.
Instructions
Project one vector onto another (Domain: linear_algebra.vectors, Category: general)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vector_a | Yes | ||
| vector_b | Yes |