| Author |
Comment/Response |
Forum Moderator
email me
 |
10/05/01 2:45pm
There are general notes on Integrate at:
http://support.wolfram.com/mathematica/kernel/Symbols/System/Integrate.html
You may need to consult with someone familiar with the mathematics of your application
to further investigate the expression you are trying to integrate.
NIntegrate being a numerical integrator will need the symbols that are not the variable of
integration to be numerical, e.g. NIntegrate[ y x, {x, 0,1}] will not evaluate if y is not
a number.
Tom Zeller
Forum Moderator
URL: , |
|