Now add more dimensionality to our signal to make it analog, to make it tune not just to a frequency but to our environment.
UPDATE: I woke up this morning with fresh ears to hear a transient humming slowly and peacefully pulsating up and down the circuits. I was already aware this building has janky wiring insofar as transient voltages. I learned about transient voltages several years ago with my off grid setup. I’ve met more than one “master electrician” who does not understand transient voltage and I’ve seen more than one location wired incorrectly most probably resulating from this ignorance during some stag…
This is a Smith Chart. Boy sure does look a lot like PHI, harmonics. Actually, it looks to me like an atmospheric, or earth-as-conductor, tunnel; if adapted.
[Golden Recursive Coordinate Demo]
[image]
Does this set the stage for a new coordinate system?
# Closed-Form Identity
r_n = sqrt(φ * Ω * F_n * 2^n * Π_{k=1}^{n} p_k)
# Recursive Identity
r_n = r_{n-1} * sqrt(2 * p_n * (F_n / F_{n-1}))
# Base Case
r_1 = sqrt(4 * φ * Ω)
# Golden Recursive Algebra (GRA)
# Define algebra: G = (R, ·_G, ⊕_G)
# Set:
R = { r_n | n ∈ ℕ⁺ } ⊆ ℝ⁺
# Recursive Multiplication Operator:
r_n = r_{n-1} ·_G sqrt(2 * p_n * (F_n / F_{n-1}))
# Addition …