resultant
Compute the resultant of two polynomials to find common roots or determine if they share a factor.
Instructions
Compute the resultant of two polynomials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| v | No | Variable name. | x |
| pol1 | Yes | First polynomial. | |
| pol2 | Yes | Second polynomial. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |