From 9681b2ccea4921278f0f146af42684e16cf8eb47 Mon Sep 17 00:00:00 2001 From: Helge Gehring <42973196+HelgeGehring@users.noreply.github.com> Date: Wed, 11 Oct 2023 17:14:09 -0700 Subject: [PATCH] fix equation --- docs/julia/thermal_simple.jl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/julia/thermal_simple.jl b/docs/julia/thermal_simple.jl index 1a74735b..360cbe3e 100644 --- a/docs/julia/thermal_simple.jl +++ b/docs/julia/thermal_simple.jl @@ -52,7 +52,9 @@ constant = tag -> 1 # ϕ(x)=x # $$ # This would mean the average of the potential over the domain should be -# $$ \int ϕ dA / \int 1 dA = 0.5 $$ +# $$ +# \int ϕ dA / \int 1 dA = 0.5 +# $$ # %% tags=[] p0 = compute_potential(constant ∘ τ, Dict("left" => 0.0, "right" => 1.0))