

DensityPlot[Module[{z = -x + I y, i = 0}, While[i < 100 && Abs[z] < 1, z = z^1.5 + -.2; i++]; i], {y, -.2, .2}, {x, .35, .75}, PlotPoints -> 150, Frame -> False]
ContourPlot3D[
(x^2 + y^2 + z^2)^2 - 2 (x^2 - y^2 - z^2),
{x, -2, 2}, {y, -2, 2}, {z, -2, 2}]
MatrixPlot[
Table[(a + b)/((b^2 + a^2 - 2)^3 + b^2 a^3),
{a, -2.5, 2, 0.01}, {b, -2.25, 2.25, 0.01}]]
Graphics3D[{Red, Table[Rotate[Cuboid[
{-0.9^k, -0.9^k, .05 k}, {0.9^k, 0.9^k, .05 (k + 1)}],
k 0.1, {0, 0, 1}], {k, 0, 60}]}]
a = ImageData[EntityValue [Entity ["Person", "ElvisPresley::2kzg4"], "Image"]]; Grid[Partition [Image /@ Table[a = Rescale[a - GradientFilter[a, 3]], {71}][[31 ;; 1 ;; -10]], 2]]
SmoothHistogram[Legended[First /@ StringPosition[ExampleData@{"Text", "AliceInWonderland"}, #], #] & /@ {"Alice", "Queen"}, Filling -> Axis]
With[{aj = Cases[EntityValue[EntityValue[Entity["PopularCurve", "ApplejackCurve"], "Image"]], Line[x_], Infinity]}, Graphics[Table[{Hue[0, 1, .9], Rotate[aj, x Degree, {0, 600}]}, {x,1, 360, 360/5}]]]
DiscretizeRegion[ImplicitRegion[(x^2 + 3 y^2 + z^2 - 1)^3 - x^2 z^3 - y^2 z^3/10 == 0, {x, y, z}]]
ArrayPlot[CellularAutomaton[{Mod[Total[#]/2.96, 1] &, {}, 1}, {{1}, 0}, {{1000, 1300}, {-90, 90}}]]
Graphics3D[{Red, Specularity[White, 20], KnotData[{8, 3}, "ImageData"]}, Boxed -> False, ViewPoint -> {0, 0.1, 5}]
Grid[Partition[Table[GeoGraphics[GeoDisk[Entity["City",{"LasVegas", "Nevada", "UnitedStates"}], Quantity[10^(3 + n), "Meters"]], GeoProjection -> "Bonne"], {n, 4}], 2]]
c = EntityValue[CityData[{Large, "France"}], "Position"]; GeoGraphics[{Red, Thick, Line@c[[Last[FindShortestTour[c]]]]}]
ContourPlot[Evaluate[Re[Product[x + I y - (a + I b), {a, -5, 5}, {b, -5, 5}]]], {x, -5, 5}, {y, -5, 5}, ColorFunction -> "SolarColors"]
Print@Dynamic[Image[a]]; a = DiskMatrix[10, 300]; Do[Image[a = Rescale[a - GradientFilter[a, 3]]], {1000}];
1 of 4
Sorry, No More Posts
Loading...


![DensityPlot[Module[{z = -x + I y, i = 0}, While[i < 100 && Abs[z] < 1, z = z^1.5 + -.2; i++]; i], {y, -.2, .2}, {x, .35, .75}, PlotPoints -> 150, Frame -> False]](/Code-https-web.archive.org/web/20230929100736im_/https://64.media.tumblr.com/3f986eb56d1023471d210e4b48fe9b8e/tumblr_nl09emwiIe1uoel5qo1_250.png)
![ContourPlot3D[
(x^2 + y^2 + z^2)^2 - 2 (x^2 - y^2 - z^2),
{x, -2, 2}, {y, -2, 2}, {z, -2, 2}]](/Code-https-web.archive.org/web/20230929100736im_/https://64.media.tumblr.com/42cf2454f7fb61113a4577bffe573393/tumblr_nl09bdPNIk1uoel5qo1_250.png)
![MatrixPlot[
Table[(a + b)/((b^2 + a^2 - 2)^3 + b^2 a^3),
{a, -2.5, 2, 0.01}, {b, -2.25, 2.25, 0.01}]]](/Code-https-web.archive.org/web/20230929100736im_/https://64.media.tumblr.com/59f2f180e06b72a72b56ea2c16202f4f/tumblr_nl099i17lY1uoel5qo1_250.png)
![Graphics3D[{Red, Table[Rotate[Cuboid[
{-0.9^k, -0.9^k, .05 k}, {0.9^k, 0.9^k, .05 (k + 1)}],
k 0.1, {0, 0, 1}], {k, 0, 60}]}]](/Code-https-web.archive.org/web/20230929100736im_/https://64.media.tumblr.com/6936c5095a9dcd936feea7ca7718c95c/tumblr_nl097huMC71uoel5qo1_250.png)
![a = ImageData[EntityValue [Entity ["Person", "ElvisPresley::2kzg4"], "Image"]]; Grid[Partition [Image /@ Table[a = Rescale[a - GradientFilter[a, 3]], {71}][[31 ;; 1 ;; -10]], 2]]](/Code-https-web.archive.org/web/20230929100736im_/https://64.media.tumblr.com/b94417e8eb46ef3fe5108d8e26b5ea99/tumblr_nke4ozyMUA1uoel5qo1_250.png)
![SmoothHistogram[Legended[First /@ StringPosition[ExampleData@{"Text", "AliceInWonderland"}, #], #] & /@ {"Alice", "Queen"}, Filling -> Axis]](/Code-https-web.archive.org/web/20230929100736im_/https://64.media.tumblr.com/120ff8641453554fbcfbe4d28104c323/tumblr_nke4fqQogH1uoel5qo1_250.png)
![With[{aj = Cases[EntityValue[EntityValue[Entity["PopularCurve", "ApplejackCurve"], "Image"]], Line[x_], Infinity]}, Graphics[Table[{Hue[0, 1, .9], Rotate[aj, x Degree, {0, 600}]}, {x,1, 360, 360/5}]]]](/Code-https-web.archive.org/web/20230929100736im_/https://64.media.tumblr.com/fa97ac94618952dcc36882182a10ccc7/tumblr_nke4cbzI2H1uoel5qo1_250.png)
![DiscretizeRegion[ImplicitRegion[(x^2 + 3 y^2 + z^2 - 1)^3 - x^2 z^3 - y^2 z^3/10 == 0, {x, y, z}]]](/Code-https-web.archive.org/web/20230929100736im_/https://64.media.tumblr.com/0cb9dd1ac797d2be36a015270e34efd5/tumblr_nke48spBgJ1uoel5qo1_r3_250.png)
![ArrayPlot[CellularAutomaton[{Mod[Total[#]/2.96, 1] &, {}, 1}, {{1}, 0}, {{1000, 1300}, {-90, 90}}]]](/Code-https-web.archive.org/web/20230929100736im_/https://64.media.tumblr.com/ef494e8783a1a92e1356f76d52bfb3a5/tumblr_nke461eV4R1uoel5qo1_250.png)
![Graphics3D[{Red, Specularity[White, 20], KnotData[{8, 3}, "ImageData"]}, Boxed -> False, ViewPoint -> {0, 0.1, 5}]](/Code-https-web.archive.org/web/20230929100736im_/https://64.media.tumblr.com/54a3d90538bbd4a3e57ea4b33344efef/tumblr_nke43zH2YY1uoel5qo1_250.png)
![Grid[Partition[Table[GeoGraphics[GeoDisk[Entity["City",{"LasVegas", "Nevada", "UnitedStates"}], Quantity[10^(3 + n), "Meters"]], GeoProjection -> "Bonne"], {n, 4}], 2]]](/Code-https-web.archive.org/web/20230929100736im_/https://64.media.tumblr.com/b2dd2176e40fd910c8cc564d3c9b3d8a/tumblr_nke40mE9Xo1uoel5qo1_250.png)
![c = EntityValue[CityData[{Large, "France"}], "Position"]; GeoGraphics[{Red, Thick, Line@c[[Last[FindShortestTour[c]]]]}]](/Code-https-web.archive.org/web/20230929100736im_/https://64.media.tumblr.com/e8decf9986fca41a8e69fbf35d6c4241/tumblr_nke3nrT4cn1uoel5qo1_r3_250.png)
![ContourPlot[Evaluate[Re[Product[x + I y - (a + I b), {a, -5, 5}, {b, -5, 5}]]], {x, -5, 5}, {y, -5, 5}, ColorFunction -> "SolarColors"]](/Code-https-web.archive.org/web/20230929100736im_/https://64.media.tumblr.com/0e3b09e071e09afb7a7fa2a7c5d43afa/tumblr_nke3m9kg3K1uoel5qo1_250.png)
![Print@Dynamic[Image[a]]; a = DiskMatrix[10, 300]; Do[Image[a = Rescale[a - GradientFilter[a, 3]]], {1000}];](/Code-https-web.archive.org/web/20230929100736im_/https://64.media.tumblr.com/e9fad3e51dbfa3332c3de17dd467ab39/tumblr_nke3jy3Xg61uoel5qo1_250.png)