sympy_Point
Construct a 2D point with symbolic x and y coordinates for use in geometric computations.
Instructions
Create a 2D point.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | x-coordinate | |
| y | Yes | y-coordinate |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |