Skip to content

Commit 46b9509

Browse files
authored
Merge pull request #356 from Gjacquenot/patch-1
Fixed typo in chapter 11
2 parents 6671ccf + b6c6760 commit 46b9509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

11-Extended-Kalman-Filters.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"\\mathbf z &= \\mathbf{Hx} + w_z\n",
8484
"\\end{aligned}$$\n",
8585
"\n",
86-
"Where $\\mathbf A$ is the systems dynamic matrix. Using the state space methods covered in the **Kalman Filter Math** chapter these equations can be tranformed into \n",
86+
"Where $\\mathbf A$ is the systems dynamic matrix. Using the state space methods covered in the **Kalman Filter Math** chapter these equations can be transformed into \n",
8787
"$$\\begin{aligned}\\bar{\\mathbf x} &= \\mathbf{Fx} \\\\\n",
8888
"\\mathbf z &= \\mathbf{Hx}\n",
8989
"\\end{aligned}$$\n",

0 commit comments

Comments
 (0)