sympy_intersection
Compute the intersection of two mathematical sets using SymPy's symbolic algebra capabilities for precise set operations.
Instructions
Compute intersection of two sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| set1 | Yes | First set | |
| set2 | Yes | Second set |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |