User Portlet User Portlet

Discussions
Thanks Nasser and Henrik ok now I went to try the code for average with different values of constant c data = Table[{i, [FT /. sol /. t -> i}, {i, -20, 20, .1}]; area = Integrate[x[t] /. sol, {t, -20, 20}]; average =...
Works great, thanks alot!