Groups | Search | Server Info | Login | Register
Groups > comp.soft-sys.math.mathematica > #16866
| From | Bob Hanlon <hanlonr357@gmail.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: missing in Manipulate |
| Date | 2014-04-28 01:44 +0000 |
| Message-ID | <ljkbqa$1tl$1@smc.vnet.net> (permalink) |
| References | <20140427060728.310616A19@smc.vnet.net> |
| Organization | Time-Warner Telecom |
Freeze the other variable
Manipulate[
ParametricPlot[F[2, v, w], {w, 0, Pi}, PlotRange -> All], {v, 0, 2 Pi,
Pi/12}]
Bob Hanlon
On Sun, Apr 27, 2014 at 2:07 AM, Narasimham <mathma18@gmail.com> wrote:
> Clear[F,f,g,u,v,w]
> f[u_,v_,w_]=Cos[w]Cos[u]Cos[v]-Sin[w]Sin[u]Sin[v];
> g[u_,v_,w_]=Cos[w]Cos[u]Sin[v]+Sin[w]Sin[u]Cos[v] ;
> F[u_,v_,w_]={Cos[w]Cos[u]Cos[v]-Sin[w]Sin[u]Sin[v],Cos[w]Cos[u]Sin[v]+Sin[w]Sin[u]Cos[v]}
> ;
> ParametricPlot[{f[2,v,w],g[2,v,w]},{v,0,2 Pi},{w,0,Pi},PlotRange->All]
> Manipulate[ParametricPlot[F[2,v,w],{v,0,2
> Pi},PlotRange->All],{w,0,Pi,Pi/12}]
>
> In function definition two function arguments f,g are combined in a list
> of F.
>
> When one variable is frozen, the Manipulate works to produce circles only,
> while it should be displaying ellipses.What do I miss here?
>
> Regards
> Narasimham
>
>
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar
Re: missing in Manipulate Bob Hanlon <hanlonr357@gmail.com> - 2014-04-28 01:44 +0000
csiph-web