User Portlet User Portlet

Discussions
I am numerically integrating a function x^2 from -5 to 5 NIntegrate[x^2, {x, -10, 10}, Method -> "LocalAdaptive"] Between this -5 to 5, i want to find many integrand values from various ranges, say integrand value from -5 to -4.9, integrand...
I have been Numerically Integrating the function (0.00159155/(x^2 + 0.000025^2)) from -10 to 10. But what i get is the ordinate values and when i plot it, it just shows the ordinate plot. Any way i can use array options from -10 to 10, show the...
How can I plot a graph and interval table for the following function? NIntegrate[0.00159155/(x^2 + 0.000025^2), {x, -10, 10, 0.2}, Method -> {"MultiPanelRule", Method -> {"TrapezoidalRule", "Points" -> 2, "RombergQuadrature" -> False},...