From 0be13892ac0e30d249dce04d22c29149cebc99ef Mon Sep 17 00:00:00 2001 From: cprutean <cip.pruteanu@ed.ac.uk> Date: Thu, 18 Jul 2024 16:41:22 +0100 Subject: [PATCH] Update file Checkpoint2.ipynb --- Checkpoints/Checkpoint2.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Checkpoints/Checkpoint2.ipynb b/Checkpoints/Checkpoint2.ipynb index 20a070e..caa1c87 100644 --- a/Checkpoints/Checkpoint2.ipynb +++ b/Checkpoints/Checkpoint2.ipynb @@ -18,7 +18,7 @@ "\n", "Write a Python program to read in the three floating point coefficients a, b and c of the quadratic equation:\n", "\n", - "$a x^2 + b x + c = 0$ \n", + "$`a x^2 + b x + c = 0`$ \n", "\n", "then calculate and display the roots using the standard formula for roots of quadratic being,\n", "\n", -- GitLab