From e22e15fd8d9d0511a7cfa8fdb0e75509aeba6a15 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Tue, 6 May 2025 16:25:53 -0600 Subject: Updated tutorials --- tutorials/module_2/ai_assisted_programming.md | 2 +- tutorials/module_2/num_methods_1.md | 2 ++ tutorials/module_2/problem_solving_strategies.md | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) (limited to 'tutorials/module_2') diff --git a/tutorials/module_2/ai_assisted_programming.md b/tutorials/module_2/ai_assisted_programming.md index 63479cc..4db6d9d 100644 --- a/tutorials/module_2/ai_assisted_programming.md +++ b/tutorials/module_2/ai_assisted_programming.md @@ -8,7 +8,7 @@ Don't try to get AI to do work *for you* but *with you*. You need to understand AI is a great learning tool, research as show that students can benefit from using AI as personal tutor [more](https://hbsp.harvard.edu/inspiring-minds/ai-as-personal-tutor). -# Language based vs +## Language based vs Machine Learning ## Available tools Below is a comprehensive list of tools that are available at not cost to you. diff --git a/tutorials/module_2/num_methods_1.md b/tutorials/module_2/num_methods_1.md index 6d1ded3..1ab4fa8 100644 --- a/tutorials/module_2/num_methods_1.md +++ b/tutorials/module_2/num_methods_1.md @@ -1,5 +1,7 @@ # Solving non-linear equations +^ca27a3 + ## Introduction diff --git a/tutorials/module_2/problem_solving_strategies.md b/tutorials/module_2/problem_solving_strategies.md index c7f8dfd..0767c73 100644 --- a/tutorials/module_2/problem_solving_strategies.md +++ b/tutorials/module_2/problem_solving_strategies.md @@ -41,6 +41,7 @@ When writing code it is crucial to test and confirm your code. It is therefore i ## Exercise: Rubrics Cube problem + ## Exercise: Design a derivative finding algorithm Set up the problem and write pseudo-code to calculate the gradient of an unknown function. -- cgit v1.2.3