sympy_complement
Compute the complement of a subset within a universal set using SymPy's symbolic mathematics library. This tool calculates elements present in the universal set but not in the specified subset for set theory operations.
Instructions
Compute complement of set1 in set2.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| set1 | Yes | Subset | |
| set2 | Yes | Universal set |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |