sympy_union
Combine two mathematical sets into a single set containing all elements from both sets, removing duplicates to create a unified collection.
Instructions
Compute union 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 |