powered by
Maps cumulative operation counts (Left, Right, Reverse) to spherical celestial coordinates via stereographic projection.
convert_LRX_to_celestial(nL, nR, nX)
List with components:
Complex number, stereographic projection coordinate
Complex conjugate of z
Numeric, zenith angle (from X axis)
Numeric, azimuthal angle (in LR plane)
Numeric, conformal energy (magnitude of momentum vector)
Integer, cumulative count of left shift operations
Integer, cumulative count of right shift operations
Integer, cumulative count of reverse operations
coords <- convert_LRX_to_celestial(10, 5, 3) coords$theta coords$phi
Run the code above in your browser using DataLab