From 28ab0e63291d08ca77981852104c18bc6bb1240a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Gu=C3=A9gan?= Date: Fri, 12 Jul 2024 07:43:29 +0200 Subject: [PATCH] Minor changes --- source/calculus/notations.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/calculus/notations.rst b/source/calculus/notations.rst index adc7730..6a8ac2e 100644 --- a/source/calculus/notations.rst +++ b/source/calculus/notations.rst @@ -4,7 +4,13 @@ Differentiation Notations Leibniz's Notation ------------------- -https://www.me.psu.edu/cimbala/me420/Homework/dydx_quotient_article.html + +The derivative of a function :math:`f` at :math:`x` is given +by :math:`\lim\limits_{h\to0} \frac{f(x+h)-f(x)}{h}`. + +The Leibniz's notation expresses the derivative of :math:`f` as :math:`\frac{dy}{dx}` with :math:`y=f(x)`. + +More details `here `__. Lagrange's Notation -------------------