-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #442 from grantlemons/typst-corrections
Typst Corrections
- Loading branch information
Showing
4 changed files
with
144 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#problem[ | ||
4. Find all the $x$ values where the following function is discontinuous. | ||
] | ||
|
||
#solution[ | ||
$x=-2,0,3$ | ||
] | ||
|
||
#aside[ | ||
at $x=-2$ jump discontinuity. | ||
|
||
at $x=0$ infinite discontinuity. | ||
|
||
at $x=3$ removable discontinuity. (can be removed via re-defining the domain to exclude that) | ||
] |