|
[Date Index]
[Thread Index]
[Author Index]
Hold/Evaluate in Integrate
- To: mathgroup at yoda.physics.unc.edu
- Subject: Hold/Evaluate in Integrate
- From: gt9397a at prism.gatech.edu (Daryl Steven Reece)
- Date: Tue, 30 Nov 1993 22:27:50 -0500 (EST)
Can anyone tell me why
Hold[Integrate[Evaluate[x+x], x]]
returns
Hold[Integrate[Evaluate[x+x],x]]
not Hold[Integrate[2x, x]]?
I want to force evaluation of the arguments to Integrate
but not evaluate the integral.
Thanks in advance.
Daryl (dreece at cad.gatech.edu)
Prev by Date:
Mathematica on Sun + Mac???
Next by Date:
Fit: no problem
Previous by thread:
Mathematica on Sun + Mac???
Next by thread:
Fit: no problem
|