Skip to content

Commit dfb23c5

Browse files
authored
Merge pull request rlabbe#403 from AchmadFathoni/AchmadFathoni
Elaborate how c_0=x_0
2 parents 5655a8e + c45cb66 commit dfb23c5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

07-Kalman-Filter-Math.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,13 @@
294294
"x = e^ce^{kt} \\\\\n",
295295
"x = c_0e^{kt}\\end{gathered}$$\n",
296296
"\n",
297+
"When $t=0$, $x=x_0$. Substitute these to equation above.\n",
298+
"\n",
299+
"$$\\begin{gathered}x_0 = c_0e^{k(0)} \\\\\n",
300+
"x_0 = c_01 \\\\\n",
301+
"x_0 = c_0 \\\\\n",
302+
"x = x_0e^{kt}\\end{gathered}$$\n",
303+
"\n",
297304
"Using similar math, the solution to the first-order equation \n",
298305
"\n",
299306
"$$\\dot{\\mathbf x} = \\mathbf{Ax} ,\\, \\, \\, \\mathbf x(0) = \\mathbf x_0$$\n",

0 commit comments

Comments
 (0)