From ba75ac4c0a829316b3cd30cd8110d353cde2b6d2 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Mon, 20 Oct 2025 16:43:28 -0600 Subject: Added sample data files --- tutorials/module_4/velocity-time.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tutorials/module_4/velocity-time.txt (limited to 'tutorials/module_4/velocity-time.txt') diff --git a/tutorials/module_4/velocity-time.txt b/tutorials/module_4/velocity-time.txt new file mode 100644 index 0000000..9a7e221 --- /dev/null +++ b/tutorials/module_4/velocity-time.txt @@ -0,0 +1,23 @@ +| Time (s) | Velocity (m/s) | +| -------- | -------------- | +| 0 | 0 | +| 2 | 1.5 | +| 4 | 3 | +| 6 | 4.5 | +| 8 | 6 | +| 10 | 7.5 | +| 12 | 9 | +| 14 | 10.5 | +| 16 | 12 | +| 18 | 13.5 | +| 20 | 15 | +| 24 | 18 | +| 28 | 21 | +| 32 | 24 | +| 36 | 27 | +| 40 | 30 | +| 42 | 25 | +| 44 | 18 | +| 46 | 10 | +| 48 | 5 | +| 50 | 0 | -- cgit v1.2.3