Re: Integrating DiracDelta in Mathematica: how to suppress
- To: mathgroup at smc.vnet.net
- Subject: [mg128336] Re: Integrating DiracDelta in Mathematica: how to suppress
- From: Alex Krasnov <akrasnov at eecs.berkeley.edu>
- Date: Mon, 8 Oct 2012 02:30:03 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <20121007053235.39FF06863@smc.vnet.net>
Look into assumptions. If q2 is in fact real, then you can use the following code: In: Assuming[Element[q2, Reals], Integrate[DiracDelta[p - q2], {p, -Infinity, Infinity}]] Out: 1 Alex On Sun, 7 Oct 2012, Yaj wrote: > For the integral shown below, how do I get Mathematica to output only the "correct" answer as 1 (for future steps in the notebook) and i.e. have Mathematica NOT OUTPUT the ConditionalExpresssion that q2 is real etc? > > In[5]:= Integrate[DiracDelta[p - q2], {p, -Infinity, Infinity}] > > Out[5]:= ConditionalExpression[1, q2 \[Element] Reals] >
- References:
- Integrating DiracDelta in Mathematica: how to suppress ConditionalExpression
- From: Yaj <ybhattacharya@gmail.com>
- Integrating DiracDelta in Mathematica: how to suppress ConditionalExpression