MathGroup Archive 2001

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

Search the Archive

Re: notation help: f(x) = (sin x)^(1/3)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg29973] Re: [mg29947] notation help: f(x) = (sin x)^(1/3)
  • From: BobHanlon at aol.com
  • Date: Fri, 20 Jul 2001 03:28:37 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

In a message dated 2001/7/19 4:11:24 AM, bendoftimeb at stny.rr.com writes:

>How do I plot this.  I must not be entering it correctly.  It's the
>plot of the cube root of the Sine function.
>
>Plot[[Sin[x]]^(1/3), {x, -10, 10}] isn't working.  Thanks.  
>

Plot[Sin[x]^(1/3), {x, -10, 10}];

Plot[Abs[Sin[x]]^(1/3), {x, -10, 10}];


Bob Hanlon
Chantilly, VA  USA


  • Prev by Date: Re: Derivative[1][x^2] ??
  • Next by Date: Re: Order of coefficients in output
  • Previous by thread: Re: notation help: f(x) = (sin x)^(1/3)
  • Next by thread: Re: notation help: f(x) = (sin x)^(1/3)