diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index f124784..52744c1 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,7 +13,7 @@ "state": { "type": "markdown", "state": { - "file": "UNB/Year 5/Semester 1/MAAC3113/In class notes.md", + "file": "UNB/Year 5/Semester 1/CS3113/In class notes.md", "mode": "source", "source": false } @@ -85,7 +85,7 @@ "state": { "type": "backlink", "state": { - "file": "UNB/Year 5/Semester 1/MAAC3113/In class notes.md", + "file": "UNB/Year 5/Semester 1/CS3113/In class notes.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -102,7 +102,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "UNB/Year 5/Semester 1/MAAC3113/In class notes.md", + "file": "UNB/Year 5/Semester 1/CS3113/In class notes.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -125,7 +125,7 @@ "state": { "type": "outline", "state": { - "file": "UNB/Year 5/Semester 1/MAAC3113/In class notes.md" + "file": "UNB/Year 5/Semester 1/CS3113/In class notes.md" } } } @@ -149,12 +149,12 @@ }, "active": "3e47767dcfdfb364", "lastOpenFiles": [ + "UNB/Year 5/Semester 1/MAAC3113/In class notes.md", "README.md", "UNB/Year 5/Semester 1/HIST1001/In class notes.md", "UNB/Year 5/Semester 1/HIST1451/Race predictions group project.md", "UNB/Year 5/Semester 1/HIST1451/In class notes.md", "UNB/Year 5/Semester 1/CS3113/In class notes.md", - "UNB/Year 5/Semester 1/MAAC3113/In class notes.md", "UNB/Year 5/Semester 1/MAAC3113", "UNB/Year 5/Semester 1/HIST1451/Political questionaire.md", "UNB/Year 5/Semester 1/CS3113", diff --git a/UNB/Year 5/Semester 1/CS3113/In class notes.md b/UNB/Year 5/Semester 1/CS3113/In class notes.md index 4e4773f..29bf512 100644 --- a/UNB/Year 5/Semester 1/CS3113/In class notes.md +++ b/UNB/Year 5/Semester 1/CS3113/In class notes.md @@ -47,4 +47,14 @@ IEEE rounding to nearest role: Convert a real number to a floating point number: 1. Decimal to binary number 2. Justify step: Shift the radix to the right of the left most one, compensate with the exponent. 100.1 -> 1.0001 x_2^3 -3. We do it with respect to p.A d.p 52 numbers ??? I think she means IEEE rounding \ No newline at end of file +3. We do it with respect to p.A d.p 52 numbers ??? I think she means IEEE rounding + +There is no need to represent the first bit of the mantissa, since it is always 1 with certain exceptions + +Overflow - exponent greater than 1023 +Underflow - exponent less than 2^-1074 +Normally set to zero + +Mean value theorem - *Info and graph in slides* + +Taylor's Theorem \ No newline at end of file