Skip to content

SDKP mass scaling function

https://fathertimesdkp.github.io/skills-getting-started-with-github-copilot/Donald_Paul_Smith_Badge.html edited this page May 26, 2025 · 1 revision

SDKP Mass Scaling Function

The Scale–Density–Kinematic Principle (SDKP) expresses particle mass ( m ) as a function of Shape, Dimension, and Number:

[ m = f(n, s, d) = \rho^\alpha \cdot s^\beta \cdot g(n, d) ]

  • ( \rho ): Density scaling factor
  • ( s ): Shape parameter representing topological complexity
  • ( n ): Quantum Number encoding particle identity
  • ( d ): Dimension influencing scaling exponents
  • ( \alpha, \beta ): Empirical scaling exponents

This function mathematically encodes how discrete and continuous properties combine to produce particle masses across scales.

Value: 50

<script> const slider = document.getElementById('customRange'); const output = document.getElementById('rangeValue'); // Update the output value when slider changes slider.addEventListener('input', function() { output.textContent = this.value; }); </script>

Clone this wiki locally