Compare commits

...

2 Commits

Author SHA1 Message Date
john verzani
7ff83390aa Merge pull request #130 from rbstrachan/patch-1
Fix punctuation in index.qmd
2024-05-26 07:26:15 -04:00
reiwa(令和)
e7ec06247b Fix punctuation in index.qmd
Adds a missing `"` character and removes and extraneous `.`
2024-05-25 17:18:34 -04:00

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