| Author |
Comment/Response |
M
|
04/22/04 2:39pm
Using Mathematica how could I program a graphical output of (for inputted values of A and B, and a given number of ordered pairs):
u = Random() * 2 * pi
v = Random() * 2 * pi
x = (A + Bcos(u))*cos(v)
y = (A + Bcos(u))*sin(v)
URL: , |
|