From 8507a5ca011b0706ce6e0cfbcbb380113e9d17da Mon Sep 17 00:00:00 2001 From: Deniz Donmez Date: Mon, 15 Sep 2025 10:54:34 +0300 Subject: [PATCH] add DISCLAIMER.md --- DISCLAIMER.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 DISCLAIMER.md diff --git a/DISCLAIMER.md b/DISCLAIMER.md new file mode 100644 index 0000000..d4e27cc --- /dev/null +++ b/DISCLAIMER.md @@ -0,0 +1,16 @@ +Disclaimer + +This package is developed for learning and research purposes only. + +Most of the methods here are inspired by or extended from homework assignments I worked on during my PhD coursework over the past two years. What you see are more object-oriented and "fancier" versions of those exercises. + +The algorithms are based primarily on course notes and Scientific Computing: An Introductory Survey by Michael T. Heath. Since I will be taking my PhD qualifying exam in a couple of months (wish me luck!), I've been preparing these codes and notes as part of my study, and I wanted to share them. + +I know many of you already have a deeper understanding of these topics. If you find some implementations or explanations overly simple, that's intentional: my goal here is to learn by doing. + +There are mistakes, and there will be mistakes. As our dear Ömür Hoca always says: + +“Do not trust me. Do not trust someone else. Only trust yourself.” + +Please use these materials as a study companion, not as a definitive reference. +Good luck, and have fun exploring numerical methods! \ No newline at end of file