Message Boards Message Boards

0
|
1944 Views
|
2 Replies
|
1 Total Likes
View groups...
Share
Share this post:

How do I label a point on my 3D parametric equation plot?

Posted 11 years ago
Hi all,

I am having a hard time figuring this out. I have a parametric curve (3D) f[t_] = {4 - 2 t, 2 + t, 8 - t} and I need to label a specific point in the 3D plot at (2,1,3). How do I do this?
POSTED BY: david bell
2 Replies
Posted 11 years ago
thank you bill!
POSTED BY: david bell
Posted 11 years ago
Show[{
  Graphics3D[{PointSize[.02], Point[{2,1,3}]}],
  Graphics3D[Text[{2,1,3}, {2,1,3}, {-2,0}]],
  ParametricPlot3D[{4-2t, 2+t, 8-t}, {t,0,4}]
  }]
POSTED BY: Bill Simpson
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract