From e7178023a50c5cc5165f6ae544b89b5537654a8d Mon Sep 17 00:00:00 2001 From: Pask2 <30237897+Pask2@users.noreply.github.com> Date: Mon, 29 Jan 2018 17:33:57 +0000 Subject: [PATCH] Update 07-Kalman-Filter-Math.ipynb --- 07-Kalman-Filter-Math.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07-Kalman-Filter-Math.ipynb b/07-Kalman-Filter-Math.ipynb index 8dbbb2c..1e57e6e 100644 --- a/07-Kalman-Filter-Math.ipynb +++ b/07-Kalman-Filter-Math.ipynb @@ -642,7 +642,7 @@ "$$\\begin{aligned}\n", "x_1 &= x \\\\\n", "x_2 &= \\dot x_1 \\\\\n", - "\\dot x_2 &= \\dot x_1 = \\ddot x\n", + "\\dot x_2 &= \\ddot x_1 = \\ddot x\n", "\\end{aligned}$$\n", "\n", "As is common I dropped the $(t)$ for notational convenience. This gives the equation\n",