Skip to content

Instantly share code, notes, and snippets.

@hlecuanda
Last active June 12, 2017 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hlecuanda/da4a92eac7e2697bac1921f8811f84cf to your computer and use it in GitHub Desktop.
Save hlecuanda/da4a92eac7e2697bac1921f8811f84cf to your computer and use it in GitHub Desktop.
Propiedades de las integrales indefinidas

Propiedades de las integrales indefinidas

$$\int_a^b f(x)dx = -\int_b^a f(x)dx$$

$$\int_a^b f(x) + g(x) dx = \int_a^b f(x) +\int_a^b g(x) dx $$

$$ \int_a^b k \dot f(x) dx = k \dot \int_a^b f(x) dx $$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment