Merge branch 'main' into v0.20

This commit is contained in:
jverzani 2024-05-26 07:29:29 -04:00
commit 0bcc8b5a6c

View File

@ -11,7 +11,7 @@ This is a set of notes for learning
programming language with an easy to learn syntax that is well suited programming language with an easy to learn syntax that is well suited
for this task. for this task.
Read "[Getting started with Julia](./misc/getting_started_with_julia.html)" to learn how to install and customize `Julia` for following along with these notes. Read "[Julia interfaces](./misc/julia_interfaces.html) to review different ways to interact with a `Julia` installation. Read "[Getting started with Julia](./misc/getting_started_with_julia.html)" to learn how to install and customize `Julia` for following along with these notes. Read "[Julia interfaces](./misc/julia_interfaces.html)" to review different ways to interact with a `Julia` installation.
Since the mid 90s there has been a push to teach calculus using many Since the mid 90s there has been a push to teach calculus using many
different points of view. The different points of view. The
@ -59,7 +59,7 @@ 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 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 limited number of self-graded answers. These notes borrow ideas from
many sources, for example @Strang, @Knill, @Schey, @Thomas, many sources, for example @Strang, @Knill, @Schey, @Thomas,
@RogawskiAdams, several Wikipedia pages, and other sources.. @RogawskiAdams, several Wikipedia pages, and other sources.
These notes are accompanied by a `Julia` package `CalculusWithJulia` These notes are accompanied by a `Julia` package `CalculusWithJulia`
that provides some simple functions to streamline some common tasks that provides some simple functions to streamline some common tasks