vector_norm
Calculate vector magnitude (norm) for linear algebra applications. Supports customizable p-norm calculations to determine vector length from components.
Instructions
Calculate the norm (magnitude) of a vector (Domain: linear_algebra.vectors, Category: general)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vector | Yes | ||
| p | No |