blob: 86123a8063edf51dfeec517425e909cd3f100ce9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
name Jacobian coordinates
variable X
variable Y
variable Z
neutral X = 1
neutral Y = 1
neutral Z = 0
satisfying ZZ = Z^2
satisfying ZZZ = ZZ*Z
satisfying x = X/ZZ
satisfying y = Y/ZZZ
|