Primitive 12th root of unity: ζ₁₂ = e^{iπ/6} = (√3/2 + i/2)
Instances For
Equations
- FUST.EulerOperator.D12 f z = FUST.EulerOperator.N12 f z / 12
Instances For
Euler operator θ = z·d/dz: the unique complete detector (ker = {constants}). θ[z^n] = n·z^n.
Equations
- FUST.EulerOperator.euler f z = z * deriv f z
Instances For
Standard derivative recovered from Euler: d/dz = θ/z
Equations
Instances For
θ/z on constants: d/dz[c] = 0
θ/z on z: d/dz[z] = 1
θ/z on z²: d/dz[z²] = 2z
θ/z on z³: d/dz[z³] = 3z²
d²/dz²[z²] = 2 from θ: d/dz(2z) = 2
d²/dz²[z³] = 6z from θ: d/dz(3z²) = 6z