triple_vector_product
Calculate the triple vector product a×(b×c) for linear algebra applications. This tool computes vector cross products in three-dimensional space using three input vectors.
Instructions
Calculate the triple vector product a×(b×c) (Domain: linear_algebra.vectors, Category: general)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vector_a | Yes | ||
| vector_b | Yes | ||
| vector_c | Yes |