notes

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 39e0e8880493033dc3349d28343170e4ab31b3c3
parent ccc280ed7d70e37089abf4d531e5150687fa6aab
Author: Andrew <andrewlaack1@gmail.com>
Date:   Wed, 21 Aug 2024 09:10:40 -0500

Calc notes

Diffstat:
MCalculus.md | 5+++++
AJerk.md | 10++++++++++
Mindex.md | 1+
3 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/Calculus.md b/Calculus.md @@ -18,6 +18,11 @@ L2: - [[Surjective.md]] - [[Bijective.md]] +Calculus Early Transcendentals JS: + +Section 2.8: + - [[Jerk.md]] + ## Known Integrals diff --git a/Jerk.md b/Jerk.md @@ -0,0 +1,10 @@ +:calculus: +# Jerk + +Section 2.8 + +## Notes + +**Definition:** A jerk is the third derivative of a position function. + +The first derivative would be velocity, second would be acceleration, third is jerk. diff --git a/index.md b/index.md @@ -45,6 +45,7 @@ ML - [ ] Mamba - [ ] Transformer - [ ] KAN + - [ ] Linear Regression statistical approach Algorithms - [ ]