MathGroup Archive 1999

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

Search the Archive

Re: Recognising Exponential Function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg19840] Re: Recognising Exponential Function
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Sun, 19 Sep 1999 01:20:25 -0400
  • Organization: Universitaet Leipzig
  • References: <7rsipe$3qn@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi 

I'm not sure if it will help you but

Operate[p, $$exp[x]] /. $$exp -> Exp

will do it.

Hope that helps
  Jens

Patrick McLean wrote:
> 
> How can I recognise the expoential function?
> 
> Since
> 
> Operate[p,Sin[x]]    gives    p[Sin][x]
> 
> Operate[p,Exp[x]]    gives    p[Power][E,x].
> 
> This is because FullForm[Exp[x]]    is    Power[E,x].
> 
> --
> Patrick McLean
> 
> No news is good news...


  • Prev by Date: Re: Limits of multi-var. functions
  • Next by Date: Re: does it run under Windows NT server edition?
  • Previous by thread: Re: Recognising Exponential Function
  • Next by thread: AxesLabel touches the y-Axis