MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

RE: help with mathematica problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg34600] RE: [mg34557] help with mathematica problem
  • From: "tgarza01 at prodigy.net.mx" <tgarza01 at prodigy.net.mx>
  • Date: Wed, 29 May 2002 02:45:29 -0400 (EDT)
  • Reply-to: tgarza01 at prodigy.net.mx
  • Sender: owner-wri-mathgroup at wolfram.com

This may do what you want (why do you use Evaluate here?):

In[1]:=
ParametricPlot3D[{2,3,2}+1.5* {Cos[t], Sin[t],0},{t,0,2 Pi}] 

Tomas Garza
Mexico City


Original Message:
-----------------
From: Nilkamal nshah at uiuc.edu
To: mathgroup at smc.vnet.net
Subject: [mg34600] [mg34557] help with mathematica problem


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.


--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .



  • Prev by Date: RE: help with mathematica problem
  • Next by Date: Re: Define a function
  • Previous by thread: RE: help with mathematica problem
  • Next by thread: Define a function