Re: HoldForm
- To: mathgroup at smc.vnet.net
- Subject: [mg76122] Re: HoldForm
- From: dimitris <dimmechan at yahoo.com>
- Date: Wed, 16 May 2007 05:42:44 -0400 (EDT)
- References: <f294ia$mpg$1@smc.vnet.net>
Thanks to everyone replied to me!
Dimitris
=CF/=C7 dimitris =DD=E3=F1=E1=F8=E5:
> May be I will annoy a little Roman (I am just kiddin'!)
> but I have one question about HoldForm (and yes I am
> obsessed with it! No kiddin'! It's amazing!)
>
> I have
>
> In[19]:=
> f[x_] = Log[x]*x;
> lowerLim = 0; upperLim = Pi;
>
> Then
>
> In[20]:=
> o = HoldForm[Integrate[f[x], {x, lowerLim, upperLim}]]
>
> Out[20]=
> HoldForm[Integrate[f[x], {x, lowerLim, upperLim}]]
>
> However I want the output of Input[20] to be as Out[28]...
>
> In[28]:=
> HoldForm[Integrate[Log[x]*x, {x, 0, Pi}]]
>
> Out[28]=
> HoldForm[Integrate[Log[x]*x, {x, 0, Pi}]]
>
> Any ideas???
>
> Thanks a lot!
>
> Dimitris