MathGroup Archive 2003

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

Search the Archive

Re: Derivative help

  • To: mathgroup at smc.vnet.net
  • Subject: [mg39165] Re: Derivative help
  • From: Bill Rowe <listuser at earthlink.net>
  • Date: Fri, 31 Jan 2003 23:37:19 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

On 1/31/03 at 4:36 AM, stevezx at attbi.com (Steve Chiang) wrote:

>Hi, all.  I'm new to Mathematica.  I went to the help section for my
>question but it only further confused me.  I'm basically trying to
>take the first derivative of (ln(x))^x.  Here is my syntax: f =
>(ln(x))^x.  But then when I evaluate f ', it says nothing but
>((ln(x))^x)' which is nothing new. 

I think the issue here is the expression f' does not clearly specify what variable derivative is taken with respect to.

Try either D[Log[x]^x,x] or D[f,x] instead


  • Prev by Date: Re: Derivative help
  • Next by Date: Re: Another plea for help...
  • Previous by thread: RE: Derivative help
  • Next by thread: Re: Derivative help