Message Boards Message Boards

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

Having Trouble In Mathematica using Parametric Plot function. First timer

Posted 9 years ago
ParametricPlot[{cos[t], -sin[t]}, {t, 0,10 Pi}]

i know its basic but when I evaluate this, the graph comes up blank. Can someone tell me if I'm making a mistake somewhere? Thank You

POSTED BY: Joseph Rebis
2 Replies

Just capitalize the names of the functions:

ParametricPlot[{Cos[t], -Sin[t]}, {t, 0, 10 Pi}]

All built-in functions start with a capital letter.

POSTED BY: Gianluca Gorni
Posted 9 years ago

Thank You! I knew it was something small like that.

POSTED BY: Joseph Rebis
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