Re: Integral form, possable to add "assumptions parameter?
- To: mathgroup at smc.vnet.net
- Subject: [mg84417] Re: Integral form, possable to add "assumptions parameter?
- From: Szabolcs Horvát <szhorvat at gmail.com>
- Date: Sat, 22 Dec 2007 05:44:49 -0500 (EST)
- References: <fkft93$c9$1@smc.vnet.net>
richard.trilling at gmail.com wrote:
> I know how to add the "Assumptions->" parameter to the text form of
> the syntax "Integrate [..., Assumptions ->".
>
> Is it possible to have the integral in displayed equation form and so
> how add the add the various parmeters in that form?
>
> Or do I always have to use the text form of the command?
You can use
Assuming[n > 0, Integrate[x^n, {x, 0, 1}]]
and use the "pretty form" of the integral in the middle.
--
Szabolcs