Skip to content

Instantly share code, notes, and snippets.

@Observatorio-de-Matematica
Forked from raydsameshima/eq.(1.2)
Created November 30, 2023 17:04
Show Gist options
  • Save Observatorio-de-Matematica/6ca9a1c45a8e4a054efc1e68e4a4b31a to your computer and use it in GitHub Desktop.
Save Observatorio-de-Matematica/6ca9a1c45a8e4a054efc1e68e4a4b31a to your computer and use it in GitHub Desktop.
(%i13) limit(integrate( ev( (-%i*x)^(n-1)*exp(%i*x*(D+%i*e))/gamma(n), n:3), x,0,inf), e,0);
%i
(%o13) --
3
D
(%i14) limit(integrate( ev( (-%i*x)^(n-1)*exp(%i*x*(D+%i*e))/gamma(n), n:4), x,0,inf), e,0);
%i
(%o14) --
4
D
(%i15) limit(integrate( ev( (-%i*x)^(n-1)*exp(%i*x*(D+%i*e))/gamma(n), n:5), x,0,inf), e,0);
%i
(%o15) --
5
D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment