Skip to content

Instantly share code, notes, and snippets.

@ahmedazizkhelifi
Last active April 2, 2020 19:20
Show Gist options
  • Save ahmedazizkhelifi/89087b2acb38a11671aa2767ea80d15d to your computer and use it in GitHub Desktop.
Save ahmedazizkhelifi/89087b2acb38a11671aa2767ea80d15d to your computer and use it in GitHub Desktop.
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