Name:
Anonymous
2009-11-10 23:00
int(e^x^2,x=0..1)
go forth and solve!
PS erf
Name:
Anonymous
2009-11-15 23:35
int(e^(x^2))->
int(1 + x^2 + x^4/2! + x^6/3! + x^8/4! + ...)->
(x + x^3/3 + x^5/(5*2!) + x^7/(7*3!) + x^9/(9*4!) + ...) from 0...1
= 1 + 1/3 + 1/(5*2!) + 1/(7*3!) + 1/(9*4!) + ...
In other words, fuck you op