From 81894b4cc5ddeac502f37db67a3741d03f7496d8 Mon Sep 17 00:00:00 2001 From: cprutean <cip.pruteanu@ed.ac.uk> Date: Wed, 7 Aug 2024 15:31:41 +0100 Subject: [PATCH] Update file Checkpoint3.ipynb --- Checkpoints/Checkpoint3.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Checkpoints/Checkpoint3.ipynb b/Checkpoints/Checkpoint3.ipynb index ec8b5f5..b16629c 100644 --- a/Checkpoints/Checkpoint3.ipynb +++ b/Checkpoints/Checkpoint3.ipynb @@ -71,9 +71,9 @@ "### Checkpoint\n", "\n", "- Test your program using the following input parameters:\n", - " - Case 1: $\\gamma=0.5\\ \\quad\\&\\quad \\omega_0=1.0\\quad$ for an under damped condition. \n", - " - Case 2: $\\gamma=2.0\\ \\quad\\&\\quad \\omega_0=1.0\\quad$ for a critically damped condition. \n", - " - Case 3: $\\gamma=20.0\\! \\quad\\&\\quad \\omega_0=1.0\\quad$ for an over damped condition. \n", + " - Case 1: $\\gamma=0.5 \\text{ and } \\omega_0=1.0$ for an under damped condition. \n", + " - Case 2: $\\gamma=2.0 \\text{ and } \\omega_0=1.0$ for a critically damped condition. \n", + " - Case 3: $\\gamma=20.0 \\text{ and } \\omega_0=1.0$ for an over damped condition. \n", "- To obtain a smooth plot you need to calculate the above expression for at least 200 evenly spaced values of t.\n", "- Call a demonstrator, show them your code and run your program with the three sets of inputs above and any additional ones requested by the demonstrator.\n", "\n", -- GitLab