[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/sci/ - Science & Math


View post   

File: 58 KB, 500x375, PolarGraphs.jpg [View same] [iqdb] [saucenao] [google]
3262597 No.3262597 [Reply] [Original]

ITT: cool looking polar graphs

also, how do you think I could write a program to graph them in java?

>> No.3262602
File: 162 KB, 570x690, 1_201004211347322kSS1.jpg [View same] [iqdb] [saucenao] [google]
3262602

>> No.3262632
File: 25 KB, 288x288, 4885935323_15d46c166d.jpg [View same] [iqdb] [saucenao] [google]
3262632

>> No.3262664
File: 131 KB, 639x743, sshot_2011-06-21_22:49:29.png [View same] [iqdb] [saucenao] [google]
3262664

You are now aware there are neat polar plot options in Mathematica that are documented much worse than the rest of the program.

>> No.3262673

>inb4 someone posts weed

>> No.3262747
File: 35 KB, 839x510, polarplor.jpg [View same] [iqdb] [saucenao] [google]
3262747

>>3262597
I did it for the lulz.

>> No.3262767
File: 51 KB, 829x463, polarplot2.jpg [View same] [iqdb] [saucenao] [google]
3262767

>>3262747
moar

>> No.3262796
File: 129 KB, 450x418, riemann-weierstrass_function.png [View same] [iqdb] [saucenao] [google]
3262796

The almost nowhere differentiable Riemann-Weierstraß (but continuouy) function.

>> No.3262815
File: 1.93 MB, 1920x1040, cutey_Emma_av.png [View same] [iqdb] [saucenao] [google]
3262815

contributin' to improve all of your pics

Hintergrundmuster =
Raster[Table[i, {i, 100}, {j, 100}], {Scaled[{0, 0}],
Scaled[{1, 1}]}, {-20, 110}, ColorFunction -> "LakeColors"];

PolarPlot[Sin[7 t], {t, 0, Pi}, PlotStyle -> {Thick, Black},
Prolog -> Hintergrundmuster]

----------

Manipulate[
Plot3D[y^3 Sin[x], {x, -2, 2}, {y, -2, 2}, Mesh -> 6,
ClippingStyle -> None, ImageSize -> 220,

PlotStyle -> Hue[Farbton, Sättigung, Helligkeit]],

{{Farbton, .4}, 0, 1}, {{Sättigung, .8}, 0, 1}, {{Helligkeit, .9}, 0,
1}]

>> No.3262818
File: 390 KB, 800x1198, cutey_Emma_Schirm.jpg [View same] [iqdb] [saucenao] [google]
3262818

Manipulate[
Plot3D[y^3 Sin[x], {x, -2, 2}, {y, -2, 2},
Mesh -> 4, Boxed -> False, Axes -> False, ImageSize -> 200,

ColorFunction -> partyparty, PlotLabel -> partyparty],

{partyparty, {"DarkRainbow", "Rainbow", "Pastel", "Aquamarine",
"BrassTones", "BrownCyanTones", "CherryTones", "CoffeeTones",
"FuchsiaTones", "GrayTones", "GrayYellowTones", "GreenPinkTones",
"PigeonTones", "RedBlueTones", "RustTones", "SiennaTones",
"ValentineTones", "AlpineColors", "ArmyColors", "AtlanticColors",
"AuroraColors", "AvocadoColors", "BeachColors", "CandyColors",
"CMYKColors", "DeepSeaColors", "FallColors", "FruitPunchColors",
"IslandColors", "LakeColors", "MintColors", "NeonColors",
"PearlColors", "PlumColors", "RoseColors", "SolarColors",
"SouthwestColors", "StarryNightColors", "SunsetColors",
"ThermometerColors", "WatermelonColors", "RedGreenSplit",
"DarkTerrain", "GreenBrownTerrain", "LightTerrain", "SandyTerrain",
"BlueGreenYellow", "LightTemperatureMap", "TemperatureMap",
"BrightBands", "DarkBands"}}, ControlPlacement -> Right]

>> No.3262823
File: 1.02 MB, 2240x3624, cutey_EmmaStone_high_res.jpg [View same] [iqdb] [saucenao] [google]
3262823

Manipulate[
Plot3D[y^3 Sin[x], {x, -2, 2}, {y, -2, 2}, ClippingStyle -> None,
ImageSize -> 160,

ViewPoint -> {Cos[\[Theta]], Sin[\[Theta]], \[CurlyPhi]}, Mesh -> 6],

{{\[Theta], 5,
Dynamic[Framed@Graphics[{Blue, Disk[{0, 0}, 1, {0, \[Theta]}]},
PlotRange -> 1, ImageSize -> 20]]}, 0,
2 \[Pi]}, {{\[CurlyPhi], 1, "Höhe"}, -1, 2}]

>> No.3262827

>>3262823
You were bored again and the "collect my constants" thing has already been written, huh?

>> No.3262847

Java.. Mathematica??
are you people on drugs?!

write that shit in c with OpenGL you posers

>> No.3262854

>>3262847
The only way of being less effective would be painting the images with the brush in your mouth, and then sending it by pidgeon mail to somebody who scans and posts it.

>> No.3262862
File: 108 KB, 889x692, Bild 2.png [View same] [iqdb] [saucenao] [google]
3262862

>>3262827
no, these are 3 or 4 years old.
I wrote a how to file for different kind of featured I discovered that year, see pic for the rest in that folder

>> No.3262869
File: 52 KB, 674x397, polarplot4.jpg [View same] [iqdb] [saucenao] [google]
3262869

>>3262847
>Haters gonna hate

I'm having fun with this.

>> No.3262870

>>3262862
While you're here, did you figure out the difference between Block, Module and With yet? I don't get what the help function is trying to tell me on those.

>> No.3262866

features*

>> No.3262879

I know the difference between Block and Module, I always knew it, don't know what you're talking about...

>> No.3262885

>>3262879
That's enough for starters. I've found out that there is a difference, but I don't understand it. Care to explain?

>> No.3262907

>>3262885
basically one is more protected, I think it's module (I always use block, mainly to solve diff equs)
there is a good example in the wolframs book, I'll try to find it

>> No.3262940
File: 92 KB, 415x601, cutey_Emma_Smii.jpg [View same] [iqdb] [saucenao] [google]
3262940

>>3262885

var = a;
Block[{a = b}, a - var]
Module[{a = b}, a - var]

Block computes and then makes the replacements {} and Module does it the other way around. I think if you're not writing a package where you need local vars like in objects, then you'll always mean to use Block.

>> No.3262966

>>3262940 Block computes and then makes the replacements {} and Module does it the other way around.
Thank you very much. Now that you've told me that what's writtein in the help files makes sense as well.

>> No.3262972

>>3262966
>>3262940
GUISE learning is great an all, but needs MOAR polar plots.

>> No.3263009
File: 94 KB, 1162x675, Bild 4.png [View same] [iqdb] [saucenao] [google]
3263009

>>3262966
think about it like this:

Block:
"I actually doing computation in the main file, but to try something, in this block, as an experiment, I will set the vars to a"
(like when you're guessing an ansatz to a diffgl.)

Module:
"I really compute something new, like in a class, and afterwards I ship the result outside."

thats why in the example above the var=a already happended for Block and "a-a" = 0 immediatenly but in the module case he computes "b-var" and when it gets out of the module he sees that var is actualla a so it's b-a.
Module is a protected sub nb so to speak, which exports an object to the actual nb you're in.

>>3262972
some years ago I constructed a 7-parametric family of polar plots, see pic, so I got infinite^7 pics to contribute.

>> No.3263028

>>3263009
Block-like evaluation: <span class="math">(f[a]) ~ /. ~ a\rightarrow b[/spoiler]
Module-like evolution: <span class="math">f[a~/.~a\rightarrow b][/spoiler]
Right?

>> No.3263032

>>3263028 Module-like evolution
no comment

>> No.3263036

>>3263032

a theory, a geuss?

>> No.3263055
File: 95 KB, 1151x661, Bild 5.png [View same] [iqdb] [saucenao] [google]
3263055

it get's bloddy when the line crosses itself

>> No.3263069
File: 21 KB, 225x288, 225px-Carl_Friedrich_Gauss.jpg [View same] [iqdb] [saucenao] [google]
3263069

>>3263036

A Gauss.

>> No.3263098
File: 265 KB, 787x1222, cutey_Emma_Doom2.jpg [View same] [iqdb] [saucenao] [google]
3263098

sleepin'