 
 
 
 
 
 
Re: notation help: f(x) = (sin x)^(1/3)
- To: mathgroup at smc.vnet.net
- Subject: [mg29966] Re: notation help: f(x) = (sin x)^(1/3)
- From: Ignacio Rodriguez <ignacio at sgirmn.pluri.ucm.es>
- Date: Fri, 20 Jul 2001 03:28:29 -0400 (EDT)
- Organization: UCM
- References: <9j65f7$2fv$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Square brackets are just for function arguments. Try
Plot[(Sin[x])^(1/3),{x,-10,10}] (or just Plot[Sin[x]^(1/3),{x,-10,10}]).
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
--
Ignacio Rodriguez Ramirez de Arellano
Unidad de RMN
Universidad Complutense
Paseo Juan XXIII, 1
Madrid 28040, Spain
Tel. 34-91-394-3288
Fax  34-91-394-3245
e-mail: ignacio at sgirmn.pluri.ucm.es

