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: [mg29981] Re: notation help: f(x) = (sin x)^(1/3)
  • From: peter weijnitz <pewei at algonet.se>
  • Date: Fri, 20 Jul 2001 03:28:44 -0400 (EDT)
  • References: <9j65f7$2fv$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

enter:
Plot[Sin[x]^(1/3), {x, -10, 10}]
instead
careful about () ,[]  and {} they have definite meanings in Mathematica
Peter

Tim 9-23 wrote:

> 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.
>
> My email address is anti-spammed.  Remove the 2 B's after hitting email reply
> if you want to email me.
>
> Tim 9-23



  • Prev by Date: Re: Derivative[1][x^2] ??
  • Next by Date: Re: default = "real" ?
  • Previous by thread: Re: notation help: f(x) = (sin x)^(1/3)
  • Next by thread: Re: notation help: f(x) = (sin x)^(1/3)