vectors_orthogonal
Determine if two vectors are perpendicular by calculating their dot product and comparing it to zero within a specified tolerance.
Instructions
Check if two vectors are orthogonal (perpendicular) (Domain: linear_algebra.vectors, Category: general)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vector_a | Yes | ||
| vector_b | Yes | ||
| tolerance | No |