MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

HoldForm

  • To: mathgroup at smc.vnet.net
  • Subject: [mg75968] HoldForm
  • From: dimitris <dimmechan at yahoo.com>
  • Date: Mon, 14 May 2007 03:39:23 -0400 (EDT)

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



  • Follow-Ups:
  • Prev by Date: Re: Why Sort[{"AX", "!D", "EX"}] -> {"AX", "!D", "EX"} ?
  • Next by Date: RE: Block[], OpenRead[], & /@
  • Previous by thread: Re: Converting Binary form to a desired array
  • Next by thread: Re: HoldForm