Showing posts with label Monster. Show all posts
Showing posts with label Monster. Show all posts

Saturday, January 7, 2017

A Monster Equation

x² + y² - a[exp(sin³(x-y)) + exp(sin³(-x-y))]² = c
  • x and y are variables.
  • a and c are parameters.


(a = 3, c = 0.5)

Scilab script:

clear;
clf();
xset("wdim",400,400);
xset("fpf"," ");
xset("thickness", 2);
square(-8.2,-8.2,8.2,8.2);

a = 3;
c = 0.5;
function z = fun(x,y)
   z = x^2 + y^2 - a*(exp(sin(x-y)^3) + exp(sin(-x-y)^3))^2 - c;
endfunction
data = linspace(-8.2, 8.2, 2000);

contour2d(data, data, fun, [0,0], style=color("red"), axesflag=0);



(a = -1, c = 24)


(a = -2, c = 50)


( Mathematical software used: Scilab )

Friday, June 10, 2016

Lion Man













Equations:

(x² + y² - 3) sqrt(x² + y²)

= a(1 + sign(a)by/sqrt(x² + y²))^ln(c + abs(x)/sqrt(x² + y²))



Examples:

Download page


Thursday, August 8, 2013

Wednesday, August 7, 2013

Thursday, August 1, 2013

Wednesday, July 31, 2013

Saturday, July 20, 2013

Thursday, July 11, 2013

Long-tailed Monster (長尾怪物)



The original graph (of equation)


( Mathematical softwares used: gnuplot, UDAV )

Monday, July 8, 2013

Underground Monsters (地底怪物)





The original graph (of inequality)


( Mathematical software used: UDAV )

Sunday, June 30, 2013

Lazy Monster (偷懶的怪物)

1024x768 pixels (Click on the image for a larger view.)

( Mathematical software used: UDAV )

Saturday, June 29, 2013

Wizard Tree (巫師樹)

400x295 pixels (GIF animation)


1024x755 pixels (Click on the image for a larger view.)


( Mathematical software used: UDAV )

Friday, June 28, 2013

Picky Eater Monster and Its Father (挑食怪物和它的爸比)

1024x1024 pixels (Click on the image for a larger view.)


1024x1024 pixels


( Mathematical software used: gnuplot )

Monster Berserker (狂暴怪物戰士)



( Mathematical software used: gnuplot )

Four-Eared Monster (四耳怪物)



( Mathematical software used: gnuplot )

Friday, January 11, 2013

Monsters Need Love Too (怪物也需要愛)

f1(x,y) > 0


fc(x,y) > 0,  c = 0.3 ~ 1


( Mathematical software used: UDAV )

Tuesday, January 8, 2013

Monster with Bamboo Dragonfly (Bamboo-copter) (竹蜻蜓怪物)

(Inequality Graph)


(Equation Graph)


( Mathematical software used: gnuplot )

Friday, November 9, 2012

Monday, November 5, 2012

Sunday, October 28, 2012