bnfinit
Initialize a number field by applying Buchmann's algorithm to a defining polynomial. Optionally compute the full algorithm for advanced number theory computations.
Instructions
Initialize a number field with Buchmann's algorithm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pol | Yes | Defining polynomial. | |
| do_buchall | No | Compute full Buchmann's algorithm (default 0). |