Skip to main content

Sacred Constants Reference

Complete catalog of mathematical, physical, and exotic constants available in TRI CLI. All constants are defined in src/tri/tri_math.zig and accessible via tri constants and tri math subcommands.

Quick Access​

tri constants           # Show core sacred constants (4 sections)
tri math exotic # Exotic mathematical constants
tri math physical # Physics constants
tri math chaos # Chaos theory constants
tri math all # Display ALL constants

tri constants Output (Cycle 82)​

The tri constants command displays 4 sections of constants:

Section 1: Golden Ratio​

ConstantSymbolValueFormula
Golden RatioΟ•\phi1.6180339887498948482(1+5)/2(1 + \sqrt{5}) / 2
Phi SquaredΟ•2\phi^22.6180339887498948482Ο•2=Ο•+1\phi^2 = \phi + 1
Inverse Phi Squared1/Ο•21/\phi^20.38196601125010515181/Ο•2=Ο•βˆ’11/\phi^2 = \phi - 1
Trinity SumΟ•2+1/Ο•2\phi^2 + 1/\phi^23.0TRINITY IDENTITY β€” exact equality

Trinity Identity:

Ο•2+1Ο•2=3=TRINITY\phi^2 + \frac{1}{\phi^2} = 3 = \text{TRINITY}

Section 2: Transcendental​

ConstantSymbolValueFormula
PiΟ€\pi3.14159265358979323846C/dC / d
Euler's Numberee2.71828182845904523536lim⁑nβ†’βˆž(1+1/n)n\lim_{n\to\infty}(1 + 1/n)^n
Transcendental Productπ×ϕ×e\pi \times \phi \times e13.816890703380645β‰ˆ\approx TRYTE_MAX (13)

Section 3: Genetic Algorithm​

ConstantSymbolValueFormulaDescription
MuΞΌ\mu0.03821/Ο•2/101/\phi^2/10Mutation rate
Chiχ\chi0.06181/ϕ/101/\phi/10Crossover rate
Sigmaσ\sigma1.618ϕ\phiSelection pressure
EpsilonΞ΅\varepsilon0.3331/31/3Elitism rate

Section 4: Quantum​

ConstantSymbolValueFormulaDescription
CHSH InequalityCHSH2.8284271247461903222\sqrt{2}Bell inequality violation
Fine Structure InverseΞ±βˆ’1\alpha^{-1}137.0364Ο€3+Ο€2+Ο€4\pi^3 + \pi^2 + \piFine structure constant
Berry PhaseΞ²\beta2.112Ο€(1βˆ’1/Ο•)\pi(1 - 1/\phi)Quantum-inspired phase
SU3 ConstantSU30.9273/(2Ο•)3/(2\phi)Energy harvesting constant

Exotic Mathematical Constants (Cycle 83)​

tri math exotic
ConstantValueDescription
Apery's constant ΞΆ(3)\zeta(3)1.2020569031595942Sum βˆ‘n=1∞1/n3\sum_{n=1}^{\infty} 1/n^3, proved irrational by Apery (1978)
Catalan's constant GG0.9159655941772190βˆ‘n=0∞(βˆ’1)n/(2n+1)2\sum_{n=0}^{\infty} (-1)^n / (2n+1)^2
Feigenbaum delta Ξ΄\delta4.6692016091029906Period-doubling bifurcation ratio (chaos theory)
Feigenbaum alpha Ξ±\alpha2.5029078750958928Scaling factor in bifurcation diagram
Khinchin's constant KK2.6854520010653064Geometric mean of continued fraction coefficients
Glaisher-Kinkelin AA1.2824271291006226Related to Barnes G-function
Omega constant Ξ©\Omega0.5671432904097838W(1)W(1) where WW is Lambert W function (xex=1xe^x = 1)
Plastic number ρ\rho1.3247179572447460Real root of x3=x+1x^3 = x + 1 (cubic golden ratio)
Landau-Ramanujan0.7642236535892206Density of sums of two squares
Conway's constant Ξ»\lambda1.3035772690342963Growth rate of look-and-say sequence

Physics Constants (Cycle 83)​

tri math physical

Quantum & Electromagnetic​

ConstantSymbolValueUnits
Fine structureΞ±\alpha0.0072973525693dimensionless
Fine structure inverse1/Ξ±1/\alpha137.036dimensionless
CHSH bound222\sqrt{2}2.8284271247461903Bell test maximum
Elementary chargeee1.602176634Γ—10βˆ’191.602176634 \times 10^{-19}C
Speed of lightcc299,792,458m/s

Planck Units​

ConstantSymbolValueUnits
Planck constanthh6.62607015Γ—10βˆ’346.62607015 \times 10^{-34}JΒ·s
Reduced Planckℏ\hbar1.054571817Γ—10βˆ’341.054571817 \times 10^{-34}JΒ·s
Planck lengthlPl_P1.616255Γ—10βˆ’351.616255 \times 10^{-35}m
Planck timetPt_P5.391247Γ—10βˆ’445.391247 \times 10^{-44}s
Planck massmPm_P2.176434Γ—10βˆ’82.176434 \times 10^{-8}kg

Thermodynamics & Gravity​

ConstantSymbolValueUnits
BoltzmannkBk_B1.380649Γ—10βˆ’231.380649 \times 10^{-23}J/K
GravitationalGG6.67430Γ—10βˆ’116.67430 \times 10^{-11}m3^3/(kgΒ·s2^2)
Avogadro's numberNAN_A6.02214076Γ—10236.02214076 \times 10^{23}1/mol

Golden Function Constants (Cycle 84)​

Based on Pellis 2025: "The Golden Function and its applications to mathematical physics."

tri math golden-function
ConstantValueDescription
Ο•1/2\phi^{1/2}1.2720196495Ο•\sqrt{\phi}
G(0.5)G(0.5)2.0581710272Ο•+1/Ο•\sqrt{\phi} + 1/\sqrt{\phi}
ϕϕ\phi^{\phi}2.3903891399Golden self-exponentiation
ϕπ\phi^{\pi}4.5310082907Transcendental golden power

The Golden Function G(x)=Ο•x+Ο•βˆ’xG(x) = \phi^x + \phi^{-x} is the continuous extension of Lucas numbers: G(n)=L(n)G(n) = L(n) for integer nn.

Nuclear Fibonacci Constants (Cycle 84)​

tri math nuclear

Nuclear shell magic numbers correlate with Fibonacci/Lucas sequences:

Magic numberFibonacci/Lucas connection
2L(0)=2L(0) = 2
8F(6)=8F(6) = 8
20β‰ˆF(8)βˆ’1\approx F(8) - 1
28=L(7)βˆ’1= L(7) - 1
50β‰ˆF(10)βˆ’5\approx F(10) - 5
82stable shell
126stable shell
  • N/Z stability ratio for heavy nuclei: Ο•/2β‰ˆ1.144\phi / \sqrt{2} \approx 1.144
  • Binding energy peak: 8.8Β MeVβ‰ˆF(6)+Ο•βˆ’18.8 \text{ MeV} \approx F(6) + \phi^{-1}

Chaos Theory (Cycle 83)​

tri math chaos

The Feigenbaum constants govern the universal behavior of chaotic systems:

  • Ξ΄=4.669...\delta = 4.669...: Ratio of successive period-doubling intervals
  • Ξ±=2.502...\alpha = 2.502...: Scaling factor of function values at bifurcation points

These constants appear in any system exhibiting period-doubling route to chaos β€” from fluid dynamics to population models.

Command Summary​

CommandCategoryConstants shown
tri constantsCore4 sections: Golden Ratio, Transcendental, Genetic Algorithm, Quantum
tri math exoticExotic10 rare mathematical constants
tri math physicalPhysics12 fundamental physics constants
tri math chaosChaosFeigenbaum + logistic map demo
tri math allCompleteAll 76+ constants in catalog
tri math golden-functionAdvancedPellis 2025 continuous Lucas
tri math nuclearAdvancedNuclear shell magic numbers
tri math fractalAdvancedFractal dimensions (Sierpinski, Koch, Menger)

See Also​