Message Boards Message Boards

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

Plot points with two or more variables using Graphics

Posted 9 years ago

Hello!

I have the next code:

enter image description here

How could I represent the graphic if q=t+z, with {z,0,a}?

Thank you.

POSTED BY: Luciano Tresto
2 Replies
Manipulate[
q = t + z;
Graphics[Point[Table[{q, Sin[q]}, {t, 0, a, 2 \[Pi]/10}]]],
{a, 0, 2 \[Pi]}, 
{z, -1, 1}]
POSTED BY: Isaac Abraham
Posted 9 years ago

Thank you for your response, Abraham, but It´s not exactly what i am lookig for. I need only one controller "a". "t" and "z" are the variables which depends of "a".

POSTED BY: Luciano Tresto
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