Groups | Search | Server Info | Login | Register
Groups > comp.soft-sys.math.mathematica > #16866
| Path | csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newspeer1.nac.net!newspump.sol.net!post2.nntp.sol.net!posts.news.twtelecom.net!nnrp3.twtelecom.net!not-for-mail |
|---|---|
| From | Bob Hanlon <hanlonr357@gmail.com> |
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: missing in Manipulate |
| Date | Mon, 28 Apr 2014 01:44:42 +0000 (UTC) |
| Sender | steve@smc.vnet.net |
| Approved | Steven M. Christensen <steve@smc.vnet.net>, Moderator |
| Message-ID | <ljkbqa$1tl$1@smc.vnet.net> (permalink) |
| References | <20140427060728.310616A19@smc.vnet.net> |
| Lines | 36 |
| Organization | Time-Warner Telecom |
| NNTP-Posting-Date | 28 Apr 2014 01:50:53 GMT |
| NNTP-Posting-Host | 298ebe53.news.twtelecom.net |
| X-Trace | DXC=JUE<7?;k36Nk^S9D<aY5lLC_A=>8kQj6M;[h;PUXBgbD?SWP;HjUf@FEFiONJ7[GoFimnm]lc61:G |
| X-Complaints-To | abuse@twtelecom.net |
| Xref | csiph.com comp.soft-sys.math.mathematica:16866 |
Show key headers only | View raw
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