diff --git a/.nojekyll b/.nojekyll index 456a8322..48fdcdb3 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -97b04b1b \ No newline at end of file +2a7889cb \ No newline at end of file diff --git a/index.html b/index.html index 14c84799..d7a4c1df 100644 --- a/index.html +++ b/index.html @@ -725,7 +725,10 @@
These notes are presented in pages covering a fairly focused concept, in a spirit similar to a section of a book. Just like a book, there are try-it-yourself questions at the end of each page. All have a limited number of self-graded answers. These notes borrow ideas from many sources, for example Strang (n.d.), Knill (n.d.), Schey (1997), Hass, Heil, and Weir (2018), Rogawski, Adams, and Franzosa (2019), several Wikipedia pages, and other sources.
These notes are accompanied by a Julia
package CalculusWithJulia
that provides some simple functions to streamline some common tasks and loads some useful packages that will be used repeatedly.
These notes are presented as a Quarto book. To learn more about Quarto books visit https://quarto.org/docs/books.
-These notes may be compiled into a pdf
file through Quarto. As the result is rather large, we do not provide that file for download. For the interested reader, downloading the repository, instantiating the environment, and running quarto
to render to pdf
in the quarto
subdirectory should produce that file (after some time).
To contribute – say by suggesting addition topics, correcting a mistake, or fixing a typo – click the “Edit this page” link and join the list of contributors. Thanks to all contributors and a very special thanks to @fangliu-tju
for their careful and most-appreciated proofreading.
Julia
is installed quite easily with the juliaup
utility. There are some brief installation notes in the overview of Julia
commands. To run Julia
through the web (though in a resource-constrained manner), these links resolve to binder.org
instances:
Calculus with Julia version 0.21, produced on June 8, 2024.
@@ -804,6 +816,7 @@