You are not logged in.
Hi;
I just noticed that I could right click those images and save them as an animated .gif!
They are GIF animations, not Flash animations.
Hi bob bundy;
Thank you for watching and have a nice day!
Very good! More! More! More!
Hi bobbym;
Thank you for your appreciation.
Six-pointed stars:
Sine Star (3)
Cosine Star (3)
Sine Star (1)
(Please click on the link for more information.)
Cosine Star (1)
(Please click on the link for more information.)
Sine Star (2)
(Click on the link to see more pictures.)
Cosine Star (2)
(Click on the link to see more pictures.)
Six-pointed stars:
Sine Star (3)
(Click on the link to see more pictures.)
Cosine Star (3)
(Click on the link to see more pictures.)
Hi All!
A five-pointed star (☆) can be obtained by drawing five lines.
Based on this, I made an animation by drawing five collections
of parallel lines: Starflakes Animation
Hi;
The little mouse is my favorite I think.
Hi;
Thank you for your appreciation.
Hi bobbym,
Thank you! And you're welcome.
Hi MathsIsFun,
Thank you for your appreciation.
The following image is the original graph (of inequality) of the first picture in the post "Monster Cow".
Hi Everyone!
I don't know if this is cool or not: Drawing a US Flag using Inequalities.
It's really a practical application of mathematics.
if you know anything about any iteration/iterations post it here.
The Antlerman Sequence
Hey benice,
Wow! What programme did you use?
UDAV (universal data array visualization)
It's free!
Have you seen the example here, using numpy and matplotlib : http://mentat.za.net/numpy/intro/intro.html
Thanks again for the link, gAr! I've bookmarked that page.
Hi;
Looks like a hamburger! A delicious one!
Hi,
The boundary curve is a superellipse: (x/4)^4 + (y/3)^4 = 1.
I've found a cool function: -|x|^(-|x|)
Hi pisquared,
You are so sick! Me too!
Hi gAr,
Thanks for the link! I noticed the Buddha's quote in your signature.
Have you seen the Buddhabrot? It's amazing!
Hi bobbym,
I agree with you. It's difficult to write a contour plotter from scratch.
Many thanks to those kind people who make open/free plotters for us.
Hi,
The MathsIsFun Equation Grapher gives wrong graph for
(abs(x-1) + abs(y) - 1) * (abs(x) + abs(y-1) - 1) = 0.
Yes, sagemath uses matplotlib.
http://wiki.sagemath.org/plot.
Thanks for the link!
Hi gAr,
Here are the images I plotted using sagemath.
Could you tell me which package did you use to make these images? Is it Matplotlib?
In the assignment here:
f3(x,y) = f( sqrt(x^2 + y^2), atan2(x,y) + 6*pi )
What is f(...) equal to?
-π < atan2(x,y) <= π
5π < atan2(x,y) + 6π <= 7π
The set of polar coordinates A = { (r,t) | f(r,t) = 0 , r∈[0,∞) , t∈(5π,7π] }
is transformed to the set of rectangular coordinates B = { (x,y) | f3(x,y) = 0, x∈R, y∈R }.
That is, A and B represent the same figure (curve) in the plane.
Hi bobbym,
Thanks again for your reply.
Let's say you can not do that, ...
Yes, I can't do that. Graph 4.3 does not support script. It plots equations of the type F(x,y) = 0 with variables x and y (not r and t).
... , then are you saying that you graph all those functions for each drawing?
I graph those functions one at a time.
Please see the attached images plot_1.png ~ plot_4.png for the case m=8, n=6 and k=2.5.
The image plot_5.png shows that the graph of f2(x,y)=0 coincides with the graph of f0(x,y)=0.
There is thus no need to plot f2, f3, ... and g2, g3, ... .
Why do you need all those equations. Mine is one equation.
Because the polar coordinate representation of a given point in the plane is not unique:
(r, t) = (r, t ± 2n*pi) = (-r, t ± (2n+1)*pi), where n is any integer.
I define f0, f1, f2, ... for (r, t ± 2n*pi) and g0, g1, g2, ... for (-r, t ± (2n+1)*pi).
Why did you choose the atan2 command?
My idea came from this page. (See the section on 'Converting between polar and Cartesian coordinates'.)
Hi bobbym,
-(x^2 + y^2)^(1.5) + 3*sqrt(x^2+y^2) - sin(8*sqrt(x^2+y^2))*cos(6*atan(y/x))
+ 0.75*sin(6*atan(y/x)) - 0.75 = 0
Hi bobbym,
Here is what I use in the plotting process.
Define the following functions:
f0(x,y) = f( sqrt(x^2 + y^2), atan2(x,y) )
f1(x,y) = f( sqrt(x^2 + y^2), atan2(x,y) + 2*pi )
f2(x,y) = f( sqrt(x^2 + y^2), atan2(x,y) + 4*pi )
f3(x,y) = f( sqrt(x^2 + y^2), atan2(x,y) + 6*pi )
. . . . . .
g0(x,y) = f( -sqrt(x^2 + y^2), atan2(x,y) + pi )
g1(x,y) = f( -sqrt(x^2 + y^2), atan2(x,y) + 3*pi )
g2(x,y) = f( -sqrt(x^2 + y^2), atan2(x,y) + 5*pi )
g3(x,y) = f( -sqrt(x^2 + y^2), atan2(x,y) + 7*pi )
. . . . . .
Examples of plotting f(r,t) = 0:
m=8, n=6, k=5:
Plot f0(x,y) = 0, g0(x,y) = 0.
m=8, n=6, k=2.5:
Plot f0(x,y) = 0, f1(x,y) = 0, g0(x,y) = 0, g1(x,y) = 0.
m=8, n=6, k=1.25:
Plot f0(x,y) = 0, f1(x,y) = 0, f2(x,y) = 0, f3(x,y)=0,
and g0(x,y) = 0, g1(x,y) = 0, g2(x,y) = 0, g3(x,y) = 0.