mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
This squashes all local history (768 commits) onto the scrubbed PR #90 baseline. Individual commits were lost during filter-repo corruption; the working tree content is preserved intact. Build: N/A (working tree state only)
12 lines
490 B
Text
12 lines
490 B
Text
# Feynman example equations
|
|
I_8_14 = 1/(2*pi)*sqrt(k/m)
|
|
I_10_7 = (G*m1*m2)/r^2
|
|
I_50_26 = q1*q2/(4*pi*epsilon*r)
|
|
thermal_diffusivity = k/(rho*Cp)
|
|
reynolds_number = rho*v*L/mu
|
|
wave_equation = d2u/dt2 = c^2*d2u/dx2
|
|
heat_equation = du/dt = alpha*d2u/dx2
|
|
navier_stokes = rho*(dv/dt+v*grad(v)) = -grad(p)+mu*laplacian(v)+f
|
|
maxwell_ampere = curl(B) = mu0*J+mu0*epsilon0*dE/dt
|
|
schrodinger = i*hbar*dpsi/dt = -hbar^2/(2m)*laplacian(psi)+V*psi
|
|
Planck's_law = I = 2*h*nu^3/c^2 * 1/(exp(h*nu/(k*T))-1)
|