From c7d786aad5ee9d1b28a2fd7483defef3f8795251 Mon Sep 17 00:00:00 2001 From: cprutean <cip.pruteanu@ed.ac.uk> Date: Wed, 7 Aug 2024 15:28:52 +0100 Subject: [PATCH] Update file Checkpoint3.ipynb --- Checkpoints/Checkpoint3.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Checkpoints/Checkpoint3.ipynb b/Checkpoints/Checkpoint3.ipynb index 7c7e90f..3006748 100644 --- a/Checkpoints/Checkpoint3.ipynb +++ b/Checkpoints/Checkpoint3.ipynb @@ -39,13 +39,13 @@ "\n", "Note: Read these equations *very* carefully and note the location of the parentheses.\n", "\n", - "With the initial conditions that x=1 and $\\dot{x}$ =0 at t=0 the above constants, after some manipulation, become,\n", + "With the initial conditions that x=1 and $\\dot{x}$ =0 at t=0 the above constants, after some manipulation, become \n", "\n", - "a=1 $b=\\gamma/2p$ when $\\gamma$>$2ω_0$\n", + "$$ a=1 \\text{, } b=\\gamma/2p \\text{ when } \\gamma>2ω_0 $$\n", "\n", - "a=1 $b=\\gamma/2$ when $\\gamma$=$2ω_0$\n", + "$$ a=1 \\text{, } b=\\gamma/2 \\text{ when } \\gamma=2ω_0 $$\n", "\n", - "a=1 $b=\\gamma/2ω$ when $\\gamma$<$2ω_0$\n", + "$$ a=1 \\text{, } b=\\gamma/2ω \\text{ when } \\gamma<2ω_0 $$\n", "\n", "### Task\n", "\n", -- GitLab