From f5a3bdc1fa10363026a81d49f6e66b16639175f2 Mon Sep 17 00:00:00 2001 From: Ryan Birmingham Date: Tue, 10 Mar 2020 22:59:55 -0400 Subject: [PATCH] Remove reference to prime notation --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index c48e6f5..8a41404 100644 --- a/README.md +++ b/README.md @@ -90,20 +90,6 @@ There are a few basic approaches to using the Calculus package: h2([1.0, 1.0]) h2([pi, pi]) -## Prime Notation - -For scalar functions that map R to R, you can use the `'` operator to calculate -derivatives as well. This operator can be used abritratily many times, but you -should keep in mind that the approximation degrades with each approximate -derivative you calculate: - - using Calculus - - f(x) = sin(x) - f'(1.0) - cos(1.0) - f''(1.0) - (-sin(1.0)) - f'''(1.0) - (-cos(1.0)) - ## Symbolic Differentiation using Calculus