Calculator inputs
Pick a domain, define two elements, then compute.
Reset
White theme
Example data table
Try these sample inputs to confirm reductions and operations.
| Domain | Element A | Element B | Expected quotient field |
|---|---|---|---|
| Z | (7,12) → 7/12 | (5,18) → 5/18 | Q |
| Zₙ (prime) | n=11, a=7 | b=3 | F₁₁ |
| Fₚ[x] | (x^2+1)/(x+2), p=5 | (2x+3)/(x^2+4), p=5 | F₅(x) |
Formula used
Operations are defined on equivalence classes of pairs (a,b).
- Equivalence: (a,b) ~ (c,d) iff ad = bc.
- Addition: (a,b) + (c,d) = (ad + bc, bd).
- Multiplication: (a,b) · (c,d) = (ac, bd).
- Division: (a,b) ÷ (c,d) = (ad, bc), when c ≠ 0.
- Reduction in Z: divide by gcd(a,b) and set b > 0.
- Reduction in Fₚ[x]: divide by polynomial gcd(f,g) and make denominator monic.
How to use this calculator
- Select a domain and enter two elements A and B.
- For Z, provide integer numerators and denominators.
- For Zₙ, choose n and two residue values.
- For Fₚ[x], choose prime p and polynomial pairs.
- Click Build quotient field to compute results.
- Download CSV or PDF to save your working.
Reminder: A quotient field requires an integral domain; composite n in Zₙ violates that condition.