idealadd
Add two ideals in a number field to compute their sum. Provide the number field structure and two ideals to get the result.
Instructions
Add two ideals in a number field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nf | Yes | Number field structure. | |
| ideal1 | Yes | First ideal. | |
| ideal2 | Yes | Second ideal. |