From d7876895b48919f9ca9e4cc911d4b66b1099ec6b Mon Sep 17 00:00:00 2001 From: Andrew Lin Date: Tue, 16 Aug 2022 12:41:27 -0700 Subject: [PATCH] Typo fixed --- quarto/index.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quarto/index.qmd b/quarto/index.qmd index 48ddcd0..ae90702 100644 --- a/quarto/index.qmd +++ b/quarto/index.qmd @@ -31,7 +31,7 @@ flexible enough to be used as a backend for Apple's Siri feature. ("Siri what is the graph of x squared minus 4?") For learning purposes, computer algebra systems model very well the algebraic/symbolic treatment of the material while providing means to -illustrate the numeric aspects. Theses notes are a bit different in +illustrate the numeric aspects. These notes are a bit different in that `Julia` is primarily used for the numeric style of computing and the algebraic/symbolic treatment is added on. Doing the symbolic treatment by hand can be very beneficial while learning, and computer