Integer-valued parametrization of all Pythagorean triples #
This file contains the explicit four-variable integer-valued polynomial triple from Frisch and Vaserstein's main theorem.
Variable x (index 0) in the 4-variable rational polynomial ring.
Instances For
Variable y (index 1) in the 4-variable rational polynomial ring.
Instances For
Variable z (index 2) in the 4-variable rational polynomial ring.
Instances For
Variable w (index 3) in the 4-variable rational polynomial ring.
Instances For
a = y + z·w
Equations
- One or more equations did not get rendered due to their size.
Instances For
b = z - y·w
Equations
- One or more equations did not get rendered due to their size.
Instances For
c = 2x - x·w
Equations
- One or more equations did not get rendered due to their size.
Instances For
f = c·(a² - b²)/2
In the paper: ((2x-xw)((y+zw)²-(z-yw)²))/2
Equations
- One or more equations did not get rendered due to their size.
Instances For
g = c·a·b
In the paper: (2x-xw)(y+zw)(z-yw)
Equations
- One or more equations did not get rendered due to their size.
Instances For
h = c·(a² + b²)/2
In the paper: ((2x-xw)((y+zw)²+(z-yw)²))/2
Equations
- One or more equations did not get rendered due to their size.
Instances For
The first coordinate polynomial in the four-variable parametrization is integer-valued.
The second coordinate polynomial in the four-variable parametrization is integer-valued.
The third coordinate polynomial in the four-variable parametrization is integer-valued.
Frisch--Vaserstein's four-variable integer-valued polynomial parametrization of all Pythagorean triples.