sympy_Line
Create a geometric line by specifying two points for symbolic mathematics calculations in the SymPy algebra system.
Instructions
Create a line through two points.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| point1 | Yes | First point | |
| point2 | Yes | Second point |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |