Ask Your Question
0

integral interpretation

asked 2013-02-24 01:59:12 +0200

ajk_birdman gravatar image

updated 2013-02-24 02:03:58 +0200

I found an integral which sage doesn't much seem to like:

var('R, t') integral(((1/(Rt))exp(iRt)), t) it returns this: (essentially) (Ei(iRt))/R

But the two i's should just multiply out and the two R's simplify to 1. And what's 'E'? I realize the integral is divergent, and the indefinite serves my purposes, but I'm not quite sure what

Also, if anyone could point me to a thread on how to attach those nifty screenshot-like html images of a sage session (like those used in error reports, i have no idea what the right word is) into a text box like this, that would be be appreciated. Still new to computing.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-02-24 03:48:41 +0200

achrzesz gravatar image

updated 2013-02-24 03:56:23 +0200

Sage gives you the correct answer. You can check it for example in wolframalpha.

Ei

is the exponential integral (and not a product).

To obtain a better formatted code you can copy-paste your code,

mark it and use the 101... icon.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2013-02-24 01:59:12 +0200

Seen: 406 times

Last updated: Feb 24 '13