2024-10-11 08:53:21
This commit is contained in:
parent
ae14154838
commit
74db3d2a4e
13
.obsidian/workspace.json
vendored
13
.obsidian/workspace.json
vendored
@ -13,7 +13,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"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",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
}
|
}
|
||||||
@ -85,7 +85,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"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,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
@ -102,7 +102,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"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,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
}
|
}
|
||||||
@ -125,7 +125,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"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",
|
"active": "9191391a49dbaeb6",
|
||||||
"lastOpenFiles": [
|
"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",
|
"gcm-diagnose.log",
|
||||||
"UNB/Year 5/Semester 1/HIST1451/In class notes.md",
|
"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/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",
|
"UNB/Year 5/Semester 1/HIST1451/Race predictions group project.md",
|
||||||
"README.md",
|
"README.md",
|
||||||
"UNB/Year 5/Semester 1/MAAC3113",
|
"UNB/Year 5/Semester 1/MAAC3113",
|
||||||
|
8
UNB/Year 5/Semester 1/CS3113/Midterm 1 Review.md
Normal file
8
UNB/Year 5/Semester 1/CS3113/Midterm 1 Review.md
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user