Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Observatorio-de-Matematica/ae557e4d0619cc84e1e6f0c6b44d2ba6 to your computer and use it in GitHub Desktop.
Save Observatorio-de-Matematica/ae557e4d0619cc84e1e6f0c6b44d2ba6 to your computer and use it in GitHub Desktop.
(%i1) integrate(x^2 * %e ^ (-x ^ 2), x);
2
- x
sqrt(%pi) erf(x) x %e
(%o1) ---------------- - --------
4 2
(%i2) plot2d(%o1, [x, -1.5, 1.5]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment