From 9ce0f56794e5ee705b31b6a43b50d16024ebe8be Mon Sep 17 00:00:00 2001 From: cprutean <cip.pruteanu@ed.ac.uk> Date: Wed, 7 Aug 2024 15:30:10 +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 3006748..ec8b5f5 100644 --- a/Checkpoints/Checkpoint3.ipynb +++ b/Checkpoints/Checkpoint3.ipynb @@ -70,10 +70,10 @@ "\n", "### Checkpoint\n", "\n", - "- Test your program using the following input paramters:\n", - " - $\\gamma=0.5\\ \\quad\\&\\quad \\omega_0=1.0\\quad$ for an under damped condition. \n", - " - $\\gamma=2.0\\ \\quad\\&\\quad \\omega_0=1.0\\quad$ for a critically damped condition. \n", - " - $\\gamma=20.0\\! \\quad\\&\\quad \\omega_0=1.0\\quad$ for an over damped condition. \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", "- 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