Showing posts with label Animal. Show all posts
Showing posts with label Animal. Show all posts

Sunday, May 15, 2016

Cat Girl



Equations:

Contour lines:
(16*x^4 + y^4 - 16*x^2*y - 0.1) * (x^2 + (y - 0.5)^2 - 1) = 0.25
(16*x^4 + y^4 - 16*x^2*y - 0.1) * (x^2 + (y - 0.5)^2 - 1) = -2.5

Eyes:
(abs(x) - 0.5)^2 + (y - 0.75)^2 = 0.25^2

Pupils:
(abs(x) - 0.5)^2 + (y - 0.7)^2 = 0.06^2

Nose:
x^2 + 0.75*(y - 0.1)^2 = 0.1^2

Mouth:
x^2 + 8*(y + 0.25)^2 = 0.1^2

Whiskers:
y = sign(x)*(x - 0.55*asin(x)) - 0.025
y = sign(x)*(0.9*x - 0.8*asin(0.9*x)) - 0.025
y = sign(x)*(1.2*x - 1.1*asin(1.2*x)) - 0.025




( Mathematical software used: Graph, GeoGebra )

Thursday, July 24, 2014

Spiral Starfish - a logarithmic spiral pentaskelion (螺旋海星)

A pentaskelion with five logarithmic spirals r(θ) = a*exp(b*θ),
b ~ 0.30635 (same as that of the golden spiral).

b = 0.25

b = 0.5

b = golden ratio ~ 0.618


( Mathematical software used: gnuplot )

Thursday, August 29, 2013

Symbiosis (共生)

Hey, that's my tail!

The original graph.


( Mathematical software used: gnuplot )

Saturday, August 10, 2013

Friday, August 2, 2013

Saturday, July 20, 2013

A Pair of Penguins (一對企鵝)


The original graph (of equation)


( Mathematical software used: gnuplot )

Thursday, July 11, 2013

Duck Man (鴨子人)


The original graph (of equation)


( Mathematical software used: gnuplot )

Wednesday, November 7, 2012

Sunday, January 15, 2012

Friday, January 13, 2012

Monkey Faces (猴子臉)







( Mathematical softwares used: gnuplot, UDAV )

Wednesday, September 28, 2011

Sunday, September 4, 2011

Wednesday, August 24, 2011

Cai Shen Cow (財神牛)


Note: Cai Shen (財神 or 財神爺) is the Chinese god of prosperity.


( Mathematical software used: UDAV )

Tuesday, August 2, 2011

Owl Scout (貓頭鷹偵察兵)



( Mathematical software used: UDAV )


Link:
Another math-generated owl picture by Maths is smART.
-- It's a 2D plot which looks like a 3D mesh plot. Very interesting!

Wednesday, July 20, 2011

Monday, June 27, 2011

Sunday, June 19, 2011

Alien Puppy (1) (外星小狗 1)







( Softwares used: gnuplot, UDAV )

Little Mouse (小老鼠)





1. The mouse in the original graph of the inequality fun(x,y) > 0 has no mouth.


2. Add a circle ( mouth(x,y) = 0 ) as the border line of the mouth.
    Graph fun(x,y) * mouth(x,y) > 0.


3. Add the boundary curves of the inequality regions which will be colored black or white.


4. The red and green meshed regions will be colored black and white, respectively.


5. Color the inequality regions black or white.


6. The finished result.


( Softwares used: gnuplot, Graph )