1

Neural Synaptic Network

Cortical neural arborization network where soma nodes fire action potential electrical spikes across connecting axonal synapses with dendritic branches.

Playground
60 FPS Canvas 2D
Click + Drag to interact with field

Live Parameters

Spike Firing Rate 1.2
Neuronal action potential frequency
Synaptic Reach 150
Axon connection radius threshold
ƒ

Mathematical Formulation

84 chars high
Analytical Equation
C_m \frac{dV}{dt} = I_{\text{ext}} - g_{\text{Na}} m^3 h (V - V_{\text{Na}}) - g_{\text{K}} n^4 (V - V_{\text{K}}) - g_L (V - V_L)
Compact Formula
spike = (timer % 2.5) < 0.25, pulse(px, py) = soma_i + (soma_j - soma_i) * (2t % 1)
Renderer Logic
const pulsePhase = (t * 2 + i * 0.3) % 1.0;
const px = neuronX[i] + dx * pulsePhase;
const py = neuronY[i] + dy * pulsePhase;
ctx.arc(neuronX[i], neuronY[i], isSpiking ? 9 : 6, 0, Math.PI * 2);
Open in Playground Zero Dependencies • Standalone

Mathematical Tags

#neurons #brain #synapse #anatomy #neuroscience #biology #action-potential
Author: Math Art Core Target: 60 FPS

Export & Embed: Neural Synaptic Network

4K PNG Snapshot

High-resolution single frame render

WebM Video (5s Loop)

60 FPS browser-captured stream

HTML Iframe Embed

<iframe src="https://art.fazleyrabbi.xyz/embed/neural-synapse" width="500" height="500" frameborder="0" loading="lazy"></iframe>
ESC
↑↓ Navigate Select
25 Mathematical Artworks