diff --git a/CodeExamples/CodeExamples.ipynb b/CodeExamples/CodeExamples.ipynb
index 7fe5596ea06efd77a29a8e133356e817c3f0c83d..b2db26d4fa2122f2a010a5eff03dc8e1ae7def8d 100644
--- a/CodeExamples/CodeExamples.ipynb
+++ b/CodeExamples/CodeExamples.ipynb
@@ -28,7 +28,7 @@
     "\n",
     "Set of Python example programs illustrating basic mathematics and how to call functions from the math module.  \n",
     "\n",
-    "> [EvaluateQuadratic](EvaluateQuadratic.ipynb): Evaluates a $a*x^2$ + b*c + c quadratic  \n",
+    "> [EvaluateQuadratic](EvaluateQuadratic.ipynb): Evaluates a $a\\cdot x^2 + b \\cdot c + c$ quadratic  \n",
     "> [EvaluateSinCos](EvaluateSinCos.ipynb): Converts angle from degrees to radians and evaluates sin / cos functions.  \n",
     "> [CosineRule](CosineRule.ipynb): Calculate side lengths and angles of a triangle using cosine and sine rules.  \n",
     "> [BasicComplex](BasicComplex.ipynb): Basic use of complex, read complex, basic calculation and display.  \n",