Wolfram, Canvas, and Desmos logos

by sonone, May 1, 2020, 9:21 PM

Here are three different logos each that display a different Asymptote technique.
Wolfram logo:
[asy]
import cse5;
size(200);
pen wp=white+linewidth(8);
real sw=3;
filldraw((sw,sw)--(sw,-sw)--(-sw,-sw)--(-sw,sw)--cycle,red,red+linewidth(10));
real a=d((0,0),dir(90)+dir(162));

for(int i=1; i<=5; ++i){
pair p1=dir(i*72+18);
pair p2=dir((i+1)*72+18);
pair p11=dir(i*72-18);
pair p22=dir((i+1)*72-18);
pair p3=dir((i-1)*72+18);
D((0,0)--p1,wp);
D(p1--p1+p2--p2,wp);
D(p1+p2--p1+p2+dir(72*(i)+54),wp);
D(p3--p3+p11--(a+1)*p11--p1+p11--p1,wp);
D(p1+p11--(a+1)*p1--p22+p1,wp);
}
[/asy]
Wolfram code highlights

Canvas logo:
[asy]
for(int i=0; i<8; ++i){
fill(Circle(3*dir(i*360/8),.9),white);
fill(Circle(1.55*dir(i*360/8),.2),white);
}
clip(Circle((0,0),3));
shipout(bbox(5mm,red,Fill));
[/asy]
Canvas code highlights

Desmos logo:
[asy]
filldraw((5,-2.5)--(-5,-2.5)--(-5,7.5)--(5,7.5)--cycle,deepgreen,deepgreen+linewidth(5));
real f(real x){
return .9*cos(1.1*x+1)+1;
}
real F(real x){
return .9*cos(1.1*x+1)+1.8;
}
real g(real x){
return .34*x^2;
}
real G(real x){
return .4*x^2+.8;
}
draw(graph(f,-5.5,5.5));
draw(graph(F,-5.5,5.5));
draw(graph(g,-4.9,4.9));
draw(graph(G,-4.9,4.9));

filldraw(graph(g,-4.9,4.9)--graph(G,4.9,-4.9)--cycle,white,deepgreen+linewidth(2));
filldraw(graph(f,-6,6)--graph(F,6,-6)--cycle,white,deepgreen+linewidth(2));
clip((5,-2.5)--(-5,-2.5)--(-5,7.5)--(5,7.5)--cycle);
[/asy]
Desmos code highlight

Feel free to use at will. Just be carful when changing the size of the Wolfram logo directly from the code. Try it, and you'll see. :)

Comment

1 Comment

The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
Beautyful pictures! Many compliments.

by Chishimotoji, May 4, 2020, 10:56 AM

Old material is mostly Asymptote, new material is calculator programming

avatar

sonone
Archives
+ April 2023
+ August 2022
+ April 2021
+ August 2020
Shouts
Submit
  • I still exist as well.

    by G.G.Otto, Aug 11, 2023, 2:44 AM

  • hello I'm still here lol

    by player01, Aug 6, 2022, 6:24 PM

  • [REVIVAL] I will start posting more calculator relating posts very soon. Even though school has been busy, I have been programming my calculators a decent amount, so I have a lot to share...

    by sonone, Feb 18, 2022, 10:29 PM

  • wow its been like 2.5 years since geo class

    by pieMax2713, Feb 4, 2022, 8:38 PM

  • @violin21, I've been very busy with school lately and haven't been able to add another lesson. I will when i get a free moment

    by sonone, Aug 19, 2021, 12:45 AM

  • ORZ CODER

    by samrocksnature, Aug 9, 2021, 9:57 PM

  • Could you make more Asymptote lessons on your "How to do Asymptote" blog?

    by violin21, Aug 9, 2021, 7:26 PM

  • You can take it, just C&P the CSS into your CSS area

    by sonone, Apr 17, 2021, 10:08 PM

  • how can we take the CSS if we have permission to not take it?

    by GoogleNebula, Apr 17, 2021, 5:22 PM

  • That is awesome!

    by sonone, Apr 15, 2021, 10:09 PM

  • I modified your dodecahedron and got:
    [asy]
    import three;
    import solids;
    size(300);
    currentprojection=orthographic(0,1.3,1.2);
    light(0,5,10);

    real phi=(sqrt(6)+1)/3;
    real g=(phi-1)/2;
    real s=1/2;
    real a=sqrt(1-phi*phi/4-g*g)+phi/2;

    triple[] d;
    d[0]=(phi

    by Andrew2019, Mar 26, 2021, 12:15 AM

  • Not too many, just changing the color here and there. I really like your CSS!

    by sonone, Feb 2, 2021, 10:35 AM

  • Nice!

    I see you're making changes to the CSS. :)

    by G.G.Otto, Feb 1, 2021, 9:26 PM

  • I'm learning Java now!

    by sonone, Feb 1, 2021, 5:56 PM

  • And I took part of it from CaptainFlint and then added a ton of modifications. ;)

    by G.G.Otto, Dec 1, 2020, 8:56 AM

98 shouts
Tags
About Owner
  • Posts: 2106
  • Joined: Aug 20, 2016
Blog Stats
  • Blog created: Mar 28, 2020
  • Total entries: 61
  • Total visits: 4961
  • Total comments: 146
Search Blog
a