User Portlet User Portlet

Discussions
Plotting after a computation results in errors indicating the expression is not a machine size variable. How can a limit or other means be use to achieve the desired plot.
I have a data list of definite integrals that I need to numerically evaluate. Then print out the data and list plot. luke
When integrating I get complex numbers when I shouldn't. The complex numbers are in the digital output (4000) that I want to input to another operation without the complex numbers. How do I delete the. luke
I'm trying to execute: Integrate[f(x, g), {x, a, b}, {g, c ,d }, Axes -> True, PlotRange -> All, AxesLabel -> {"IN", "g "}] However, I have imported numerical values of f(x, g), {x, a, b }, and {g, c ,d} from an excel spread sheet into...