cross_product
Calculate the cross product of two 3D vectors for linear algebra applications, providing a vector perpendicular to both input vectors.
Instructions
Calculate the cross product of two 3D vectors (Domain: linear_algebra.vectors, Category: general)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vector_a | Yes | ||
| vector_b | Yes |