integrate sin(t)/t^2



Yeah, I'm a little surprised at this as well.

http://www.wolframalpha.com/input/?i=integrate+sin%28x%29%2Fx%5E2+from+1+to+infinity

integral_1^infinity(sin(x))/x^2 dx = sin(1)-Ci(1)~~0.504067

But Maxima does have the sine and cosine integral now,

http://maxima.sourceforge.net/docs/manual/en/maxima_15.html#SEC80

I have no idea how easy this would be to add to the integration, though.