From 3c7f4dd1095bb30c3929c556b1e64e8344c6a2ec Mon Sep 17 00:00:00 2001 From: Paul Alesius Date: Mon, 1 Jan 2024 19:40:48 +0100 Subject: [PATCH] On polynomials --- .gitignore | 3 ++- README.org | 4 ++++ src/SUMMARY.org | 6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e742e03..3686d5d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ book *.old *.html -src/llmath/**/*.png +src/**/*.png src/**/*.pdf +src/**/*.tex notes.txt src/**/*.md docs diff --git a/README.org b/README.org index 4db5964..14cf397 100644 --- a/README.org +++ b/README.org @@ -14,6 +14,10 @@ This book is designed with beginners in mathematics in mind, especially those wh - *Focus:* Building foundational content - *Edition:* 2024 +*** Availability +- *HTML*: https://paulalesius.github.io/llmath/ +- *PDF*: #[TODO] + ** Emphasis on R Programming Language Our journey will primarily utilize the R programming language as our tool for executing and understanding mathematical concepts. R is renowned for its powerful capabilities in statistical computing and graphics, making it an ideal choice for exploring the mathematics of Large Language Models (LLMs). diff --git a/src/SUMMARY.org b/src/SUMMARY.org index 47e808f..f75e3e2 100644 --- a/src/SUMMARY.org +++ b/src/SUMMARY.org @@ -49,9 +49,9 @@ - [[file:llmath/algebra/polynomials.org][polynomials]] - [[file:llmath/algebra/polynomials/introduction.org][introduction]] - [[file:llmath/algebra/polynomials/operations.org][operations]] - - [[file:llmath/algebra/polynomials/factoring-polynomials.org][factoring-polynomials #TODO]] - - [[file:llmath/algebra/polynomials/polynomial-equations.org][polynomial-equations #TODO]] - - [[file:llmath/algebra/polynomials/graphing-polynomials.org][graphing-polynomials #TODO]] + - [[file:llmath/algebra/polynomials/factoring-polynomials.org][factoring-polynomials]] + - [[file:llmath/algebra/polynomials/polynomial-equations.org][polynomial-equations]] + - [[file:llmath/algebra/polynomials/graphing-polynomials.org][graphing-polynomials]] - [[file:llmath/algebra/sequences-and-series.org][sequences-and-series #TODO]] - [[file:llmath/algebra/sequences-and-series/arithmetic-sequences.org][arithmetic-sequences #TODO]] - [[file:llmath/algebra/sequences-and-series/geometric-sequences.org][geometric-sequences #TODO]]