From 9447f1969fccb3e98f7044adf409475a74028c5c Mon Sep 17 00:00:00 2001
From: Sam Yates <halfflat@gmail.com>
Date: Thu, 20 Oct 2016 22:33:13 +0200
Subject: [PATCH] Fix small math omission.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Left out a factor of λ in equation 4.
---
 docs/passive_cable/cable_computation.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/passive_cable/cable_computation.tex b/docs/passive_cable/cable_computation.tex
index f01259f2..7fa1b18b 100644
--- a/docs/passive_cable/cable_computation.tex
+++ b/docs/passive_cable/cable_computation.tex
@@ -114,7 +114,7 @@ to a normalized version of the cable equation,
 \end{subequations}
 by
 \begin{equation}
-    v(x, t)= E - Ir \cdot g(\frac{x}{\lambda}, \frac{t}{\tau};  \frac{L}{\lambda}).
+    v(x, t)= E - Ir\lambda \cdot g(\frac{x}{\lambda}, \frac{t}{\tau};  \frac{L}{\lambda}).
 \end{equation}
 
 \section{Solution to the normalized cable equation}
-- 
GitLab