Last active
April 2, 2020 19:20
-
-
Save ahmedazizkhelifi/89087b2acb38a11671aa2767ea80d15d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| First order derivative : $$f'(x)$$ | |
| K-th order derivative : $$f^{(k)}(x)$$ | |
| Partial firt order deivative : $$\frac{\partial f}{\partial x}$$ | |
| Partial k-th order derivative : $$\frac{\partial^{k} f}{\partial x^k}$$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment