register_symbol
Define a symbol's meaning, domain, unit, assumptions, and aliases to establish its semantic context for symbolic operations.
Instructions
🏷️ Register the semantic meaning of a symbol in the current session.
Args:
name: Symbol name (e.g., "R", "hbar", "k")
meaning: Human-readable meaning (e.g., "Universal gas constant")
domain: Domain this meaning belongs to
unit: Default physical unit
assumptions: Common assumptions (e.g., ["positive"])
aliases: Alternative names for this symbol
Returns:
Registration result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| unit | No | ||
| domain | No | general | |
| aliases | No | ||
| meaning | Yes | ||
| assumptions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||