From 74db3d2a4eaf04b0cc637590a7322778ef54367e Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Fri, 11 Oct 2024 08:53:21 -0300 Subject: [PATCH] 2024-10-11 08:53:21 --- .obsidian/workspace.json | 13 +++++++------ UNB/Year 5/Semester 1/CS3113/Midterm 1 Review.md | 8 ++++++++ 2 files changed, 15 insertions(+), 6 deletions(-) create mode 100644 UNB/Year 5/Semester 1/CS3113/Midterm 1 Review.md diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 1289826..a974fbb 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,7 +13,7 @@ "state": { "type": "markdown", "state": { - "file": "UNB/Year 5/Semester 1/HIST1001/In class notes.md", + "file": "UNB/Year 5/Semester 1/CS3113/Midterm 1 Review.md", "mode": "source", "source": false } @@ -85,7 +85,7 @@ "state": { "type": "backlink", "state": { - "file": "UNB/Year 5/Semester 1/HIST1001/In class notes.md", + "file": "UNB/Year 5/Semester 1/CS3113/Midterm 1 Review.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -102,7 +102,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "UNB/Year 5/Semester 1/HIST1001/In class notes.md", + "file": "UNB/Year 5/Semester 1/CS3113/Midterm 1 Review.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -125,7 +125,7 @@ "state": { "type": "outline", "state": { - "file": "UNB/Year 5/Semester 1/HIST1001/In class notes.md" + "file": "UNB/Year 5/Semester 1/CS3113/Midterm 1 Review.md" } } } @@ -149,11 +149,12 @@ }, "active": "9191391a49dbaeb6", "lastOpenFiles": [ + "UNB/Year 5/Semester 1/CS3113/In class notes.md", + "UNB/Year 5/Semester 1/CS3113/Midterm 1 Review.md", + "UNB/Year 5/Semester 1/HIST1001/In class notes.md", "gcm-diagnose.log", "UNB/Year 5/Semester 1/HIST1451/In class notes.md", - "UNB/Year 5/Semester 1/HIST1001/In class notes.md", "UNB/Year 5/Semester 1/MAAC3113/In class notes.md", - "UNB/Year 5/Semester 1/CS3113/In class notes.md", "UNB/Year 5/Semester 1/HIST1451/Race predictions group project.md", "README.md", "UNB/Year 5/Semester 1/MAAC3113", diff --git a/UNB/Year 5/Semester 1/CS3113/Midterm 1 Review.md b/UNB/Year 5/Semester 1/CS3113/Midterm 1 Review.md new file mode 100644 index 0000000..61b7a5b --- /dev/null +++ b/UNB/Year 5/Semester 1/CS3113/Midterm 1 Review.md @@ -0,0 +1,8 @@ +# Definitions and Concepts +- Floating point number +- Convergence, conditioning, complexity +- Why is it important? We make the numerical methods to approximate the real answer (Convergence). For condition, when an approximation is made, when we make minor modifications to the input, we expect not a lot of variance in the in output. Complexity is the amount of time (CPU?) that a computer will need to use a method (Big O?) +- Main components of a floating point number? + - +- Machine epsilon +- Loss of significant bit. Truncation \ No newline at end of file