RE: help with mathematica problem
- To: mathgroup at smc.vnet.net
- Subject: [mg34598] RE: [mg34557] help with mathematica problem
- From: "David Park" <djmp at earthlink.net>
- Date: Wed, 29 May 2002 02:45:20 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Nilkamal, I'm not certain if I understand your question. But this plots the circle. ParametricPlot3D[Evaluate[{2, 3, 2} + 1.5 {Cos[t], Sin[t], 0}], {t, 0, 2Pi}]; David Park djmp at earthlink.net http://home.earthlink.net/~djmp/ > From: Nilkamal [mailto:nshah at uiuc.edu] To: mathgroup at smc.vnet.net > > > Hi, I'm having trouble solving the following problem: > > Plot the circle parallel to the yz plane of radius 1.5 centred at (2,3,2). > > the problem is here: > > Evaluate[{2,3,2} + 1.5 {Cos[t], Sin[t], 0}] > > I don't know what to put above. > >