triple_scalar_product
Calculate the triple scalar product of three 3D vectors to determine volume and orientation in linear algebra applications.
Instructions
Calculate the triple scalar product of three 3D vectors (Domain: linear_algebra.vectors, Category: general)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vector_a | Yes | ||
| vector_b | Yes | ||
| vector_c | Yes |