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 )

5 comments:

  1. Thanks for posting! I really like what you've acquired here; You should keep it up forever!pinecrest tutoring Best of luck

    ReplyDelete
  2. I just wanted to add a comment here to mention thanks for you very nice ideas.Windermere Tutoring I appreciate when I see well written material.

    ReplyDelete
  3. This is a great inspiring article.Private tutor Alpine I am pretty much pleased with your good work. You put really very helpful information. Keep it up. Keep blogging. Looking to reading your next post.

    ReplyDelete
  4. Wirklich mal wieder eine ganz tolle Grafik die du da gezaubert hast.Sieht echt wieder klasse aus.Wie war es in der Unterkunft Spiez bei euch.Grüße Glen

    ReplyDelete
  5. https://amitbajajmaths.blogspot.com/2020/12/celebrating-birth-anniversary-and.html?sc=1650963400754#c3884998854022538263

    ReplyDelete