Skip to content

Instantly share code, notes, and snippets.

@raydsameshima
Created October 15, 2020 22:05
Show Gist options
  • Save raydsameshima/7bf43bdc4184e61b283dbdfc2a07f1de to your computer and use it in GitHub Desktop.
Save raydsameshima/7bf43bdc4184e61b283dbdfc2a07f1de 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
@raydsameshima
Copy link
Author

(%i20) limit(%iintegrate( ev( (%ix)^(n-1)exp(-%ix*(D-%ie))/gamma(n), n:8), x,0,inf), e,0);
1
(%o20) --
8
D
(%i21) limit(%i
integrate( ev( (%ix)^(n-1)exp(-%ix(D-%ie))/gamma(n), n:7), x,0,inf), e,0);
1
(%o21) --
7
D
(%i22) limit(%i
integrate( ev( (%ix)^(n-1)exp(-%ix(D-%i*e))/gamma(n), n:6), x,0,inf), e,0);
1
(%o22) --
6
D

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