Created
April 3, 2020 20:33
-
-
Save ahmedazizkhelifi/4ed8f4d4cbd201dab51e474e5ff34c59 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
| Simple integral: | |
| $$\int_{a}^b f(x)dx$$ | |
| Double integral: | |
| $$\int_{a}^b\int_{c}^d f(x,y)\,dxdy$$ | |
| Triple integral: | |
| $$\iiint$$ | |
| Quadruple integral: | |
| $$\iiiint$$ | |
| Multiple integral : | |
| $$\idotsint$$ | |
| Contour integral: | |
| $$\oint$$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment