sympy_union
Compute the union of two mathematical sets to combine all unique elements from both sets into a single set.
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 |