Search Results: File:Exp(z).png

Sorry, the article you're looking for isn't specifically available. Here are related topics:


File:Exp(z).png
Minggu, 2025-12-07 00:42:54

DescriptionExp(z).png English: 2D plot of the complex exponential function f(z)=exp(z). Date 31 March 2017 Source Own work Author Auswahlaxiom...

Click to read more »
File:Exp-esc.png
Kamis, 2025-01-09 12:16:37

English Escaping set of (exp z-1)/2 determination method or standard: SHA-1...

Click to read more »
File:Laplaces method.png
Kamis, 2026-04-09 12:30:54

lw2); hold on; M = 0.5; Y = exp(M*f); Z = exp(M*g); plot(X, Z, 'r', 'linewidth', lw); plot(X, Y, 'b', 'linewidth', lw); R = max(Z); axis([-L, L, 0, q*R]);...

Click to read more »
File:Maximum modulus principle.png
Minggu, 2025-12-21 15:02:04

[R, Theta] = meshgrid(RR, TTheta); I=sqrt(-1); Z = R.*exp(I*Theta); X = real(Z); Y = imag(Z); FZ = cos(Z); AFZ = abs(FZ); figure(1); clf; hold on; axis...

Click to read more »
File:Logisticpdfunction.png
Sabtu, 2025-12-06 23:31:51

function. The Gnuplot script for this graph: logisticd(x,r,n) = exp(-(x-r)/n)/(n*(1+exp(-(x-r)/n))**2) set samples 1001 set terminal postscript enhanced...

Click to read more »
File:Volcanic planet 8 r 1.png
Rabu, 2025-08-13 21:22:00

z)*0.5+f_granite(x*3,y*3,z*3)*0.25+f_granite(x*10,y*10,z*10)*0.125 +f_granite(x*10,y*10,z*10)*0.125/2) *exp(f_wrinkles(x,y,z))/3 *exp(f_agate(x,y,z))/3...

Click to read more »
File:Volcanic planet 9 r 1.png
Rabu, 2025-03-05 00:05:28

/* exp(exp( 0.25*(exp(exp(f_wrinkles(x,y,z))/3*f_granite(x,y,z))/3) +0.75*exp(f_wrinkles(x,y,z))/3 )/3)/3 / //f_granite(x,y,z) //f_crackle(x,y,z)...

Click to read more »
File:Filled Julia set.png
Minggu, 2026-03-15 18:39:50

of f(z) = exp(z³)-0.59. Spanish Conjunto de Julia lleno de la función f(z) = exp(z³)-0.59. Catalan Conjunt de Juli ple de la funció f(z) = exp(z³)-0.59...

Click to read more »
File:Globular black cloud 3 1 1 1.png
Sabtu, 2026-04-18 17:08:28

z*200) ) //exp(-x/30)* exp(-abs(y/5)) //exp(- f_marble(y/4,x,z)* f_marble(y,x/10,z) ) // exp(exp(1- f_marble(y,x/10,z) )/3)/3 //exp(-abs(x*2)) *exp(-abs(y*20))...

Click to read more »
File:Exp(-z^2).png
Jumat, 2025-11-21 10:03:07

DescriptionExp(-z^2).png English: 2D plot of the complex function f(z)=exp(-z^2). Date 31 March 2017 Source Own work Author Auswahlaxiom...

Click to read more »
File:Exp(z^-1).png
Rabu, 2025-10-22 09:01:55

DescriptionExp(z^-1).png English: 2D plot of the complex function f(z)=exp(1/z). Date 31 March 2017 Source Own work Author Auswahlaxiom...

Click to read more »
File:Exp(z^5).png
Minggu, 2020-10-18 04:41:38

DescriptionExp(z^5).png English: 2D plot of the complex function f(z)=exp(z^5). Date 31 March 2017 Source Own work Author Auswahlaxiom...

Click to read more »
File:Exp(z^2).png
Minggu, 2020-10-18 04:41:44

DescriptionExp(z^2).png English: 2D plot of the complex function f(z)=exp(z^2). Date 31 March 2017 Source Own work Author Auswahlaxiom...

Click to read more »
File:Povray spiral function 2.png
Minggu, 2022-10-09 16:26:50

min (1, 4/exp(sqrt(x*x+y*y) ) ) } #declare ft7= function { min (1, exp(sqrt(x*x+y*y) ) ) + min (1, 4/exp(sqrt(x*x+y*y) ) ) //+ spiralling1(x,y,z) //+ sin(...

Click to read more »
File:F ridge exp filtered sample params 2 1 1 1.png
Sabtu, 2023-11-11 02:34:44

z, H, Lacunarity, Octaves, Offset, Gain, Generator) //f_hetero_mf(x, y, z, H, Lacunarity, Octaves, Offset, Gain, Generator) // exp(f_hetero_mf(x,y,z,0...

Click to read more »
File:Exoplanet thar orbits m star 4 1 1 1.png
Selasa, 2025-09-23 18:21:01

*f_granite(x,y,z)) +f_wrinkles(x*1000,y*1000,z*1000)*0.01 +exp(f_granite(y,z,x)) ) } declare fn_1=function { 2* ( 0.0001 * exp(exp(f_granite(x*10,y*10,z*10))*f_agate(x*10...

Click to read more »
File:Ash covered planet 1 r 1.png
Selasa, 2023-09-26 15:28:52

z*2)*5,y*5,z*5)/4 //+exp( f_granite(x*10,y*10,z*10)/3 )/4 //+exp( f_agate(x*30,y*30,z*30)/3 )/4 //exp(f_granite( f_wrinkles(x,y,z),f_wrinkles(x,y,z)...

Click to read more »
File:Transformation (before).png
Senin, 2024-11-18 05:33:01

z:=(x,y)->sin(1/2*x^2-1/4*y^2+3)*cos(2*x+1-exp(y)): > z:=(x,y)->x+y/2: > t1:=(u,v,w)->(exp(u+v),exp(u-v),cos(w)); > ti:=[t1(x,y,z)]; > bt:=[x,y,z(x...

Click to read more »
File:Two sources interference.gif
Minggu, 2025-12-21 15:02:37

on; W = real(Z*exp(-I*T(iter))); W = max(W, -cut); W = min(W, cut); image(scale*(W+cut)); axis equal; axis off; file=sprintf('Frame%d.png', 1000+iter);...

Click to read more »
File:F hetero mf exp filtered sample params 2 1 1 1.png
Sabtu, 2023-11-11 07:07:47

z, H, Lacunarity, Octaves, Offset, Gain, Generator) //f_hetero_mf(x, y, z, H, Lacunarity, Octaves, Offset, Gain, Generator) // exp(f_hetero_mf(x,y,z,0...

Click to read more »
File:Spacing Estimation plot for MSE example.png
Rabu, 2020-09-30 03:42:57

A1<-1-exp(-2*x) A2<-1-exp(-4*x) Z<-(A1)*(A2-A1)*(1-A2) return(log(Z)) } Likelihood<-function (x) { A1<-x*exp(-2*x) A2<-x*exp(-4*x) Z<-A1*A2 return(log(Z))...

Click to read more »
File:Carbon rich planet 7 1 1 1.png
Jumat, 2024-02-02 23:02:12

//exp(f_ridge(x,y,z, 6,13,0.714, -1.2,1,1) exp(f_hetero_mf(x,y,z,0.1,6,6,-0.571,0.2,1))*1 //exp(f_ridge(x,y,z, 6,13,0.571, -1.2,0,1))/2.7 //1* exp(f_ridged_mf(x...

Click to read more »
File:Hurricane ocean planet 1 r 1.png
Jumat, 2023-06-23 21:27:18

1-f_sphere(x/2,y/2,z/2,1) ) ,1),0) * max( min( ( 1*(f_sphere(x*3,y*3,z*3,1)) ) ,1),0) } declare holestuff2= function { max(min ( (exp(-f_sphere(x/3,y/3,z/3,3))/50)...

Click to read more »
File:Hurricane ocean planet 2 r 1.png
Rabu, 2025-04-30 09:57:27

= density { function { 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)- 1 - 0.00001)/atm_thickness1) // 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)-1- 0.00001)/atm_thickness1)...

Click to read more »
File:Transformation (after).png
Senin, 2024-11-18 05:33:00

z:=(x,y)->sin(1/2*x^2-1/4*y^2+3)*cos(2*x+1-exp(y)): > z:=(x,y)->x+y/2: > t1:=(u,v,w)->(exp(u+v),exp(u-v),cos(w)); > ti:=[t1(x,y,z)]; > bt:=[x,y,z(x...

Click to read more »
File:Carbon rich planet povray 6 r 1.png
Jumat, 2024-02-02 23:02:21

5, 2)/10 exp( f_agate(x,y,z)*exp(f_granite(x,y,z))) exp( f_agate(x*3,y*3,z*3)*exp(f_granite(x*3,y*3,z*3))) * exp( f_agate(x*30,y*30,z*30)*exp(f_granite(x*30...

Click to read more »
File:Invisible planet 2 1 1 1.png
Senin, 2026-04-20 22:51:40

y*0.5,z*0.5),3); // y // exp(-pow(y*6,2))*(0.6 + 1.5* exp(-pow((x*0.7),2) - pow((y*4),2)))*(1 - 0.7*pow(f_wrinkles(x*0.5,y*0.5,z*0.5),3))/4 // exp(-pow(y*6...

Click to read more »
File:Phase-shift illustration.png
Minggu, 2025-12-21 15:02:14

wavenumber Z = real(exp(i*k*X)); % The field Z with a phase-shifted part S = find ( X > Mx & Y < Ly/2 + Wy/2 & Y > Ly/2 - Wy/2); W = Z; W(S) = W(S)*exp(i*pi);...

Click to read more »
File:Fictional super earth that has lots of water its surface 1 r 1.png
Kamis, 2023-08-17 05:16:41

/* exp(f_wrinkles(x,y,z)* exp(f_granite(x,y,z)) ) /12 // mountain like -exp(exp(f_agate ( sin(f_agate(x+1,y+1,z+1))*3, y*3, z*3) )) /100*f_bozo(x,y,z)...

Click to read more »
File:Hurricaneplanet11.png
Kamis, 2023-06-22 19:16:22

muru_funk1(x,y,z), 1),0) //*(1-exp(-sqrt(x*x/4000+y*y/4000+z*z/4000) ) )/100 //(1*max(min(f_wrinkles(x,y,z),1),0) +max(min((1-1/sqrt((x*x+y*y+z*z)*0.01)),1)...

Click to read more »
File:Critical orbits for f(z)=z^4-iz.png
Senin, 2024-11-18 05:13:22

*/ fs:string(f(z)); p:3; q:4; m:rectform(exp(2*%pi*%i*p/q)); iLength:100000; s:GiveListOfCriticalPoints(f(z)); multiplicities; length(s); Orbits:[]; for...

Click to read more »
File:Gaussian 2d.png
Minggu, 2025-12-21 15:01:33

created by Kaushik Ghose using MATLAB. The code is : [X, Y] = meshgrid(-3:.1:3, -3:.1:3);Z = exp(-X.^2-Y.^2);surf(X,Y,Z);shading interp;view(-36,56) English...

Click to read more »
File:Hurricane ocean planet 3 r1.png
Rabu, 2023-06-21 23:32:56

= density { function { 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)- 1 - 0.00001)/atm_thickness1) // 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)-1- 0.00001)/atm_thickness1)...

Click to read more »
File:Amoeba4 400.png
Minggu, 2025-12-21 15:01:02

c1+c2+c3+b1*z+b2*z+b3*z+k+p*z, e+g+(c1+b1*z)*(c2+b2*z)+(c1+c2+b1*z+b2*z)*(c3+b3*z)+l*z+q*z^2, d+f*z+(c3+b3*z)*(e+(c1+b1*z)*(c2+b2*z))+h*z^2+n*z^3]; else...

Click to read more »
File:Laplace distribution cdf.png
Minggu, 2025-05-25 22:52:38

source under GPL: dlaplace(x,mu,b) = 0.5/b * exp(-abs(x-mu)*1.0/b) plaplace(x,mu,b) = 0.5*(1 + sgn(x-mu)*(1-exp(-abs(x-mu)*1.0/b))) qlaplace(p,mu,b) = mu...

Click to read more »
File:Scilab exemple 3d.png
Senin, 2025-12-15 19:03:06

clf deff('[z]=f(x,y)','z=10*exp(-(x^2+y^2))') xset('colormap',jetcolormap(32)) x=[-3:0.1:3]';y=x;z=feval(x,y,f); subplot(2,2,1) grayplot(x,y,z) subplot(2...

Click to read more »
File:Amoeba3.png
Minggu, 2025-12-21 15:01:01

Theta (count_t); if type == 1 z=r*exp(ii*theta); Coeffs = [z^2, 10*z^2, 12*z^2+10*z, 1 + z + z^2 + z^3]; else w=r*exp(ii*theta); Coeffs = [1, 1+w^3+12*w+10*w^2...

Click to read more »
File:Spacing Estimation plot for MSE example.svg
Minggu, 2020-10-04 07:51:26

A1<-1-exp(-2*x) A2<-1-exp(-4*x) Z<-(A1)*(A2-A1)*(1-A2) return(log(Z)) } Likelihood<-function (x) { A1<-x*exp(-2*x) A2<-x*exp(-4*x) Z<-A1*A2 return(log(Z))...

Click to read more »
File:Wignerfunction squeezed 1.00.png
Selasa, 2025-12-02 04:57:07

squeezed[\[Alpha]_, z_, q_, p_] := 1/Pi Exp[-(1/ 2) ((q*Sqrt[2]*Exp[-z] - 2*Re[\[Alpha]]) ^2 + (p*Sqrt[2]*Exp[z] - 2*Im[\[Alpha]])^2)] ; rq = 5; rp =...

Click to read more »
File:Rendering of LHS 3844 b kua'kua 1.png
Senin, 2026-05-11 22:38:30

1/20 // function { (f_crackle(x*8, y*8, z*8) * 0.3) } function {exp(exp(f_granite(x,y,z)))/10 *sin(f_wrinkles(x,y,z)) } // PN // bumps scale 0. turbulence...

Click to read more »
File:Wignerfunction squeezed 0.00.png
Sabtu, 2022-02-26 16:37:40

squeezed[\[Alpha]_, z_, q_, p_] := 1/Pi Exp[-(1/ 2) ((q*Sqrt[2]*Exp[-z] - 2*Re[\[Alpha]]) ^2 + (p*Sqrt[2]*Exp[z] - 2*Im[\[Alpha]])^2)] ; rq = 5; rp =...

Click to read more »
File:Wignerfunction squeezed 0.50.png
Selasa, 2025-12-02 04:54:48

squeezed[\[Alpha]_, z_, q_, p_] := 1/Pi Exp[-(1/ 2) ((q*Sqrt[2]*Exp[-z] - 2*Re[\[Alpha]]) ^2 + (p*Sqrt[2]*Exp[z] - 2*Im[\[Alpha]])^2)] ; rq = 5; rp =...

Click to read more »
File:Wignerfunction squeezed 0.25.png
Sabtu, 2022-02-26 16:37:45

squeezed[\[Alpha]_, z_, q_, p_] := 1/Pi Exp[-(1/ 2) ((q*Sqrt[2]*Exp[-z] - 2*Re[\[Alpha]]) ^2 + (p*Sqrt[2]*Exp[z] - 2*Im[\[Alpha]])^2)] ; rq = 5; rp =...

Click to read more »
File:Hurricaneplanet10 r1.png
Minggu, 2026-02-08 23:25:45

= density { function { 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)- 1 - 0.00001)/atm_thickness1) // 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)-1- 0.00001)/atm_thickness1)...

Click to read more »
File:Wignerfunction squeezed 0.75.png
Selasa, 2025-12-02 04:56:51

squeezed[\[Alpha]_, z_, q_, p_] := 1/Pi Exp[-(1/ 2) ((q*Sqrt[2]*Exp[-z] - 2*Re[\[Alpha]]) ^2 + (p*Sqrt[2]*Exp[z] - 2*Im[\[Alpha]])^2)] ; rq = 5; rp =...

Click to read more »
File:Laplace distribution pdf.png
Senin, 2020-09-14 16:28:39

source under GPL: dlaplace(x,mu,b) = 0.5/b * exp(-abs(x-mu)*1.0/b) plaplace(x,mu,b) = 0.5*(1 + sgn(x-mu)*(1-exp(-abs(x-mu)*1.0/b))) qlaplace(p,mu,b) = mu...

Click to read more »
File:Gradient ascent (surface).png
Senin, 2024-11-18 05:32:41

exp(y)): > grad:=VectorCalculus[Gradient](z(x,y),[x,y]); > plot3d(z(x,y),x=-1.2..1.2,y=-1.2..1.2,axes=normal,numpoints=1000);p3d:=%: > contourplot(z(x...

Click to read more »
File:Atlanta serial murders 1979 1981 geographic analysis exponential ring estimation 3 1 1 1.png
Jumat, 2023-09-29 23:14:09

this resizes automati f=0.5 ## inner exp coeff g=0.66 ## outer exp coeff nokf=0.5 ## inner exp coeff g=0.5 ## ouref exp coeff f=0.33 g=0.66 ## nok f=1 g=1...

Click to read more »
File:Hurricane ocean planet 15 r1.png
Senin, 2026-03-30 08:17:22

1-f_sphere(x/2,y/2,z/2,1) ) ,1),0) * max( min( ( 1*(f_sphere(x*3,y*3,z*3,1)) ) ,1),0) } #declare holestuff2= function { max(min ( (exp(-f_sphere(x/3,y/3,z/3,3))/50)...

Click to read more »
File:Gaussian 2d 2.png
Sabtu, 2020-09-26 09:34:03

A=1;a=1;b=2;c=2;[X, Y] = meshgrid(-3:.1:3, -3:.1:3);Z = A*exp( - (a*X.^2 + b*X.*Y + c*Y.^2)) ;surf(X,Y,Z);shading interp;view(-36,36);axis equal) English...

Click to read more »
File:Wignerfunction catstate odd 2.0.png
Selasa, 2025-12-02 04:56:36

Cos[\[Theta]]*Exp[-2 \[Alpha]^2])*( Exp[-p^2 - (q + Sqrt[2] \[Alpha])^2] + Exp[-p^2 - (q - Sqrt[2] \[Alpha])^2] + 2 Cos[\[Theta] - 2 Sqrt[2] \[Alpha]*p]*Exp[-q^2...

Click to read more »
File:Wignerfunction catstate odd 2.5.png
Selasa, 2025-12-02 04:56:23

Cos[\[Theta]]*Exp[-2 \[Alpha]^2])*( Exp[-p^2 - (q + Sqrt[2] \[Alpha])^2] + Exp[-p^2 - (q - Sqrt[2] \[Alpha])^2] + 2 Cos[\[Theta] - 2 Sqrt[2] \[Alpha]*p]*Exp[-q^2...

Click to read more »
File:Wignerfunction catstate even 2.0.png
Sabtu, 2022-02-26 16:39:42

Cos[\[Theta]]*Exp[-2 \[Alpha]^2])*( Exp[-p^2 - (q + Sqrt[2] \[Alpha])^2] + Exp[-p^2 - (q - Sqrt[2] \[Alpha])^2] + 2 Cos[\[Theta] - 2 Sqrt[2] \[Alpha]*p]*Exp[-q^2...

Click to read more »
File:Wignerfunction catstate even 0.5.png
Selasa, 2025-12-02 03:38:31

Cos[\[Theta]]*Exp[-2 \[Alpha]^2])*( Exp[-p^2 - (q + Sqrt[2] \[Alpha])^2] + Exp[-p^2 - (q - Sqrt[2] \[Alpha])^2] + 2 Cos[\[Theta] - 2 Sqrt[2] \[Alpha]*p]*Exp[-q^2...

Click to read more »
File:Wignerfunction catstate odd 0.5.png
Sabtu, 2022-02-26 16:39:53

Cos[\[Theta]]*Exp[-2 \[Alpha]^2])*( Exp[-p^2 - (q + Sqrt[2] \[Alpha])^2] + Exp[-p^2 - (q - Sqrt[2] \[Alpha])^2] + 2 Cos[\[Theta] - 2 Sqrt[2] \[Alpha]*p]*Exp[-q^2...

Click to read more »
File:Wignerfunction catstate odd 1.5.png
Sabtu, 2022-02-26 16:40:02

Cos[\[Theta]]*Exp[-2 \[Alpha]^2])*( Exp[-p^2 - (q + Sqrt[2] \[Alpha])^2] + Exp[-p^2 - (q - Sqrt[2] \[Alpha])^2] + 2 Cos[\[Theta] - 2 Sqrt[2] \[Alpha]*p]*Exp[-q^2...

Click to read more »
File:Wignerfunction catstate even 2.5.png
Selasa, 2025-12-02 03:38:00

Cos[\[Theta]]*Exp[-2 \[Alpha]^2])*( Exp[-p^2 - (q + Sqrt[2] \[Alpha])^2] + Exp[-p^2 - (q - Sqrt[2] \[Alpha])^2] + 2 Cos[\[Theta] - 2 Sqrt[2] \[Alpha]*p]*Exp[-q^2...

Click to read more »
File:Lognormal Black.png
Kamis, 2026-01-22 07:55:58

t ⋅ 2 ⋅ π ⋅ exp ⁡ ( − 1 2 ⋅ σ 2 ( log ⁡ t t 50 ) 2 ) {\displaystyle p(t)={\frac {1}{\sigma \cdot t\cdot {\sqrt {2\cdot \pi }}}}\cdot \exp \left(-{\frac...

Click to read more »
File:Wignerfunction catstate even 1.5.png
Sabtu, 2025-09-27 10:10:45

Cos[\[Theta]]*Exp[-2 \[Alpha]^2])*( Exp[-p^2 - (q + Sqrt[2] \[Alpha])^2] + Exp[-p^2 - (q - Sqrt[2] \[Alpha])^2] + 2 Cos[\[Theta] - 2 Sqrt[2] \[Alpha]*p]*Exp[-q^2...

Click to read more »
File:Mostly land landsea and mostly sea planet 1 r 1.png
Rabu, 2026-01-07 20:43:50

z*2)*5,y*5,z*5)/4 //+exp( f_granite(x*10,y*10,z*10)/3 )/4 //+exp( f_agate(x*30,y*30,z*30)/3 )/4 //exp(f_granite( f_wrinkles(x,y,z),f_wrinkles(x,y,z)...

Click to read more »
File:Plane wave.gif
Minggu, 2025-12-21 15:02:16

wave Z = real(exp(i*wavenumber*Y)*exp(-i*2*pi*t)); elseif wave_type == spherical_wave % spherical wave Z = exp(sqrt(-1)*wavenumber*sqrt(X.^2+Y.^2))*exp(-sqrt(-1)*2*pi*t)...

Click to read more »
File:Wignerfunction catstate even 1.0.png
Selasa, 2024-10-08 01:24:20

Cos[\[Theta]]*Exp[-2 \[Alpha]^2])*( Exp[-p^2 - (q + Sqrt[2] \[Alpha])^2] + Exp[-p^2 - (q - Sqrt[2] \[Alpha])^2] + 2 Cos[\[Theta] - 2 Sqrt[2] \[Alpha]*p]*Exp[-q^2...

Click to read more »
File:Volcanic planet 7 r 1.png
Sabtu, 2026-01-24 04:52:43

z)*0.5+f_granite(x*3,y*3,z*3)*0.25+f_granite(x*10,y*10,z*10)*0.125 +f_granite(x*10,y*10,z*10)*0.125/2) *exp(f_wrinkles(x,y,z))/3 *exp(f_agate(x,y,z))/3...

Click to read more »
File:Exponential Function (Imag Part at Infinity) Density.png
Sabtu, 2025-11-01 12:26:42

f := Re(exp(1/(x+I*y))): ylimit := 1: xlimit := 1: mesh := 1600: hsv := (x, y, z) -> RGB::fromHSV([121+85*arctan(z), 1, 1]): cplot := plot::Density(f,...

Click to read more »
File:Amoeba4 400.svg
Senin, 2023-08-07 12:33:27

c1+c2+c3+b1*z+b2*z+b3*z+k+p*z, e+g+(c1+b1*z)*(c2+b2*z)+(c1+c2+b1*z+b2*z)*(c3+b3*z)+l*z+q*z^2, d+f*z+(c3+b3*z)*(e+(c1+b1*z)*(c2+b2*z))+h*z^2+n*z^3]; else...

Click to read more »
File:JuliaRay 1 3.png
Rabu, 2026-03-04 07:35:01

Program draws to png file : repelling fixed point z = β c {\displaystyle z=\beta _{c}\,} and other fixed point z = α c {\displaystyle z=\alpha _{c}\,} superattracting...

Click to read more »
File:Gaussian 3D - brown.png
Rabu, 2026-02-04 23:26:04

Created with the code: [X, Y] = meshgrid(-1:.01:1, -1:.01:1); Z = exp(-X.^2-Y.^2); surface(40*Z, 'EdgeColor','none', ... 'FaceColor',[0.9 0.2 0.2], 'FaceLighting'...

Click to read more »
File:Habitable carbon planet 1 1 1 1.png
Jumat, 2023-11-10 02:56:27

f_ridged_mf(x, y, z, H, Lacunarity, Octaves, Offset, Gain, 2 // f_hetero_mf(x,y,z,0.5,2,64,-0.7,0.8,1)*0.2 // quite accu //exp(f_hetero_mf(x,y,z,0.5,2,64,-0...

Click to read more »
File:Exponential Function (AbsReal Part at Infinity) Density.png
Selasa, 2020-09-29 19:53:39

f := abs(Re(exp(1/(x+I*y)))): ylimit := 1: xlimit := 1: mesh := 1600: hsv := (x, y, z) -> RGB::fromHSV([120+190*arctan(z), 1, 1]): cplot := plot::Density(f...

Click to read more »
File:Wignerfunction catstate odd 1.0.png
Kamis, 2026-01-29 23:15:01

Cos[\[Theta]]*Exp[-2 \[Alpha]^2])*( Exp[-p^2 - (q + Sqrt[2] \[Alpha])^2] + Exp[-p^2 - (q - Sqrt[2] \[Alpha])^2] + 2 Cos[\[Theta] - 2 Sqrt[2] \[Alpha]*p]*Exp[-q^2...

Click to read more »
File:Exponential Function (Real Part at Infinity) Density.png
Minggu, 2025-10-19 02:42:08

f := Re(exp(1/(x+I*y))): ylimit := 1: xlimit := 1: mesh := 1600: hsv := (x, y, z) -> RGB::fromHSV([121+85*arctan(z), 1, 1]): cplot := plot::Density(f,...

Click to read more »
File:Carbon planet orbits very hot star 1 1 1 1.png
Jumat, 2024-02-02 23:01:58

f_ridged_mf(x, y, z, H, Lacunarity, Octaves, Offset, Gain, 2 // f_hetero_mf(x,y,z,0.5,2,64,-0.7,0.8,1)*0.2 // quite accu exp(f_hetero_mf(x,y,z,0.5,2,64,-0.7...

Click to read more »
File:Spherical wave2.gif
Minggu, 2025-12-21 15:02:26

wave Z = real(exp(i*wavenumber*Y)*exp(-i*2*pi*t)); elseif wave_type == spherical_wave % spherical wave Z = exp(sqrt(-1)*wavenumber*sqrt(X.^2+Y.^2))*exp(-sqrt(-1)*2*pi*t)...

Click to read more »
File:Seyfert galaxy 1 r1.png
Kamis, 2025-05-29 22:18:53

*f_wrinkles(x/3,y/3,z/3) *f_wrinkles(x/10,y/10,z/10) *f_granite(x,y,z) f_spherical(x/20,y/20,z/20) //*( exp (-0.5*pow(((( sqrt( (x*x+y*y)/30 ) ))/0.5),1...

Click to read more »
File:Colliding planets 5 r 1 1 1 1.png
Jumat, 2025-12-12 22:31:51

samples 1, 20 density{ // function { exp ( f_spherical(x,y,z)) } function { exp ( f_spherical(x,y,z) *f_granite(x*20,y*20,z*20) ) *2 } poly_wave 2 color_map...

Click to read more »
File:JuliaRay3.png
Rabu, 2026-03-04 07:34:20

Program draws to png file : repelling fixed point z = β c {\displaystyle z=\beta _{c}\,} and other fixed point z = α c {\displaystyle z=\alpha _{c}\,} superattracting...

Click to read more »
File:Gaussian 2d 60 degrees.png
Selasa, 2026-01-27 04:33:01

(2*sigma_y**2) return exp(-(a*(X**2) + 2*b*(X*Y) + c*(Y**2))) def plotGaussianSurface( X, Y, Z, colormap=cm.cividis, title="", filetype="png", saveflag=False...

Click to read more »
File:Gaussian 2d 0 degrees.png
Minggu, 2024-11-17 15:13:11

(2*sigma_y**2) return exp(-(a*(X**2) + 2*b*(X*Y) + c*(Y**2))) def plotGaussianSurface( X, Y, Z, colormap=cm.cividis, title="", filetype="png", saveflag=False...

Click to read more »
File:Hurricaneplanet 16 r1.png
Senin, 2025-12-08 20:18:07

{ exp (-0.5*pow(((( sqrt(x*x+y*y) ))/0.5),2)) } declare hurricane_nucleus_1= function { f_spiral1(x,y,-1)/2 * hole1(x,y,z) * pow (f_normal1(x,y,z) ,3)...

Click to read more »
File:LogConvergenceAnim.gif
Rabu, 2020-09-09 02:15:02

Export["anim.gif", Table[ ListPlot[ Table[ it = Normal[Series[Log[z + 1] , {z, 0, n}]] /. z -> Exp[(\[Pi] - 1/3) I]; {Re[it], Im[it]}, {n, 0, a} ], PlotRange...

Click to read more »
File:Lhs 1903 planetary system impression of artist 1.png
Rabu, 2026-04-22 21:52:31

(type1="lava") sphere { <0,0,0>, radius1 pigment { function {exp(f_granite(x,y,z)*f_agate(x,y,z))} scale densityScale*3 color_map { [0.0 color rgb <1,1/4...

Click to read more »
File:Gaussian 2d 30 degrees.png
Rabu, 2022-11-09 22:51:33

(2*sigma_y**2) return exp(-(a*(X**2) + 2*b*(X*Y) + c*(Y**2))) def plotGaussianSurface( X, Y, Z, colormap=cm.cividis, title="", filetype="png", saveflag=False...

Click to read more »
File:Cytherean world 6 r 1 1 1 1.png
Selasa, 2024-04-30 15:21:35

(y/2)*10,z*10) } declare cyt_f1=function { // (1/sqrt(2*pi)*exp(-(y*y)/2)) // normal distr // f_wrinkles( x, y+ (1/sqrt(2*pi)*exp(-(y*y)/2)),z) // normal...

Click to read more »
File:Julia-set N z3-1.png
Sabtu, 2026-04-25 14:03:11

{ cplx z = f(o); double d = sqrt(z.x*z.x + z.y*z.y); d = 1-pow(1-0.4*exp (-d*7),2); //d = .5*(1-afunc (d+d*log(d), 0.2, 0.5)); v += d*pow(1-v,4); v =...

Click to read more »
File:Lyapunov exponent of real quadratic map with exponential transformation on the real axis.png
Minggu, 2026-05-31 21:03:59

while x <= xMax step dx do ( c: cF + exp(x), z: 0.0, l:0, /* Lyapunov exponent */ for k:1 thru kMax1 do ( z: z * z+c, /* to remove points from image compute...

Click to read more »
File:Lancgorbe1.png
Rabu, 2025-12-03 02:01:01

[x=-3:0] (exp(-x)+exp(x))/2 % % set terminal table; set output "myfile.cosh2.table"; set format "%.5f" % set samples 25; plot [x=0:1] (exp(-x)+exp(x))/2 %...

Click to read more »
File:Milky way and mystic ball like spacecraft 1 1 1 1.png
Kamis, 2026-04-23 16:58:22

sky_sphere { pigment { function { exp(-abs((y+f_wrinkles(x*3,y*3,z*3)*0.2)*20) ) exp(-abs(x*10)) pow(f_bozo(x*1500,y*1500,z*1500),2) //+(abs(x*40)/2) } poly_wave...

Click to read more »
File:Eta cassiopeiae 2 1 1 1.png
Jumat, 2025-11-07 12:03:55

extinction 0.0001 } density { // function { -exp((x*x+y*y+z*z)/1)/10 } function { f_wrinkles(x,y,z)*-exp((x*x+y*y+z*z)/1)/10 } /* // spherical density_map {...

Click to read more »
File:Povray spiral function 1.png
Minggu, 2025-10-26 02:52:30

function { exp(0.1/sqrt(x*x+y*y) ) } declare gap2= function { exp( 0.1-max(sqrt(x*x+y*y),0.1) ) } #declare futa2= function { spiralling1(x,y,z)+ft1(x,y,z).gray+ft3(x...

Click to read more »
File:Amoeba3.svg
Rabu, 2025-11-19 23:25:34

Theta (count_t); if type == 1 z=r*exp(ii*theta); Coeffs = [z^2, 10*z^2, 12*z^2+10*z, 1 + z + z^2 + z^3]; else w=r*exp(ii*theta); Coeffs = [1, 1+w^3+12*w+10*w^2...

Click to read more »
File:Fictional exomoon 1.png
Minggu, 2025-12-21 12:53:53

y/100,z/100) *exp(-funka_norma2(x/100,y/100,z/100) ) ) } #declare funka2= function { funka_norma2(x/100,y/100,z/100) } #declare funka3= function { exp( funka_norma2(x/100...

Click to read more »
File:Normal subgroup illustration.png
Senin, 2025-01-06 19:18:00

i=0:(N-1) z=big_rad*exp(i*ii*2*pi/N); place_text_smartly (z, font_size, i, d, sprintf('%d\\pi/%d', i, N/2), N); color_ball(real(z), imag(z), ball_rad...

Click to read more »
File:Beta distribution cdf.png
Rabu, 2025-11-19 04:20:38

following licenses: You may select the license of your choice. dbeta(x,a,b) = exp((a-1)*log(x)+(b-1)*log(1-x)-lgamma(a)-lgamma(b)+lgamma(a+b)) pbeta(x,a,b)...

Click to read more »
File:Julia set p(z)= z^3+(1.0149042485835864102+0.10183008497976470119i)*z; (zoom).png
Sabtu, 2021-12-25 20:04:52

complex u; z = z*z*z +c*z ; /* forward iteration : complex cubic polynomial */ dz = 1.0; for(i=0;i<iMax;i++) { dz = (3.0*z*z + c)*dz; z = z*z*z +c*z ; /* forward...

Click to read more »
File:Exponential Function (Imag Part) Density.png
Sabtu, 2025-05-10 12:38:31

f := Im(exp(x+I*y)): ylimit := 2*PI: xlimit := 3: hsv := (x, y, z) -> RGB::fromHSV([121+85*arctan(z), 1, 1]): cplot := plot::Density(f, x = -xlimit..xlimit...

Click to read more »
File:Barred spiral galaxy 1 r 1.png
Rabu, 2023-11-01 12:49:21

y*3,z*3)*0.69 + (exp(normal1(x/0.5,y/0.5,z/0.5))-0.01)*0.03 /* f_granite (galax_trunc1(f_granite(x,y,z),y,z), f_granite(galax_trunc1(x,y,z),y,z),...

Click to read more »
File:Gaussian 2d 1.png
Sabtu, 2020-09-26 09:34:10

A=1;a=1;b=0;c=2;[X, Y] = meshgrid(-3:.1:3, -3:.1:3);Z = A*exp( - (a*X.^2 + b*X.*Y + c*Y.^2)) ;surf(X,Y,Z);shading interp;view(-36,36);axis equal) English...

Click to read more »
File:Desert planet 8.png
Kamis, 2026-04-23 07:15:09

= density { function { 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)- 1 - 0.00001)/atm_thickness1) // 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)-1- 0.00001)/atm_thickness1)...

Click to read more »
File:Julia set p(z)= z^3+(1.0149042485835864102+0.10183008497976470119i)*z.png
Minggu, 2026-05-31 18:16:59

complex u; z = z*z*z +c*z ; /* forward iteration : complex cubic polynomial */ dz = 1.0; for(i=0;i<iMax;i++) { dz = (3.0*z*z + c)*dz; z = z*z*z +c*z ; /* forward...

Click to read more »
File:Exponential Function (Real Part) Density.png
Selasa, 2026-04-14 05:22:28

f := Re(exp(x+I*y)): ylimit := 2*PI: xlimit := 3: hsv := (x, y, z) -> RGB::fromHSV([120+85*arctan(z), 1, 1]): cplot := plot::Density(f, x = -xlimit..xlimit...

Click to read more »
File:Gaps in protoplanetary disk 2 r 1.png
Selasa, 2025-11-25 06:54:06

extinction 0.0001 } density { // function { -exp((x*x+y*y+z*z)/1)/10 } function { f_wrinkles(x,y,z)*-exp((x*x+y*y+z*z)/1)/10 } /* // spherical density_map {...

Click to read more »
File:Spiral galaxy 4 r1.png
Rabu, 2023-08-09 14:46:07

{ exp (-0.5*pow(((( sqrt(x*x+y*y) ))/0.5),2)) } declare galaxy_nucleus_1= function { f_spiral1(x*2,y*2,-1)/2 * hole1(x,y,z) * pow (f_normal1(x,y,z) ,3)...

Click to read more »
File:Gradient ascent (contour).png
Rabu, 2025-03-05 04:43:28

> z:=(x,y)->sin(1/2*x^2-1/4*y^2+3)*cos(2*x+1-exp(y)): > grad:=VectorCalculus[Gradient](z(x,y),[x,y]); > plot3d(z(x,y),x=-1.2..1.2,y=-1...

Click to read more »
File:Eccentric Jupiter animation 1 1 1 1.ogg
Senin, 2024-11-11 22:33:11

{ //exp(exp(f_wrinkles(x*1,y*1,z*1))*wrinkles(x,y,z)) // base //exp((exp(f_agate(x,y,z))*1/3)*f_wrinkles(x,y,z))*f_bozo(x*3,y*3,z*3)*0.5 exp((exp(f_agate(x...

Click to read more »
File:Colliding planets 3 r 1 1 1 1.png
Jumat, 2025-12-12 22:31:49

z*3)*5)+exp(f_spherical(x,y,z)) ) /2 } // function { exp ( f_spherical(x,y,z)) } function { exp ( f_spherical(x,y,z) *f_granite(x*10,y*10,z*10) ) *2...

Click to read more »
File:Sphere with three handles.png
Minggu, 2025-12-21 15:02:25

(sqrt((x-Shift)^2+y^2)-R)^2 + z^2-r^2); end end end end if 1==1 % smooth a bit the places where the tori meet XM = -2:60/N:2; sigma = 1.5; SM = exp(-XM.^2/sigma^2);...

Click to read more »
File:Hot cytheraean planet 1 1 1 1.png
Sabtu, 2025-05-03 10:31:52

color rgb 0] } } } declare surf1=function{ exp(f_granite(f_wrinkles(x,y,z),f_wrinkles(x,y,z),f_wrinkles(x,y,z)) )/3 } declare planeta_surface_1=sphere {...

Click to read more »
File:Spiral galaxy 3 r1.png
Rabu, 2023-08-09 14:46:00

y*100,z*100)/2)*1 *f_granite(x*10,y*10, z*10) *f_granite(x*100,y*100, z*100)*3 +f_normal1(x*3,y*3,z*3)*0.6 //+ (exp(f_normal1(x/0.5,y/0.5,z/0.5))-0...

Click to read more »
File:Mollifier movie.gif
Minggu, 2025-12-21 15:02:06

means prettier picture. N = 200; % a step function Z = get_step_function (N); % Do a loop mollifying Z more and more K = [100 50 25 10 5.4 3.0 2.0 1.0];...

Click to read more »
File:Newtroot 1 0 0 0 0 m1.png
Selasa, 2025-02-04 00:52:37

POLY(z) z *z *z *z *z + (-1) #define DPOLY(z) 5 * z *z *z *z // #define POLY(z) z*z*z*z*z*z*z*z*z + (-1) // #define DPOLY(z) 9*z*z*z*z*z*z*z*z // #define...

Click to read more »
File:Cytherean world 1 rend 1.png
Selasa, 2024-04-30 15:21:30

pigment { //agate function { pow (sin( x-exp(sin(y)) -f_wrinkles( x-exp(sin(y)), x-exp(sin(y)), x-exp(sin(y)) ) -1*exp(sin(y))),2) } pigment_map { [0 color...

Click to read more »
File:Pedal line illustration.png
Minggu, 2025-12-21 15:02:13

black=[0 0 0]; green=[0, 0.9, 0]; fontsize=30; A=exp(i*pi/2); B=exp(i*1.3*pi); C=exp(i*1.8*pi); P=exp(i*1.0*pi); N=return_perp(A, B, P); M=return_perp(C...

Click to read more »
File:Dyson rings donut.PNG
Rabu, 2025-11-19 07:35:08

rotate <52.6625, 0, 0> scale radi*exp(sca*0)} object { donut pigment {White} rotate <52.6625, -72, 0> scale radi*exp(sca*1)} object { donut pigment {White}...

Click to read more »
File:Earth like planet that orbits red dwarf 1 r 1 1 1 1.png
Jumat, 2026-05-29 18:01:11

funk0=function { exp( f_wrinkles(x,y,z)/2+ f_wrinkles(x*3,y*3,z*3)/4 + f_wrinkles(x*10,y*10,z*10)/8 + f_wrinkles(x*30,y*30,z*30)/16 + f_wrinkles(x*100,y*100,z*100)/32...

Click to read more »
File:Giant planet of sudarsky class 2 img 2 1 1 1.png
Senin, 2025-11-24 23:01:11

1>/atm_thickness1 eccentricity 0.56 } density { function { 1*exp(-8*(sqrt(x*x+(y)*(y)+z*z)- 1 - 0.00001)/atm_thickness1) } //spherical density_map // {...

Click to read more »
File:Number state Wigner function.png
Kamis, 2026-03-12 23:32:19

hermite_mode(x,N) Z₀ = exp(-x^2/2)/π^(0.25) Z₁ = √2*x*Z₀ if N == 0 return Z₀ elseif N == 1 return Z₁ else Zₙ₊₁,Zₙ,Zₙ₋₁ = zero(x),Z₁,Z₀ for n in 1:N-1 Zₙ₊₁...

Click to read more »
File:Alpha centauri compared to sun 3 1 1 1.png
Sabtu, 2025-06-21 13:45:46

function { // 1*exp(-1*(sqrt(x*x+(y)*(y)+z*z)- 1 - 0.00001)/atm_thickness1) // exp(-sqrt((x*x+y*y+z*z)-0) )*0.3 pow( 2*sqrt(x*x+y*y+z*z),-6 ) } */ // spherical...

Click to read more »
File:Cauchy sequence illustration.svg
Minggu, 2025-11-23 23:23:40

numpy import arange, sin, exp x1 = arange(0.,9.1,.05) x2 = arange(0.,9.6,.1) z = lambda x: 3.*exp(-.4*x) y = lambda x: sin(5.*x) * z(x) fig = figure(figsize=(4...

Click to read more »
File:Eccentric jupiter animation 1 1 1 2.ogg
Minggu, 2026-05-31 03:43:31

{ //exp(exp(f_wrinkles(x*1,y*1,z*1))*wrinkles(x,y,z)) // base //exp((exp(f_agate(x,y,z))*1/3)*f_wrinkles(x,y,z))*f_bozo(x*3,y*3,z*3)*0.5 exp((exp(f_agate(x...

Click to read more »
File:Planet generates density waves in protoplanetary disk 2 1 1 1.png
Sabtu, 2024-02-10 11:38:43

y*10,z*10) // f_wrinkles(f_waves(x,z,y),y,z) // f_radial(x*10,z*10,y*10) // f_wrinkles(atan2(x,z),z,y) exp(-sqrt(x*x+y*y+z*z))* f_wrinkles(f_wood(x,z,y)...

Click to read more »
File:Julia set for f(z) = z^3 +z*(0.1008317508132964*i + 1.004954206930806).png
Sabtu, 2025-01-18 11:41:27

complex u; z = z*z*z +c*z ; /* forward iteration : complex cubic polynomial */ dz = 1.0; for(i=0;i<iMax;i++) { dz = (3.0*z*z + c)*dz; z = z*z*z +c*z ; /* forward...

Click to read more »
File:VerticalLinesWithThicknessDecreasingToTheRightBluredAndResharpened.png
Selasa, 2025-12-02 04:52:55

range(len(l)): zs=0.0 s=0.0 for k in range(20): j=k-10 z=exp(-0.03*j**2)) try: n=l[i+j] zs+=z s+=n*z except: None o.append(s/(1.0*zs)) #except: # o.append(0...

Click to read more »
File:Complex log and exp mapping.png
Senin, 2024-04-08 20:47:30

discarded, or the principal value should be used there. English Complex log and exp mapping author name string: Soul windsurfer Wikimedia username: Soul windsurfer...

Click to read more »
File:Newtroot 1 0 0 0 0 m1.PNG
Jumat, 2023-10-13 20:15:20

POLY(z) z*z*z*z*z + (-1) #define DPOLY(z) 5*z*z*z*z //#define POLY(z) z*z*z*z*z*z*z*z*z + (-1) //#define DPOLY(z) 9*z*z*z*z*z*z*z*z //#define POLY(z) z*z*z*z*z...

Click to read more »
File:Jack the ripper rossmo 1.png
Rabu, 2023-08-09 15:40:24

trun_neg_exp_profile(daata$lat, daata$lon ) ## nega, maximal distance ok cgt <- neg_exp_profile(daata$lat, daata$lon , method = "Dragnet") cgt <- neg_exp_profile(daata$lat...

Click to read more »
File:Atlanta serial killer 1979 1981 cost analysis barycenter points weighted avg rasters 1 1.png
Jumat, 2023-09-29 23:14:08

tiles1="https://stamen-tiles.a.ssl.fastly.net/toner/{z}/{x}/{y}.png" tiles1="https://tile.openstreetmap.org/{z}/{x}/{y}.png" tiles1="https://server.arcgisonline...

Click to read more »
File:Logphi comp.PNG
Senin, 2024-11-18 05:14:39

w:rectform(ev(R*exp(2*%pi*%i*t))), z:w, /* near infinity z=w */ zz:cons(z,zz), unless r<rMin do ( /* new smaller R */ r:r*caution, R:2^r, /* */ z:rectform(ev(R*exp(2*%pi*%i*t)))...

Click to read more »
File:Zins-Vasicek.png
Selasa, 2024-10-15 15:25:47

#übernimmt log(z) als Parameter (nichtnegativ) yvas<-function(ttm,para,rt) { lambda=exp(para$lambda) theta=exp(para$theta) sigma2=(exp(para$sigma))^2...

Click to read more »
File:Algol-type variable binary star animation 4.gif
Kamis, 2025-06-19 23:35:34

function { // 1*exp(-1*(sqrt(x*x+(y)*(y)+z*z)- 1 - 0.00001)/atm_thickness1) // exp(-sqrt((x*x+y*y+z*z)-0) )*0.3 pow( 2*sqrt(x*x+y*y+z*z),-6 ) } density_map...

Click to read more »
File:解析概論 第2章 指数函数および対数函数 fig1.png
Senin, 2024-11-18 06:25:43

\draw[domain=-3:{ln(5)},samples=200,smooth] plot (\x, {exp(\x)}); \node at (1.25,{exp(1.25)}) [left] {$y = a^{x}$}; \draw[domain={exp(-3)}:5,samples=200,smooth] plot (\x...

Click to read more »
File:Brown dwarf povray 3 rend 1.png
Rabu, 2023-12-27 04:34:19

f_spherical(x,y,z,1) // * exp(1/(sqrt(x*x+y*y+z*z)) ) // 2* (1/(pow(sqrt(x*x+y*y+z*z),.75))) sin(y*10) f_wrinkles(x*1,y*3,z*1) *f_granite(x*2,y*3,z*2)/1 } density_map...

Click to read more »
File:Magnetic field like effect with pov-ray 1 1 1 1.png
Senin, 2026-05-25 12:11:02

sqrt(Ex(x,y,z)*Ex(x,y,z) + Ey(x,y,z)*Ey(x,y,z) + Ez(x,y,z)*Ez(x,y,z)) } declare Eintensity = function(x,y,z) { 1 - exp(-Eabs(x,y,z) * 5) // Kerroin 5 säätää,...

Click to read more »
File:Turbulenced crackle pattern vector x123 parameters 2 1 1 1.png
Sabtu, 2025-12-06 11:11:44

z, H, Lacunarity, Octaves, Offset, Gain, Generator) //f_hetero_mf(x, y, z, H, Lacunarity, Octaves, Offset, Gain, Generator) // exp(f_hetero_mf(x,y,z,0...

Click to read more »
File:Brown dwarf povray 2 rend 1.png
Rabu, 2023-12-27 04:34:17

f_spherical(x,y,z,1) // * exp(1/(sqrt(x*x+y*y+z*z)) ) // 2* (1/(pow(sqrt(x*x+y*y+z*z),.75))) sin(y*10) f_wrinkles(x*1,y*3,z*1) *f_granite(x*2,y*3,z*2)/1 } density_map...

Click to read more »
File:Explosion in moon artist view 2 1.png
Jumat, 2024-06-07 19:56:02

intervals 9 samples 1, 20 density{ // function { exp ( f_spherical(x,y,z) } function { f_spherical(x,y,z) } poly_wave 3 color_map { [0.0 color rgb <0.0...

Click to read more »
File:Explosion in moon artist view 3 1.png
Selasa, 2024-06-11 23:36:30

intervals 9 samples 1, 20 density{ // function { exp ( f_spherical(x,y,z) } function { f_spherical(x,y,z) } poly_wave 3 color_map { [0.0 color rgb <0.0...

Click to read more »
File:Desert planet 9.png
Kamis, 2026-04-23 07:15:10

= density { function { 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)- 1 - 0.00001)/atm_thickness1) // 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)-1- 0.00001)/atm_thickness1)...

Click to read more »
File:Golden Mean Quadratic Siegel Disc Speed.png
Minggu, 2025-12-21 15:01:35

iter = 0; while (iter < maxiter)&&(abs(z) > 0.001)&&(abs(z)<20) h=z; %z=d*z*z*(z-a)/(1-a*z); z=z*z+d; hh=abs(z-h)*(z-h); if iter>maxiter/2 ang=ang+hh; end...

Click to read more »
File:Invisible planet 1 1 1 1.png
Senin, 2026-04-20 22:51:36

//z,0 sky_sphere { pigment { function { exp(-abs((2*y+f_wrinkles(x*1,y*1,z*1)))) // * pow ( f_wrinkles(x/1,y/1,z/1) ,2) // * pow ( f_wrinkles(x/1,y/1,z/1)...

Click to read more »
File:Extreme points illustration.png
Kamis, 2026-01-29 08:02:34

250]/256; Z=[0, 1, 0.5+i*sqrt(3)/2.0]; L=length(Z); [V, M]=corner (N, V, M, Z(L), Z(1), Z(2), height); for k=2:(L-1) [V, M]=corner (N, V, M, Z(k-1), Z(k), Z(k+1)...

Click to read more »
File:Brown dwarf povray 4 rend 1.png
Rabu, 2023-12-27 04:34:19

f_spherical(x,y,z,1) // * exp(1/(sqrt(x*x+y*y+z*z)) ) // 2* (1/(pow(sqrt(x*x+y*y+z*z),.75))) sin(y*10) f_wrinkles(x*1,y*3,z*1) *f_granite(x*2,y*3,z*2)/1 } density_map...

Click to read more »
File:Spiral galaxy 7 r 1.png
Rabu, 2026-04-08 08:05:49

-2>*1*0.9 look_at <0,0,0> angle 35 } declare expf1=function { max(1-min ( -1* exp( -sqrt(x*x+y*y+0*0)),0 ),1) } declare hole1= function { max( min( 1*f_sphere(x*5...

Click to read more »
File:Protoplanetary disk 1 rend 1.png
Sabtu, 2026-06-06 03:11:34

+f_wrinkles(x*1,y*1,z*1)*0.4 )*0.7 +f_granite(x*3,y*3,z*3)*0.3 ) exp(-0.2*sqrt(x*x+y*y+z*z)) 2 } turbulence 0.05 // sine_wave color_map { [0 rgbt <0.00,0...

Click to read more »
File:Julia set for f(z) = z^2 + i using BDM DEM LSM.png
Minggu, 2023-09-03 23:20:17

complex z = z0; z = z*z + c; return z; } complex double derivative_wrt_z(const complex double z0) { double complex z = z0; z = 2.0*z ; return z; } double...

Click to read more »
File:Barred spiral galaxy 4 r 1.png
Sabtu, 2024-12-28 02:55:50

pigment { spiral1 9 scale 3 } } #declare expf1=function { max(1-min ( -1* exp( -sqrt(x*x+y*y+0*0)),0 ),1) } #declare hole1= function { max( min( 1*f_sphere(x*5...

Click to read more »
File:Spiral galaxy 6 r 1.png
Rabu, 2025-11-19 09:00:45

-2>*1.5 look_at <0,0,0> angle 35 } declare expf1=function { max(1-min ( -1* exp( -sqrt(x*x+y*y+0*0)),0 ),1) } declare hole1= function { max( min( 1*f_sphere(x*5...

Click to read more »
File:Artist rendering of early O type main sequence star 1 1 1 1.png
Selasa, 2025-08-05 07:16:26

function { exp(-sqrt(x*x+y*y+z*z)) } // function { pow(f_spherical(x,y,z),4) } function { pow(f_spherical(x,y,z),2)*f_wrinkles(x*60,y*60,z*60)*0.5 } //...

Click to read more »
File:Formation of planetesimals.png
Senin, 2024-05-20 02:08:45

translate y*py translate z*pz } end for (nx,0,1000) #declare theta=rand(seed1)*pi*2; #declare fii=rand(seed2)*pi*2; #declare rr=exp(rand(seed4))*1.25; #declare...

Click to read more »
File:Media electric field with pov ray 1 1 1 1.png
Senin, 2026-05-25 00:16:46

function(x,y,z) { 1 - exp(-Eabs(x,y,z) * 2.5) } // 3D-suuntakulma: Yhdistetään xz-tason kulma ja y-akselin kallistus declare Eangle3D = function(x,y,z) { (atan2(Ez(x...

Click to read more »
File:Wignerfunction coherent 2.png
Selasa, 2025-12-02 04:56:02

coherent[\[Alpha]_, x_, p_] := 1/Pi Exp[-(1/ 2) ((x*Sqrt[2] - 2*Re[\[Alpha]]) ^2 + (p*Sqrt[2] - 2*Im[\[Alpha]])^2)] ; rq = 5; rp = 5; t = 0.003; FontS...

Click to read more »
File:Wignerfunction coherent 0.png
Selasa, 2025-12-02 04:56:13

coherent[\[Alpha]_, x_, p_] := 1/Pi Exp[-(1/ 2) ((x*Sqrt[2] - 2*Re[\[Alpha]]) ^2 + (p*Sqrt[2] - 2*Im[\[Alpha]])^2)] ; rq = 5; rp = 5; t = 0.003; FontS...

Click to read more »
File:Ghost airship 10 1 1 1 1.png
Senin, 2026-06-01 12:19:48

- 0.05*sqrt(x*x+z*z)) * sin(atan2(x,z)*18) //+ 0.08 * sin(10*x) * exp(-2*y*y) + 0.06 * sin(atan2(x,z)*32 + y*6) * (1 - y) exp(-0.6*z*z) } #declare wings_core...

Click to read more »
File:Artist impression of Lyuten b, if it has stony surface.png
Selasa, 2025-08-05 07:14:00

= density { function { 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)- 1 - 0.00001)/atm_thickness1) // 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)-1- 0.00001)/atm_thickness1)...

Click to read more »
File:Shell star artist rendering 6 1 1 1.png
Selasa, 2025-08-26 22:24:58

f_spiral1(x*4,z*4,y*4)*1 //f_granite(x,y,z) //f_ripples(y*1, x*1, z*1) // f_granite(x,y,z) // exp(-1.5*(sqrt(x*x+y*y+z*z)-0) ) // pow( 3*sqrt(x*x+y*y+z*z),-1.5...

Click to read more »
File:Spiral black hole pov-ray 1 r 1.png
Rabu, 2023-07-26 00:42:20

z),z ) // f_granite(x,y,z)*0.3 } } object { isosurface { function { //y+1/exp(x*x+z*z) y+10/pow( (x*x+z*z),1) +logspiral1(x*3,z*3,0)*2 } contained_by {...

Click to read more »
File:Zahlentheorie (Osnabrück 2016-2017)Vorlesung4.pdf
Sabtu, 2020-09-12 00:45:45

Z/(n) F¨ ur die Restklassenringe Z/(n) verwenden wir {0, 1, 2, . . . , n − 1} als kanonisches Repr¨asentantensystem. Satz 4.1. Genau dann ist a ∈ Z eine...

Click to read more »
File:Wignerfunction fock 0.png
Sabtu, 2022-02-26 16:40:45

fock[n_, q_, p_] := (-1)^n / Pi Exp[-q ^2 - p^2] LaguerreL[n, 2 q^2 + 2 p^2]; rq = 4; rp = 4; t = 0.003; FontS = 20; For[n = 0, n <= 4, n++, plot = Show[Plot3D[fock[n...

Click to read more »
File:Wignerfunction thermal 3.png
Selasa, 2025-12-02 04:57:30

thermal[T_, x_, p_] := If[T === 0, coherent[0, x, p], 1/Pi Tanh[1/(2 T)]*Exp[-(x^2/Coth[1/(2 T)]) - p^2/Coth[1/(2 T)]] ]; rq = 4; rp = 4; t = 0.003; FontS...

Click to read more »
File:Wignerfunction coherent 1.png
Sabtu, 2022-02-26 16:40:33

coherent[\[Alpha]_, x_, p_] := 1/Pi Exp[-(1/ 2) ((x*Sqrt[2] - 2*Re[\[Alpha]]) ^2 + (p*Sqrt[2] - 2*Im[\[Alpha]])^2)] ; rq = 5; rp = 5; t = 0.003; FontS...

Click to read more »
File:Wignerfunction thermal 0.png
Selasa, 2025-12-02 04:57:17

thermal[T_, x_, p_] := If[T === 0, coherent[0, x, p], 1/Pi Tanh[1/(2 T)]*Exp[-(x^2/Coth[1/(2 T)]) - p^2/Coth[1/(2 T)]] ]; rq = 4; rp = 4; t = 0.003; FontS...

Click to read more »
File:Gas erupting from moon regolith artist view 1 1.png
Jumat, 2024-06-07 18:22:28

intervals 9 samples 1, 20 density{ // function { exp ( f_spherical(x,y,z) } function { f_spherical(x,y,z) } poly_wave 3 color_map { [0.0 color rgb <0.0...

Click to read more »
File:Wignerfunction fock 4.png
Sabtu, 2022-02-26 16:37:28

fock[n_, q_, p_] := (-1)^n / Pi Exp[-q ^2 - p^2] LaguerreL[n, 2 q^2 + 2 p^2]; rq = 4; rp = 4; t = 0.003; FontS = 20; For[n = 0, n <= 4, n++, plot = Show[Plot3D[fock[n...

Click to read more »
File:Jack the ripper rossmo 3.png
Sabtu, 2026-03-07 23:40:22

trun_neg_exp_profile(daata$lat, daata$lon ) ## nega, maximal distance ok cgt <- neg_exp_profile(daata$lat, daata$lon , method = "Dragnet") cgt <- neg_exp_profile(daata$lat...

Click to read more »
File:Julia set with 3 external rays.svg
Rabu, 2026-03-04 08:21:44

w:rectform(ev(R*exp(2*%pi*%i*t))), z:w, /* near infinity z=w */ zz:cons(z,zz), unless r<rMin do ( /* new smaller R */ r:r*caution, R:2^r, /* */ w:rectform(ev(R*exp(2*%pi*%i*t)))...

Click to read more »
File:Wignerfunction coherent-mixture 2.png
Selasa, 2025-12-02 04:55:38

coherent[\[Alpha]_, x_, p_] := 1/Pi Exp[-(1/ 2) ((x*Sqrt[2] - 2*Re[\[Alpha]]) ^2 + (p*Sqrt[2] - 2*Im[\[Alpha]])^2)] ; rq = 6; rp = 3; t = 0.003; FontS...

Click to read more »
File:Wignerfunction coherent-mixture 2.5.png
Selasa, 2025-12-02 04:55:51

coherent[\[Alpha]_, x_, p_] := 1/Pi Exp[-(1/ 2) ((x*Sqrt[2] - 2*Re[\[Alpha]]) ^2 + (p*Sqrt[2] - 2*Im[\[Alpha]])^2)] ; rq = 6; rp = 3; t = 0.003; FontS...

Click to read more »
File:Wignerfunction fock 5.png
Sabtu, 2022-02-26 16:37:35

fock[n_, q_, p_] := (-1)^n / Pi Exp[-q ^2 - p^2] LaguerreL[n, 2 q^2 + 2 p^2]; rq = 4; rp = 4; t = 0.003; FontS = 20; For[n = 0, n <= 5, n++, plot = Show[Plot3D[fock[n...

Click to read more »
File:Kepler-296 planets 1 1 1 1.png
Sabtu, 2026-02-14 08:04:45

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Ringed gas giant planet 3.png
Senin, 2025-11-24 23:01:15

0)*f_waves(sqrt(x*x+z*z),0,0)*10 } // function {f_waves(sqrt(x*x+z*z)*10,0,0)*f_waves(sqrt(x*x+z*z),f_granite(sqrt(x*x+z*z) ,sqrt(x*x+z*z),sqrt(x*x+z*z)),0)*5 } //...

Click to read more »
File:Jack the ripper rossmo 2.svg
Minggu, 2026-05-10 01:09:08

"date","lat","lon") cgt <- cgt_profile(daata$lat, daata$lon) cgt <- neg_exp_profile(daata$lat, daata$lon ,method = "CrimeStat") cgt <- norm_profile(daata$lat...

Click to read more »
File:Terraplan11.png
Sabtu, 2023-06-03 11:51:24

y*10,z*10)*0.003 + f_wrinkles(x*10,y*10,z*10)*0.001 // f_wrinkles(x,y,z)*1 } declare func_land1_height_1= function { abs(1+ exp( f_granite(x/3,y/3,z/3)...

Click to read more »
File:Wignerfunction thermal 2.png
Selasa, 2024-12-10 14:36:32

thermal[T_, x_, p_] := If[T === 0, coherent[0, x, p], 1/Pi Tanh[1/(2 T)]*Exp[-(x^2/Coth[1/(2 T)]) - p^2/Coth[1/(2 T)]] ]; rq = 4; rp = 4; t = 0.003; FontS...

Click to read more »
File:Fictional giant planet has habitable Earth like moon 2 1 1 1.png
Senin, 2026-05-11 19:28:24

sky_sphere { /* pigment { function { exp(-abs((y+f_wrinkles(x*3,y*3,z*3)*0.2)*20) ) exp(-abs(x*10)) pow(f_bozo(x*2500,y*2500,z*2500),2) //+(abs(x*40)/2) } poly_wave...

Click to read more »
File:Hycean planet or mini neptune 2 1 1 1.png
Senin, 2025-11-24 23:01:13

= density { function { 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)- 1 - 0.00001)/atm_thickness1) // 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)-1- 0.00001)/atm_thickness1)...

Click to read more »
File:Wignerfunction thermal 1.png
Jumat, 2025-01-31 15:44:30

thermal[T_, x_, p_] := If[T === 0, coherent[0, x, p], 1/Pi Tanh[1/(2 T)]*Exp[-(x^2/Coth[1/(2 T)]) - p^2/Coth[1/(2 T)]] ]; rq = 4; rp = 4; t = 0.003; FontS...

Click to read more »
File:Wignerfunction fock 2.png
Selasa, 2025-12-02 04:54:59

fock[n_, q_, p_] := (-1)^n / Pi Exp[-q ^2 - p^2] LaguerreL[n, 2 q^2 + 2 p^2]; rq = 4; rp = 4; t = 0.003; FontS = 20; For[n = 0, n <= 4, n++, plot = Show[Plot3D[fock[n...

Click to read more »
File:Wignerfunction fock 3.png
Kamis, 2026-03-26 18:05:33

fock[n_, q_, p_] := (-1)^n / Pi Exp[-q ^2 - p^2] LaguerreL[n, 2 q^2 + 2 p^2]; rq = 4; rp = 4; t = 0.003; FontS = 20; For[n = 0, n <= 4, n++, plot = Show[Plot3D[fock[n...

Click to read more »
File:Cloudy ice planet 1 r 1.png
Jumat, 2024-03-22 08:48:24

function(x,y,z) { sqrt(x*x+y*y+z*z)-1 } declare atmoo1 = media { absorption rgb<0,0.5,0.6> scattering{1, rgb<0.3,0.3,0.8>*40} density { function{exp(-surface1(x...

Click to read more »
File:Shell star artist rendering 4 1 1 1.png
Sabtu, 2025-08-23 16:23:37

function { exp(-sqrt(x*x+y*y+z*z)) } // function { pow(f_spherical(x,y,z),4) } function { pow(f_spherical(x,y,z),2)*f_wrinkles(x*60,y*60,z*60)*0.5 } //...

Click to read more »
File:Wignerfunction fock 1.png
Sabtu, 2022-02-26 16:40:58

fock[n_, q_, p_] := (-1)^n / Pi Exp[-q ^2 - p^2] LaguerreL[n, 2 q^2 + 2 p^2]; rq = 4; rp = 4; t = 0.003; FontS = 20; For[n = 0, n <= 4, n++, plot = Show[Plot3D[fock[n...

Click to read more »
File:VerticalLinesWithThicknessDecreasingToTheRightBlurredByGaussian.png
Selasa, 2025-12-02 14:50:21

range(len(l)): zs=0.0 s=0.0 for k in range(20): j=(k-10) z=exp(-0.03*(j*j)) try: n=l[i+j] zs+=z s+=n*z except: None o+=[(s/(1.0*zs))] #except: # o+=[0.0] return...

Click to read more »
File:Rabbit Julia set with spine.svg
Sabtu, 2025-11-22 00:03:01

point ; it is equal to z-point */ R:2^r, /* w:R*exp(2*%pi*%i*t), z:w, */ array(backward,iMax-1), backward[iMax2]:rectform(ev(R*exp(2*%pi*%i*t))), /* use...

Click to read more »
File:SPP silver-air interface 370nm.gif
Kamis, 2026-04-16 09:06:57

-1/(kzm_over_kvac.imag)) if z_times_kvac > 0: # dielectric Ez = exp(1j * kx_over_kvac * x_times_kvac + 1j * kzd_over_kvac * z_times_kvac - 1j * t_times_omega)...

Click to read more »
File:Chebyshev type I order 3 bandstop filter 2023 228 2.gif
Minggu, 2024-02-25 01:36:44

ra do for [ p = 0 : ra ] { set output sprintf ("228.002.%02d.png", p) w_s = w_s0 * exp (pm * p) Cx2 = 1. / (L2 * w_s) set arrow 105 from w_s, -21 to...

Click to read more »
File:Protoplanetary disc artist rendering 1 1 1 1.png
Senin, 2025-09-01 19:24:09

z)} // function { exp(-sqrt(x*x+y*y+z*z)) } // function { pow(f_spherical(x,y,z),4) } // function { pow(f_spherical(x,y,z),2)*f_wrinkles(x*60,y*60,z*60)*0...

Click to read more »
File:Brown dwarf povray 1 rend 1.png
Senin, 2024-04-22 20:49:31

1/10 } density { function { // exp(1/(sqrt(x*x+y*y+z*z)) ) 2* (1/(pow(sqrt(x*x+y*y+z*z),.75))) // *f_granite(x*5,y*5,z*5)/100 } density_map { [0 rgbt...

Click to read more »
File:Eocene climatic optimum july temperature cesm co2 6x 1 1.png
Sabtu, 2026-01-10 03:02:28

here grayscale palette outrput option ! normalizes map to 0...1, then np.exp(z), then normalize to depest and highest points python3 source code 03.06...

Click to read more »
File:Hycean planet 3 1 1 1.png
Senin, 2025-11-24 23:01:12

1/10 } density { function { // exp(1/(sqrt(x*x+y*y+z*z)) ) 2* (1/(pow(sqrt(x*x+y*y+z*z),.75))) // *f_granite(x*5,y*5,z*5)/100 } density_map { [0 rgbt...

Click to read more »
File:Simulated eeco january surface temperature cesm cam if co2 9x 1 1.png
Senin, 2024-06-03 13:51:15

here grayscale palette outrput option ! normalizes map to 0...1, then np.exp(z), then normalize to depest and highest points python3 source code 03.06...

Click to read more »
File:Eocene climatic optimum january temperature cesm co2 6x 1 1.png
Selasa, 2026-03-17 00:58:29

here grayscale palette outrput option ! normalizes map to 0...1, then np.exp(z), then normalize to depest and highest points python3 source code 03.06...

Click to read more »
File:Abandoned spacecraft 1 1 1 1.png
Rabu, 2026-03-04 10:23:07

z*35 rotate z*45 } texture { pigment { // spherical // ramp_wave function { (1-sqrt(x*x+y*y+z*z)) // exp((1-sqrt(x*x+y*y+z*z))) // pow(-(x*x+y*y+z*z))...

Click to read more »
File:Daubechies4-functions.svg
Selasa, 2025-12-09 17:43:34

k), RO!Coefficient(wave,k), RO!Abs(Evaluate(scal,Exp(I*2*Pi(RO)*dx^2*k))*dx), RO!Abs(Evaluate(wave,Exp(I*2*Pi(RO)*dx^2*k))*dx); end for; Flush(fp); set...

Click to read more »
File:Simulated eeco july surface temperature cesm cam if co2 9x 1 1.png
Senin, 2024-06-03 13:51:16

here grayscale palette outrput option ! normalizes map to 0...1, then np.exp(z), then normalize to depest and highest points python3 source code 03.06...

Click to read more »
File:Rayleigh atmosphere sunset 1 1 1 1.png
Jumat, 2025-09-12 17:24:14

= density { function { 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)- 1 - 0.00001)/atm_thickness1) // 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)-1- 0.00001)/atm_thickness1)...

Click to read more »
File:Earth sea planet 1.png
Kamis, 2025-04-03 05:38:10

8>*atm_amount scattering{1, rgb<0.3,0.4,0.8>*atm_amount} density { function{exp(-surface1(x,y,z)/(3*atmosphere_thickness))} color_map { [0.0 color rgb <0,0,0>] [1...

Click to read more »
File:Herman-ring-1.png
Minggu, 2025-11-30 04:58:15

complex<double> rot=exp(2*M_PI*complex<double>(0,1)*t);//e^{2 \pi i t} complex<double> f(complex<double> z) { // f(z) = e^{2 \pi i t}\cdot \frac{z^2(z - 4)}{1 -...

Click to read more »
File:SPP silver-air interface 10um.gif
Rabu, 2023-05-24 08:39:20

-1/(kzm_over_kvac.imag)) if z_times_kvac > 0: # dielectric Ez = exp(1j * kx_over_kvac * x_times_kvac + 1j * kzd_over_kvac * z_times_kvac - 1j * t_times_omega)...

Click to read more »
File:Gaps in gas poor protoplanetary disk 1 r 1.png
Selasa, 2024-01-23 11:47:16

extinction 0.0001 } density { // function { -exp((x*x+y*y+z*z)/1)/10 } function { f_wrinkles(x,y,z)*-exp((x*x+y*y+z*z)/1)/10 } /* // spherical density_map {...

Click to read more »
File:B-type main sequence star 1.png
Minggu, 2023-10-08 10:32:38

#declare ex1=exp(-(nn-0.6)*18)*2; // #declare ex3=exp(-(nn-0.6)*18)*2; // #declare ex3=exp(-(nn-0.6)*18)*2; // #declare ex3=mm; // #declare ex3=exp(-(nn-0.3)*18)*2;...

Click to read more »
File:Gliese 12b example simulation sea land 1 r 1 1 1 1.png
Jumat, 2024-12-27 19:50:39

copy(map0) #map1=np.exp(map0)/np.exp(1) #map1a=np.power(map1a, 15) if(filtermap1==1): #map1a=np.where(map1a>sealevel1, np.exp(np.exp(map1a)), map1a) map1a=np...

Click to read more »
File:Binary star flare with pov ray disc 1 1 1 1.png
Senin, 2025-05-12 08:49:26

declare sparkpig1 = pigment { //function { //x*y*z /// (1-sqrt(x*x+y*y)) // pow( (1-sqrt(x*x+y*y)), 3) // exp(1* (1-sqrt(x*x+y*y)) ) // 1-sqrt(x*x+y*y*y*y)...

Click to read more »
File:2D Spherical Harmonic Orbitals.png
Senin, 2025-03-24 04:07:12

\[Psi], orb]; detail[n_, l_, m_] := 8 Total@{n, l, m} F[n_, l_, x_ ] := x^l Exp[-x/2] Factorial[n + 1] LaguerreL[n - l - 1, 2 l + 1, x]; R[n_ , l_, r_, a_]...

Click to read more »
File:Barred spiral galaxy media 1 r 1.png
Rabu, 2023-11-01 12:49:26

normal1=function {exp (-0.5*pow(((( sqrt(x*x+y*y) ))/0.75),2))} declare bar1= function { // normal1(x*2,y*2,z*2) // (max( min(1-f_sphere(x,y,z,1),0),1)) max(min(...

Click to read more »
File:Julia exp(z3) - 0.621.png
Kamis, 2020-10-15 17:18:35

DescriptionJulia exp(z3) - 0.621.png English: Julia set for f ( z ) = e z 3 − 0.621 {\displaystyle f(z)=e^{z^{3}}-0.621} Date 17 May 2016 Source Own work...

Click to read more »
File:Fictional giant planet has habitable Earth like moon 1 1 1 1.png
Minggu, 2026-05-10 18:19:30

sky_sphere { pigment { function { exp(-abs((y+f_wrinkles(x*3,y*3,z*3)*0.2)*20) ) exp(-abs(x*10)) pow(f_bozo(x*2500,y*2500,z*2500),2) //+(abs(x*40)/2) } poly_wave...

Click to read more »
File:5th-root-of-unity.jpg
Kamis, 2023-06-01 16:08:56

 This plot was created with Matplotlib. import math, cmath from cmath import exp, sin, cos from math import pi, tanh import numpy as np from numpy import...

Click to read more »
File:Terminus small continent many big islands 1.png
Kamis, 2025-02-27 20:35:25

eccentricity 0.56 extinction 1.0 } method 3 density { function { 1*exp(-8*(sqrt(x*x+(y)*(y)+z*z)- 1 - 0.00001)/atm_thickness1) } } } } } } object {Atmosphere1}...

Click to read more »
File:Fictional extrasolar giant planet has rings and moons 1 1 1 1.png
Minggu, 2024-03-03 21:22:39

f_onion(x,y,z)+f_wrinkles(sqrt(x*x+y*y+z*z)*1,sqrt(x*x+y*y+z*z)*1,sqrt(x*x+y*y+z*z))*f_granite(sqrt(x*x+y*y+z*z)*1,sqrt(x*x+y*y+z*z)*1,sqrt(x*x+y*y+z*z))*1 }...

Click to read more »
File:Carbon rich planet povray 5 r 1.png
Jumat, 2024-02-02 23:02:20

funk1=function { exp( f_wrinkles(x,y,z)/2+ f_wrinkles(x*3,y*3,z*3)/4 + f_wrinkles(x*10,y*10,z*10)/8 + f_wrinkles(x*30,y*30,z*30)/16 + f_wrinkles(x*100,y*100,z*100)/32...

Click to read more »
File:Barred spiral galaxy 2 r 1.png
Rabu, 2023-11-01 12:49:22

normal1=function {exp (-0.5*pow(((( sqrt(x*x+y*y) ))/0.75),2))} declare bar1= function { // normal1(x*2,y*2,z*2) // (max( min(1-f_sphere(x,y,z,1),0),1)) max(min(...

Click to read more »
File:Fictional steppe planet 1 1 1 1.png
Selasa, 2025-06-03 00:31:26

eccentricity 0.56 extinction 1.0 } method 3 density { function { 1*exp(-8*(sqrt(x*x+(y)*(y)+z*z)- 1 - 0.00001)/atm_thickness1) } /* spherical density_map { [0...

Click to read more »
File:Spiral galaxy 5 r 1.png
Jumat, 2026-02-06 08:55:34

normal1=function {exp (-0.5*pow(((( sqrt(x*x+y*y) ))/0.75),2))} declare bar1= function { // normal1(x*2,y*2,z*2) // (max( min(1-f_sphere(x,y,z,1),0),1)) max(min(...

Click to read more »
File:Julia z*exp(z) + 0.04.png
Minggu, 2025-11-30 17:48:56

DescriptionJulia z*exp(z) + 0.04.png English: Julia set for f ( z ) = z ⋅ e z + 0.04 {\displaystyle f(z)=z\cdot e^{z}+0.04} Date 17 May 2016 Source Own...

Click to read more »
File:Julia exp(z3) - 0.590.png
Kamis, 2025-05-08 01:32:35

DescriptionJulia exp(z3) - 0.590.png English: Julia set for f ( z ) = e z 3 − 0.59 {\displaystyle f(z)=e^{z^{3}}-0.59} Date 17 May 2016 Source Own work...

Click to read more »
File:Volcanic planet 3 r 1.png
Kamis, 2023-08-17 05:45:55

extinction 0.0 } samples 10,20 density { spherical // function { -exp(10/sqrt(z*x+y*y+z*z)) } color_map { [0, color rgb 0] [0.5, color rgb 0.5] [1, color...

Click to read more »
File:Mandelbrot set - Normal mapping.png
Senin, 2021-10-18 15:29:43

uk/blog/ -------------------------------- 1. draws Mandelbrot set for Fc(z)=z*z +c using Mandelbrot algorithm ( boolean escape time ) -------------------------------...

Click to read more »
File:Grundkurs Mathematik (Osnabrück 2018-2019)Teil IVorlesung6.pdf
Jumat, 2025-02-28 05:09:50

= CC-by-sa 3.0 Quelle = Exp.svg , Autor = Peter John Acklam, Lizenz = CC-by-sa 3.0 Quelle = Monkey Saddle Surface (Shaded).png , Autor = Benutzer Inductiveload...

Click to read more »
File:Hycean planet 2 1 1 1.png
Minggu, 2026-04-26 19:29:22

function { // 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)- 1 - 0.00001)/atm_thickness1) // 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)-1- 0.00001)/atm_thickness1) 1*exp(-8*(sqrt(x*x+(y)*(y)+z*z)-...

Click to read more »
File:Terraplan4.png
Minggu, 2024-12-22 19:51:00

image_map { png "Solarsystemscope_texture_2k_saturn_ring_alpha.png" map_type 0 interpolate 4} scale 5 warp { cylindrical orientation x dist_exp 0 } } finish...

Click to read more »
File:Exp(z^3-2z).png
Sabtu, 2020-09-26 23:48:51

DescriptionExp(z^3-2z).png English: 2D plot of the complex function f(z)=exp(z^-2z). Date 31 March 2017 Source Own work Author Auswahlaxiom...

Click to read more »
File:Grundkurs Mathematik (Osnabrück 2016-2017)Teil IVorlesung6.pdf
Kamis, 2026-02-12 06:48:41

= CC-by-sa 3.0 Quelle = Exp.svg , Autor = Peter John Acklam, Lizenz = CC-by-sa 3.0 Quelle = Monkey Saddle Surface (Shaded).png , Autor = Benutzer Inductiveload...

Click to read more »
File:Rotating spherical harmonics.gif
Minggu, 2025-12-07 06:16:15

for( ;x<=2*i;++x) r+= log(x); if(m) r+=.5*log(2); r=exp(r)*((l^i)&1?-1:1)*(2*i-l-m?z:1); s=-z*z; t=r; for(i=((l+m+1)>>1)+1;i<=l;++i)...

Click to read more »
File:ExpIPi.gif
Minggu, 2022-05-01 13:55:22

AspectRatio -> Automatic], {n, {1, 2, 3, 4, 5, 10, 20, 50, 100}}]; Export["ExpIPi.gif", plot1, "DisplayDurations" -> {2}, "AnimationRepititions" -> Infinity...

Click to read more »
File:Kepler-42 planet system 1 1 1.png
Selasa, 2026-05-19 12:37:33

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Colliding planets 1 r 1 1 1 1.png
Jumat, 2025-12-12 22:31:47

function { // 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)- 1 - 0.00001)/atm_thickness1) // 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)-1- 0.00001)/atm_thickness1) 1*exp(-8*(sqrt(x*x+(y)*(y)+z*z)-...

Click to read more »
File:Mandelbrot set zoom with continous escape time.png
Sabtu, 2026-02-21 17:26:56

3060959246356990742873 0.0237427672737983365906 2e-10 10n.ppm for exp in $(seq -w 0 11) do maxiter=$(echo 500+(1000*${exp})|bc) echo $maxiter ./a.out ${maxiter} 10000 10000...

Click to read more »
File:Colliding meteoroids 1 r 1 1 1 1.png
Jumat, 2025-12-12 22:31:47

#declare fii2=rand(seed1)*360; #declare theta2=rand(seed2)*180-90; #declare rr2=exp(rand(seed3))*3*1 ; object { // sphere {0,1} stone3 scale 0.15 texture { T_Stone2...

Click to read more »
File:Ocean planet that has long island arc 1.png
Sabtu, 2025-03-01 20:31:16

8>*atm_amount scattering{1, rgb<0.3,0.3,0.8>*atm_amount} density { function{exp(-surface1(x,y,z)/(3*atmosphere_thickness))} color_map { [0.0 color rgb <0,0,0>] [1...

Click to read more »
File:Epsilon aurigae artistic rendering 1 1 1 1.png
Kamis, 2023-10-12 18:22:23

function { exp(-sqrt(x*x+y*y+z*z)) } // function { pow(f_spherical(x,y,z),4) } function { pow(f_spherical(x,y,z),2)*f_wrinkles(x*60,y*60,z*60)*0.5 } //...

Click to read more »
File:Cytherean world 2 rend 1.png
Selasa, 2024-04-30 15:21:31

5,1>*2 } density { function { // exp(1/(sqrt(x*x+y*y+z*z)) ) 2* (1/(pow(sqrt(x*x+y*y+z*z),.75))) // * f_granite(x,y,z) } density_map { [0 rgbt <0,0,0,1>]...

Click to read more »
File:Planet has opened gap to protoplanetary disc 2 r 1.png
Senin, 2024-01-22 16:16:04

function { exp(-sqrt(x*x+y*y+z*z)) } // function { pow(f_spherical(x,y,z),4) } function { pow(f_spherical(x,y,z),2)*f_wrinkles(x*60,y*60,z*60)*0.5 } //...

Click to read more »
File:Giant planet 6.png
Senin, 2025-11-24 23:01:11

5+f_wrinkles(x*15,y*30,z*15)*0.5 // f_marble(abs(-y)/3,abs(-x)/3,abs(z)/3)*0.7+0.3*( f_wrinkles(x*6,y*3,z*6)*f_wrinkles(x*10,y*10,z*10)) // f_marble(sin(exp(abs((y-0...

Click to read more »
File:Planet has opened gap to protoplanetary disc 1 r 1.png
Senin, 2024-01-22 16:16:02

<1,1/2,1/4>*5/100000 extinction 0.00000001 } density { function { -exp((x*x+y*y+z*z)/1)/10 } /* // spherical density_map { [0 rgb 0] [0.5 rgb <1,0,0>]...

Click to read more »
File:Planets of barnards star 1 1 1 1.png
Jumat, 2025-06-20 09:59:21

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Globular cluster pov 2 r 1.png
Senin, 2026-03-23 22:45:41

#declare ss2=exp(Rand_Gauss(0, 0.2, 0))-1 ; // #declare ss2=pow( Rand_Gauss(0, 0.2, 0) ,0.95 ) ; // #declare ss1=RRand(0, 1, 0); //#declare ss2=exp(exp(ss1)-1)-1...

Click to read more »
File:Reciprocal monoclinic lattice.png
Jumat, 2025-02-28 18:37:58

meshSideN = 100; /* * The Fourier transform of δ(x - a, y - b, z - c) is * exp(i(aX + bY + cZ)) * -------------------- * (2√2)(√π)³ * using Mathematica's...

Click to read more »
File:Globular black cloud front of gas nebula and stars 1 1 1 1.png
Minggu, 2025-09-21 23:22:53

spherical // ramp_wave function { (1-sqrt(x*x+y*y+z*z)) // exp((1-sqrt(x*x+y*y+z*z))) // pow(-(x*x+y*y+z*z)) } poly_wave 26 color_map { [0 rgbt <1,1,1,1>]...

Click to read more »
File:Gliese 12b example simulation sea land 2 r 1 1 1 1.png
Selasa, 2024-10-15 13:13:31

here grayscale palette output option ! normalizes map to 0...1, then np.exp(z), then normalize to depest and highest points python3 source code 24.6.2024...

Click to read more »
File:Terraplan6.png
Selasa, 2025-11-11 04:03:18

function { //TP_RAYLEIGH_DENSITY_MAX*exp(-_tp_rayleigh_power*(sqrt(x*x+(y+TP_EARTH_RADIUS)*(y+TP_EARTH_RADIUS)+z*z) //- TP_EARTH_RADIUS -...

Click to read more »
File:Kepler 292 planets 1 1 1 1.png
Selasa, 2026-04-28 11:24:27

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Julia exp(z) - 0.65.png
Rabu, 2025-12-24 16:05:17

DescriptionJulia exp(z) - 0.65.png English: Julia set for f ( z ) = e z − 0.65 {\displaystyle f(z)=e^{z}-0.65} Date 17 May 2016 Source Own work Author...

Click to read more »
File:Julia z4*exp(z) + 0.41.png
Kamis, 2025-12-18 02:39:25

DescriptionJulia z4*exp(z) + 0.41.png English: Julia set for f ( z ) = z 4 ⋅ e z + 0.41 {\displaystyle f(z)=z^{4}\cdot e^{z}+0.41} Date 17 May 2016 Source...

Click to read more »
File:Analysis (Osnabrück 2014-2016) Teil I Vorlesung 2.pdf
Kamis, 2023-08-10 16:57:04

= CC-by-sa 3.0 Quelle = Exp.svg , Autor = Peter John Acklam, Lizenz = CC-by-sa 3.0 Quelle = Monkey Saddle Surface (Shaded).png , Autor = Benutzer Inductiveload...

Click to read more »
File:Analysis (Osnabrück 2014-2016)Vorlesung2.pdf
Kamis, 2023-08-10 16:56:20

= CC-by-sa 3.0 Quelle = Exp.svg, Autor = Peter John Acklam, Lizenz = CC-by-sa 3.0 Quelle = Monkey Saddle Surface (Shaded).png, Autor = Benutzer Inductiveload...

Click to read more »
File:Terminus as earthsea planet 1.png
Kamis, 2025-02-27 22:26:41

eccentricity 0.56 extinction 1.0 } method 3 density { function { 1*exp(-8*(sqrt(x*x+(y)*(y)+z*z)- 1 - 0.00001)/atm_thickness1) } } } } } } object { planetsurf1}...

Click to read more »
File:Exponential Function (Abs Imag Part at Infinity) Density.png
Sabtu, 2025-11-01 12:26:48

f := abs(Im(exp(1/(x+I*y)))): ylimit := 1: xlimit := 1: mesh := 1000: //resolution of density plot a  := 1: //change this to adjust the colour band drop-of...

Click to read more »
File:Fractal tree on moonlight 1 r 1 1 1 1.png
Minggu, 2026-04-05 05:40:56

#declare rr=1.00; #while(mm <= 1.0) //#declare rr=exp(-pp*10)*0.5 ; //#declare rr=exp(-pp/3)*1; #declare rr=exp(-pp*0.25)*0.25; // #declare rr=1-mm; #declare...

Click to read more »
File:BalabinRM hydroxylamine JLU 2023 hal04745058.djvu
Kamis, 2025-08-21 15:36:31

org/wiki/File:University_of_Basel_Logo.png • S10 (bottom), MPI-P, PD textlogo: https://commons.wikimedia.org/wiki/File:MPI-P_logo.png • S11 (top), Fischer, CC...

Click to read more »
File:Essential singularity.png
Senin, 2026-05-11 22:41:51

represents the complex argument; hue ⁡ ( z ) = arg ⁡ ( z ) {\displaystyle \operatorname {hue} (z)=\operatorname {arg} (z)} The luminance represents the absolute...

Click to read more »
File:Sunset with rayleigh atmosphere 2 1 1 1.png
Sabtu, 2025-09-13 16:24:33

= density { function { 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)- 1 - 0.00001)/atm_thickness1) // 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)-1- 0.00001)/atm_thickness1)...

Click to read more »
File:Hycean planet 5 1 1 1.png
Senin, 2025-11-24 23:01:12

{1,1/100*<0.6,0.7,1> } density { function { // exp(1/(sqrt(x*x+y*y+z*z)) ) 2* (1/(pow(sqrt(x*x+y*y+z*z),.75))) } density_map { [0 rgbt <0,0,0,1>] [1 rgbt...

Click to read more »
File:Giant planet 3.png
Rabu, 2023-08-02 07:00:55

nn=nn-deltamm; #end } } // en declare Density2=density { function { exp(-6.7*(sqrt(x*x+y*y+z*z) -1.00001)/0.05 )/1000 } } declare Mat_Atm = material { texture...

Click to read more »
File:Cytherean world 3 rend 1.png
Selasa, 2024-04-30 15:21:32

69>*30 } density { function { // exp(1/(sqrt(x*x+y*y+z*z)) ) 2* (1/(pow(sqrt(x*x+y*y+z*z),.75))) // * f_granite(x,y,z) } density_map { [0 rgbt <0,0,0,1>]...

Click to read more »
File:Planets of barnards star 2 1 1 1.png
Sabtu, 2026-05-16 09:09:00

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(6000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Julia z3*exp(z) + 0.33.png
Minggu, 2025-07-06 13:32:07

DescriptionJulia z3*exp(z) + 0.33.png English: Julia set for f ( z ) = z 3 ⋅ e z + 0.33 {\displaystyle f(z)=z^{3}\cdot e^{z}+0.33} Date 17 May 2016 Source...

Click to read more »
File:Trappist 1e as low oceans co2 280 annual tas 1.png
Selasa, 2023-10-17 18:01:16

1280 z 640 and mask 180 deg from PIL import Image import os import numpy as np import matplotlib.pyplot as plt imin=Image.open("LandMaskOriginal.png") a...

Click to read more »
File:Carbon rich planet povray 4 r 1.png
Jumat, 2024-02-02 23:02:19

75,1> } density { function { // exp(1/(sqrt(x*x+y*y+z*z)) ) 2* (1/(pow(sqrt(x*x+y*y+z*z),.75))) // * f_granite(x,y,z) } density_map { [0 rgbt <0,0,0,1>]...

Click to read more »
File:Wave packet.svg
Kamis, 2026-01-08 01:44:29

A*cos(abs(X).^q*slow_wl).*exp(-K*X.^2); num_P=1; % how many periods to keep Y( find (abs(X) > ((2*num_P+0.5)*pi/slow_wl)^(1/q)) )=0; Z = Y.*cos(fast_wl*X);...

Click to read more »
File:Grundkurs Mathematik (Osnabrück 2018-2019)Teil IVorlesung27.pdf
Jumat, 2025-02-28 05:09:42

Autor = Benutzer Propubs auf Commons, Lizenz = CC-by-sa 3.0 1 Quelle = Exp-4-plot.png , Autor = Benutzer Svyo auf Commons, Lizenz = CC-by-sa 4.0 5 Quelle...

Click to read more »
File:Grundkurs Mathematik (Osnabrück 2016-2017)Teil IVorlesung27.pdf
Jumat, 2023-04-07 16:06:31

Autor = Benutzer Propubs auf Commons, Lizenz = CC-by-sa 3.0 Quelle = Exp-4-plot.png , Autor = Benutzer Svyo auf Commons, Lizenz = CC-by-sa 4.0 Quelle =...

Click to read more »
File:Julia z2*exp(z) + 0.21.png
Jumat, 2020-10-16 12:26:17

DescriptionJulia z2*exp(z) + 0.21.png English: Julia set for f ( z ) = z 2 ⋅ e z + 0.21 {\displaystyle f(z)=z^{2}\cdot e^{z}+0.21} Date 17 May 2016 Source...

Click to read more »
File:Brown dwarf povray 6 rend 1.png
Rabu, 2023-12-27 04:34:22

{ // exp(f_sphere(x,y,z,1))*f_granite(x*2,y*5,z*2) // f_granite(x*2,y*10,z*2) // f_wrinkles(x*10,y*10,z*10) // sin(y*12) * f_granite(x*2,y*10,z*2) f_wrinkles(f_sphere(x...

Click to read more »
File:Possible tau ceti planet system with giant planet 1 1 1 1.png
Senin, 2024-01-29 13:14:08

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Terraplan10.png
Minggu, 2023-08-20 03:29:03

pigment { function { (fs_1(x,exp(abs(y*0.6)),z).gray+fk_1(x,y,z).gray/2)*abs(fd_1(x,(y*1.5-0.25) ,z).gray) //fd_1(x,(y*1.5-0.25),z).gray } octaves 2000 turbulence...

Click to read more »
File:Alpha centauri abc sun comparison 1 1 1 1.png
Sabtu, 2025-06-21 13:45:45

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(6000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Kepler-169 planets 1 1 1 1.png
Senin, 2024-01-29 12:14:52

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Double star in keplerian orbits 1 1 1 1.webm
Kamis, 2026-04-16 20:43:27

Mk + 2*pi, 2*pi); // vain menneisyys ? häntä #if (dM > 0) #local glow = exp(-dM / TailLength); #if (glow > MinGlow) sphere { KeplerPos(a1, e, Mk), OrbitRadius...

Click to read more »
File:Kepler-169 planet system 2 1 1 1.png
Rabu, 2026-01-28 11:49:39

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(6000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Carbon rich planet povray 3 r 1.png
Jumat, 2024-02-02 23:02:18

75,1> } density { function { // exp(1/(sqrt(x*x+y*y+z*z)) ) 2* (1/(pow(sqrt(x*x+y*y+z*z),.75))) // * f_granite(x,y,z) } density_map { [0 rgbt <0,0,0,1>]...

Click to read more »
File:Teegardens Star b surface air temperature degrees celsius if locked Earth-like mass 1.74 me p 2.23 bar 1.png
Senin, 2026-06-01 23:28:49

here grayscale palette output option ! normalizes map to 0...1, then np.exp(z), then normalize to depest and highest points python3 source code 24.6.2024...

Click to read more »
File:Alpha centauri abc sun comparison real star colors 1 1 1 1.png
Sabtu, 2025-06-21 13:45:45

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(6000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Ocean planet that has island arcs 2.png
Minggu, 2025-03-02 01:26:06

scattering { 3, atm_color1*atm_amount } method 3 density { function{exp(-surface1(x,y,z)/(3*atmosphere_thickness))} color_map { [0.0 color rgb <0,0,0>] [1...

Click to read more »
File:Toi 1136 planets 1 1 1 1.png
Senin, 2024-01-29 14:07:31

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Tlp flash on the moon 1.png
Senin, 2024-06-17 23:53:45

+f_granite2(x*10,y*10,z*10).red*0.01 } declare sparkpig1 = pigment { //function { //x*y*z /// (1-sqrt(x*x+y*y)) // pow( (1-sqrt(x*x+y*y)), 3) // exp(1* (1-sqrt(x*x+y*y))...

Click to read more »
File:Kepler 186 planet system 1 1 1 1.png
Senin, 2025-01-06 02:17:00

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Fictional exoplanet surface temperature c mean annual 1.png
Selasa, 2024-10-15 13:11:14

png Exoplasim is here https://pypi.org/project/exoplasim/ https://github.com/alphaparrot/ExoPlaSim Script to create input nc dem from png / or bmp...

Click to read more »
File:Earth hypsometric histogram and cumulative hypsometric curve 1.png
Kamis, 2026-04-16 23:15:34

komponentti sig1 = w1 / (1.0 + np.exp(-(h - hm1) / s1)) sig2 = w2 / (1.0 + np.exp(-(h - hm2) / s2)) sig3 = w3 / (1.0 + np.exp(-(h - hm3) / s3)) # Sigmoidi-CDF...

Click to read more »
File:Algol-type variable binary star animation 3.gif
Kamis, 2025-06-19 23:35:33

function { // 1*exp(-1*(sqrt(x*x+(y)*(y)+z*z)- 1 - 0.00001)/atm_thickness1) // exp(-sqrt((x*x+y*y+z*z)-0) )*0.3 pow( 2*sqrt(x*x+y*y+z*z),-6 ) } density_map...

Click to read more »
File:Cytherean world 4 rend 1.png
Selasa, 2024-04-30 15:21:33

atm_amount1=0.5; declare atm_density1 = density { function { 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)- 1 - 0.00001)/atm_thickness1) } } declare atm_media1 = media...

Click to read more »
File:Double star red giant and bluish star 1 1 1 1.png
Rabu, 2024-12-11 09:57:47

rr=1.00; color_map { #while(mm <= 1.0) #declare rr=nn/2  ; // #declare ex2=exp(-(nn-0.2)*10)*7; //#declare ex2=pow(nn,3) ; #declare ex1=1-nn; #declare ex2=pow(ex1...

Click to read more »
File:Mathematik für Anwender (Osnabrück 2019-2020)Teil IVorlesung3.pdf
Jumat, 2025-02-28 05:29:51

CC-by-sa 3.0 8 Quelle = Exp.svg, Autor = Peter John Acklam, Lizenz = CC-by-sa 3.0 8 Quelle = Monkey Saddle Surface (Shaded).png, Autor = Benutzer Inductiveload...

Click to read more »
File:Nonnulla de nuce vomica observata - quae, cons. exper. Fac. Med. Ups. praeside Jona Sidrén ... (IA b22372283).pdf
Minggu, 2022-12-04 21:02:52

) k!). De Curandis n T. I. carbunc. M. M« p. 25. 37. pag. Cj> png. epi fFof Opei in Jcones 114. pag. 756'. & bubon. Peftif . Difcoridis...

Click to read more »
File:Gas nebula 2 rend 1.png
Kamis, 2023-07-20 09:44:51

declare sparkpig1 = pigment { //function { //x*y*z /// (1-sqrt(x*x+y*y)) // pow( (1-sqrt(x*x+y*y)), 3) // exp(1* (1-sqrt(x*x+y*y)) ) // 1-sqrt(x*x+y*y*y*y)...

Click to read more »
File:Mathematik für Anwender (Osnabrück 2020-2021)Teil IVorlesung3.pdf
Jumat, 2025-02-28 05:35:04

CC-by-sa 3.0 8 Quelle = Exp.svg, Autor = Peter John Acklam, Lizenz = CC-by-sa 3.0 8 Quelle = Monkey Saddle Surface (Shaded).png, Autor = Benutzer Inductiveload...

Click to read more »
File:Neptune like planet or mini neptune 1 1 1 1.png
Senin, 2025-11-24 23:01:13

nn=nn-deltamm; #end } } // en declare Density2=density { function { exp(-6.7*(sqrt(x*x+y*y+z*z) -1.00001)/0.05 )/10 } } declare Mat_Atm = material { texture...

Click to read more »
File:Complex-gamma.jpg
Kamis, 2025-11-27 15:08:26

complex gamma function # color plot import math, cmath from cmath import exp, sin, cos from math import pi, tanh from scipy.special import gamma import...

Click to read more »
File:Mathematik für Anwender (Osnabrück 2019-2020)Teil IArbeitsblatt3.pdf
Jumat, 2025-02-28 05:26:15

CC-by-sa 3.0 8 Quelle = Exp.svg, Autor = Peter John Acklam, Lizenz = CC-by-sa 3.0 8 Quelle = Monkey Saddle Surface (Shaded).png, Autor = Benutzer Inductiveload...

Click to read more »
File:Terminus one continent many islands 2.png
Selasa, 2025-12-09 15:05:09

eccentricity 0.56 extinction 1.0 } method 3 density { function { 1*exp(-8*(sqrt(x*x+(y)*(y)+z*z)- 1 - 0.00001)/atm_thickness1) } } } } } } object {Atmosphere1}...

Click to read more »
File:Hd 219134 planets 1 1 1 1.png
Jumat, 2026-02-20 16:08:10

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Lineare Algebra (Osnabrück 2015-2016)Teil IVorlesung2.pdf
Rabu, 2025-12-10 15:28:17

= CC-by-sa 3.0 Quelle = Exp.svg, Autor = Peter John Acklam, Lizenz = CC-by-sa 3.0 Quelle = Monkey Saddle Surface (Shaded).png, Autor = Benutzer Inductiveload...

Click to read more »
File:Lineare Algebra (Osnabrück 2017-2018)Teil IVorlesung2.pdf
Jumat, 2025-02-28 05:22:11

= CC-by-sa 3.0 Quelle = Exp.svg, Autor = Peter John Acklam, Lizenz = CC-by-sa 3.0 Quelle = Monkey Saddle Surface (Shaded).png, Autor = Benutzer Inductiveload...

Click to read more »
File:Helliconia system 1.png
Sabtu, 2025-11-01 16:16:40

8>*atm_amount scattering{1, rgb<0.3,0.5,0.8>*atm_amount} density { function{exp(-tosurface1(x,y,z)/(3*atmosphere_thickness))} color_map { [0.0 color rgb <0,0,0>]...

Click to read more »
File:Lineare Algebra (Osnabrück 2024-2025) Teil IVorlesung2.pdf
Jumat, 2026-02-27 21:39:00

CC-by-sa 3.0 3 Quelle = Exp.svg , Autor = Peter John Acklam, Lizenz = CC-by-sa 3.0 3 Quelle = Monkey Saddle Surface (Shaded).png , Autor = Benutzer Inductiveload...

Click to read more »
File:Gas nebula 1 rend 1.png
Minggu, 2023-09-03 01:53:24

spherical // ramp_wave function { (1-sqrt(x*x+y*y+z*z)) // exp((1-sqrt(x*x+y*y+z*z))) // pow(-(x*x+y*y+z*z)) } poly_wave 3 color_map { [0 rgbt <1,1,1,1>]...

Click to read more »
File:Plplot.png
Rabu, 2023-11-15 03:44:19

z[i][j] = log( z[i][j] ); else z[i][j] = -5.; // -MAXFLOAT would mess-up up the scale } else { r = sqrt( xx * xx + yy * yy ); z[i][j] = exp( -r * r ) * cos(...

Click to read more »
File:Planet migration inward in protoplanetary disk 1 1 1 1.png
Kamis, 2025-10-02 02:43:18

1 } emission 1/2 density { // spherical function { exp(-2*sqrt(x*x+y*y+z*z) ) * f_onion(x*1,y*10,z*1) } // poly_wave 2 density_map { [0 rgb 0] [0.5 Orange]...

Click to read more »
File:Of the Fluents of Multinomials, and Series Affected by Radical Signs, Which Do Not Begin to Converge Till after the Second Term; In a Letter from T. Simpson F. R. S. to W. Jones Esq; V. P. R. S. (IA jstor-104553).pdf
Rabu, 2024-11-06 02:19:41

ZPnI.:S, when ,zZ_ ba) pAm be °^ P X nbP f 5 S 7 d' c- (eoS-; Fa&ors) x 2. +. 6. 8. 10. I2 6c. I- 3- 5 7 6{ to (n+; (to png FaEors) FaAors)...

Click to read more »
File:Giant planet 5.png
Senin, 2025-11-24 23:01:11

1>/atm_thickness1 eccentricity 0.56 } density { function { 1*exp(-8*(sqrt(x*x+(y)*(y)+z*z)- 1 - 0.00001)/atm_thickness1) } //spherical density_map // {...

Click to read more »
File:Lineare Algebra (Osnabrück 2015-2016)Teil IIVorlesung47.pdf
Kamis, 2025-10-16 00:21:09

Beispiel 47.5. Die komplexe Exponentialfunktion (C, 0, +) −→ (C× , 1, ·), z −→ exp z, ist ein surjektiver Gruppenhomomorphismus. Der Kern ist Z2πi. Nach dem...

Click to read more »
File:Exponential ring geographical analysis of locations sample 1.png
Sabtu, 2023-09-16 00:07:46

//libattopng_t* png = libattopng_new(sizex, sizey, PNG_RGBA); libattopng_t* png = libattopng_new(cols, rows, PNG_GRAYSCALE); /* png = libattopng_new(W, H, PNG_GRAYSCALE);...

Click to read more »
File:Terraplan7.png
Minggu, 2023-08-20 03:28:59

function { //TP_RAYLEIGH_DENSITY_MAX*exp(-_tp_rayleigh_power*(sqrt(x*x+(y+TP_EARTH_RADIUS)*(y+TP_EARTH_RADIUS)+z*z) //- TP_EARTH_RADIUS -...

Click to read more »
File:Protoplanetary disk 6 rend 1.png
Sabtu, 2023-08-12 14:18:22

spherical // ramp_wave function { (1-sqrt(x*x+y*y+z*z)) // exp((1-sqrt(x*x+y*y+z*z))) // pow(-(x*x+y*y+z*z)) } poly_wave 3 color_map { [0 rgbt <1,1,1,1>]...

Click to read more »
File:Pebble accretion 2 r 1 1 1 1.png
Senin, 2025-11-10 17:58:19

fii=((n*10))*pi/180; #declare fii2=(((n+0.5)*10))*pi/180; #declare rr=exp(fii/3); #declare rr2=exp(fii2/3); #declare px=cos(fii)*rr; #declare py=sin(fii)*rr; #declare...

Click to read more »
File:Report 1897 (IA b28953319).pdf
Rabu, 2020-08-26 00:19:13

Puerperal Scarlatina Small-pox Enteric 9 20 MEDICAL officer’s •pod>png; 1 •lUH s.IJBh REPORT. CO : : : : : CO • • • • • . . . ...

Click to read more »
File:Trappist 1e co2 280ppmv air 2m temperature 1.png
Jumat, 2023-10-20 12:05:59

1280 z 640 and mask 180 deg from PIL import Image import os import numpy as np import matplotlib.pyplot as plt imin=Image.open("LandMaskOriginal.png") a...

Click to read more »
File:Planets of kepler 102 1 1 1 1.png
Selasa, 2024-02-13 00:42:18

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Teegarden b temperature if locked earthlike 3mearths patm 9 o2 21 1.png
Minggu, 2024-10-20 20:17:54

here grayscale palette output option ! normalizes map to 0...1, then np.exp(z), then normalize to depest and highest points python3 source code 24.6.2024...

Click to read more »
File:Planet migration inward in protoplanetary disk 2 1 1 1.png
Kamis, 2024-02-08 23:36:28

scattering {3, 1/1000} density { //spherical function { exp(-1*sqrt(x*x+y*y+z*z) * f_wood(x,y,z)) } scale 3 poly_wave 3 density_map { [0 rgbt <1.0,0,0...

Click to read more »
File:Chernoff v.s. CDF.svg
Sabtu, 2025-11-22 01:38:43

10; xx = .01:.01:10; a =(1-2/9/M)^3; nx = xx<=a; nx2 = xx>=a; yy = (xx.*exp(1-xx)).^(M/2); figure; loglog(xx(nx),1-chifunc(xx(nx),M),xx(nx2),chifunc(xx(nx2)...

Click to read more »
File:Barnard star planets 4 1 1 1.png
Jumat, 2025-09-05 13:09:47

(1/(s1*sqrt(2*pi))*exp(-((m1-sqrt(x*x+z*z))*(m1-sqrt(x*x+z*z)))/(s1*s1))) // normal distribution pow( (1/(s1*sqrt(2*pi))*exp(-((m1-sqrt(x*x+z*z))*(m1-sqrt(x*x+z*z)))/(s1*s1)))...

Click to read more »
File:Lineare Algebra (Osnabrück 2017-2018)Teil IIVorlesung47.pdf
Jumat, 2025-02-28 05:21:15

Beispiel 47.6. Die komplexe Exponentialfunktion (C, 0, +) −→ (C× , 1, ·), z 7−→ exp z, ist ein surjektiver Gruppenhomomorphismus. Der Kern ist Z2πi. Nach dem...

Click to read more »
File:Project Blue Book report - 1966-11-8271851-Munster-Indiana.pdf
Minggu, 2024-08-18 12:24:39

know know know know know know • • , • .. • • • • • • • • • • Png_, 3 • 14. Did the object d i soppear while you were watching it? If so,...

Click to read more »
File:Planet generates density waves in protoplanetary disk 1 1 1 1.png
Jumat, 2026-01-30 23:17:36

{3, <1,0.5,0>/5} density { function { exp(-sqrt(x*x+y*y+z*z))*f_wood(x*1.2,z*1.2,y*1.2)*f_wrinkles(x*10,y*10,z*10) } //wrinkles scale 3 density_map {...

Click to read more »
File:HD 134606 planets 1 1 1 1.png
Kamis, 2024-12-05 15:29:23

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:HIP 41378 planets 1 1 1 1.png
Senin, 2026-01-26 21:47:45

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Kepler 84 planets 1 1 1 2.png
Selasa, 2024-02-13 00:32:05

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:L'hélice marine - Théorie et application-fr.pdf
Selasa, 2025-07-29 08:12:10

svg.png' width='20' height='11' srcset=' https://upload.wikimedia.org/wikipedia/commons/ thumb/f/ff/Wikidatalogo.svg/30px-Wikidata-logo.svg.png 1.5x...

Click to read more »
File:Hd 158259 planets 1 1 1 1.png
Selasa, 2026-01-06 18:10:08

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Hd 403407 planets 1 1 1 1.png
Jumat, 2025-11-07 18:41:20

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:HD 23472 planets 1 1 1 1.png
Sabtu, 2026-02-07 03:26:33

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Kepler-55 planets 1 1 1 1.png
Selasa, 2026-02-17 02:16:29

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Kepler 238 planets 1 1 1 1.png
Selasa, 2024-02-13 00:31:59

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Pennsylvanian permian estimated ice cover 300 ma 1.png
Kamis, 2024-11-21 06:52:52

snapshots=0, ## jos a_snapshots, vie muistia! #wetsoil=True, physicsfilter="gp|exp|sp") # Model dynamics # ru testplanet.exportcfg() looplen1=a_runsteps1 peen=0...

Click to read more »
File:Kepler-154 planets 1 1 1 1.png
Selasa, 2024-02-13 00:32:07

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Gliese 667c planet system 1 1 1 1.png
Rabu, 2025-01-08 08:31:51

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:HD 34445 planet system 1 1 1 1.png
Rabu, 2024-02-14 00:07:59

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:K2-384 planet system 1 1 1 1.png
Rabu, 2024-02-14 00:17:09

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Kepler-11 planet system 1 1 1 1.png
Selasa, 2024-02-13 19:05:42

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:The unreliability of egocentric bias across self–other and memory–belief distinctions in the Sandbox Task.pdf
Minggu, 2025-04-20 04:35:44

from left) 1 2 OwnMem/Exp OwnMem/Exp Exp/OwnMem Exp/OwnMem right left short long 50.2 80.2 72.8 34.9 3 OwnMem/Exp Exp/OwnMem left short 40...

Click to read more »
File:Hd 10180 planet system 1 1 1 1.png
Rabu, 2024-02-14 00:07:53

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Hd 110067 planet system 1 1 1 1.png
Sabtu, 2026-04-25 18:49:51

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Kepler 20 planet system 1 1 1 1.png
Rabu, 2025-01-08 08:26:48

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Planet system of k2 268 1 1 1 1.png
Rabu, 2024-02-14 01:09:36

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Kepler-122 planet system 1 1 1 1.png
Jumat, 2025-08-22 20:18:06

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Kepler-169 planets animation 1 1 1 1.ogg
Kamis, 2024-10-17 15:57:23

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(6000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Kepler-150 planet system 1 1 1 1.png
Sabtu, 2026-02-07 22:50:11

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Planets of barnards star 3 1 1 1.png
Sabtu, 2025-03-15 18:24:45

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Exponential Function (Real Part at Infinity).png
Kamis, 2025-11-27 15:40:43

q := Re(exp(1/(x+I*y))): conts := 21: projectionlevel:=-10: ylimit := 1: xlimit := 1: submeshlevel := 30: colourfunc := zip(RGB::Red, RGB::CornflowerBlue...

Click to read more »
File:Terminus ocean and isles 1.png
Kamis, 2025-02-27 17:23:32

eccentricity 0.56 extinction 1.0 } method 3 density { function { 1*exp(-8*(sqrt(x*x+(y)*(y)+z*z)- 1 - 0.00001)/atm_thickness1) } } } } } } object {Atmosphere1}...

Click to read more »
File:Toi-178 planets 1 1 1 1.png
Jumat, 2025-09-26 00:33:15

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Fictional planet system helios from fred hoyles fifth planet 1.png
Senin, 2026-05-25 22:34:47

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Opuscula physica et chemica. Pleraque seorsim antea edita (IA b28037455 0003).pdf
Minggu, 2025-11-30 04:27:12

Acidis metallicis, fag. 124. De divcrfa plilogifti quantitate in metallis, png. 132. XXX. De Stanno fui phurato, 157. XXXI. De Antimonialibus fulphuratis...

Click to read more »
File:Hycean planet or mini neptune 1 1 1 1.png
Senin, 2025-11-24 23:01:13

= density { function { 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)- 1 - 0.00001)/atm_thickness1) // 1*exp(-6.7*(sqrt(x*x+(y)*(y)+z*z)-1- 0.00001)/atm_thickness1)...

Click to read more »
File:Wasp 47 planet system 1 1 1 1.png
Selasa, 2025-09-30 06:24:32

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Project Blue Book report - 1966-01-8697377-Cincinnati-Ohio.pdf
Sabtu, 2026-04-18 00:56:43

• • • • • • • • • • • • • • r 27. • • t ' - .. • • Png • 5 • . l bca In th., following sk!!tch, imagine that you are at the point...

Click to read more »
File:Kepler 62 planets 1 1 1 1.png
Rabu, 2025-01-08 08:26:57

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Forest cover 240ma 2.png
Jumat, 2026-03-20 19:54:43

# spointszout.append(np.exp(random_forest_multiple_vars(apoints1, np.log(bpoints1), cpoints1))) # spointszout.append(np.exp(gam_multiple_vars(apoints1...

Click to read more »
File:Introduction to GNU Octave.pdf
Minggu, 2025-12-21 09:56:55

as a png or jpg image file. 6. Let f (x) = 2 − ex−1 . (a) Plot a graph of the function as a thick blue line on [−3, 3] × [−5, 5]. Note that exp(x) can...

Click to read more »
File:Koppen 300ma s1327 ecc0p06 obliq22p2 mvelp 270 co2 100ppm 1 1.png
Kamis, 2024-12-05 02:46:20

snapshots=0, ## jos a_snapshots, vie muistia! #wetsoil=True, physicsfilter="gp|exp|sp") # Model dynamics # ru testplanet.exportcfg() looplen1=a_runsteps1 peen=0...

Click to read more »
File:Terraplan5.png
Kamis, 2026-02-19 08:28:13

function { TP_RAYLEIGH_DENSITY_MAX*exp(-_tp_rayleigh_power*(sqrt(x*x+(y+TP_EARTH_RADIUS)*(y+TP_EARTH_RADIUS)+z*z) - TP_EARTH_RADIUS -...

Click to read more »
File:Inner super earths or inner rocky planets 2 1 1 1.png
Senin, 2026-04-27 21:26:05

hollow no_shadow texture { pigment { //granite poly_wave 1 function { exp(-sqrt(x*x+z*z)*2) } turbulence 0.0 color_map {[0 color rgbt 1 ][1 color rgbt col1]...

Click to read more »
File:LimSup.png
Minggu, 2025-12-21 15:01:49

i=sqrt(-1); start=start(1)+i*start(2); stop=stop(1)+i*stop(2); rotate_angle=exp(i*pi*sharpness/180); % points making up the arrow tip (besides the "stop"...

Click to read more »
File:Parabolic Julia set for internal angle 1 over 7.png
Jumat, 2020-09-11 03:57:35

angle:1/q, lambda :exp(2*%pi*%i*angle) , /* = (1-sqrt(1-4*c) */ fq:(fn(q,z,lambda)), fq:expand(float(rectform(fq))), coeff:coeff(fq,z,q+1) )$ /* converts...

Click to read more »
File:Planetary habitability by ocean area 1 1.png
Sabtu, 2025-12-20 07:37:24

here grayscale palette output option ! normalizes map to 0...1, then np.exp(z), then normalize to depest and highest points python3 source code 24.6.2024...

Click to read more »
File:Inner super earths or inner rocky planets 1 1 1 1.png
Senin, 2026-04-27 17:04:44

hollow no_shadow texture { pigment { //granite poly_wave 1 function { exp(-sqrt(x*x+z*z)*2) } turbulence 0.0 color_map {[0 color rgbt 1 ][1 color rgbt col1]...

Click to read more »
File:Kepler 84 planets 1 1 1 1.png
Minggu, 2024-12-01 20:50:00

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Transmission line animation open short.gif
Senin, 2022-05-30 21:30:15

respectively. """ def V(x): z = tl_length-x-1 return 0.5*real(exp(1j*(f_phase_at_right + 2*pi*z/wavelength)) + exp(1j*(r_phase_at_right - 2*pi*z/wavelength))) imgarray...

Click to read more »
File:Dictionnaire historique, ou mémoires critiques et littéraires, concernant la vie et les ouvrages de divers personnages distingués (IA DictionnaireHistoriqueOuMemoires2).pdf
Senin, 2026-04-27 15:02:50

le Mois d'Octobre 1758. ſhi-vanter'. TOMſH. ' *2 Edition d'Amſterdam : png. 409. E5 k A'V‘ER'T_ISSE'MENLT DE LÀEDIMÏTEUR. viſion & YarrEmgemËnE Ûunhlvlanuſcritl...

Click to read more »
File:Exponential Function (Real Part).png
Selasa, 2022-12-13 00:55:57

q := Re(exp(x+I*y)): conts := 21: projectionlevel:=-10: ylimit := 2*PI: xlimit := 3: submeshlevel := 4: approx := 20: colourfunc := zip(RGB::Red, RGB::Yellow...

Click to read more »
File:Exponential Function (Imag Part at Infinity).png
Kamis, 2024-12-19 22:40:31

q := Im(exp(1/(x+I*y))): conts := 21: projectionlevel:=-10: ylimit := 1: xlimit := 1: submeshlevel := 30: zmin := -10: zmax := 10: color := zip(RGB::Yellow...

Click to read more »
File:Kepler 444 planets 1 1 1 1.png
Selasa, 2025-09-30 05:39:15

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Kepler-169 planets animation 2 1 1 1.ogg
Rabu, 2024-01-31 23:47:22

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(6000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:White main sequence star of spectral class A image 2.png
Selasa, 2023-11-14 05:43:43

rr=exp(-pp*10)*0.5 ; // #declare rr=exp(-pp/3)*1; // #declare rr=1-mm; // #declare rr=rr/10; // #declare rr=exp(-pp*0.25)*0.25; // #declare rr=exp(-pp/1...

Click to read more »
File:Cplot of exp(1z).png
Selasa, 2024-04-23 22:22:19

DescriptionCplot of exp(1z).png English: cplot of exp(1/z) Date 29 October 2021 Source Own work Author Nschloe...

Click to read more »
File:Earthlike planet precipitation vs ocean percent 1.png
Jumat, 2026-05-29 18:17:39

here grayscale palette output option ! normalizes map to 0...1, then np.exp(z), then normalize to depest and highest points python3 source code 24.6.2024...

Click to read more »
File:GaussianUpwind2D.gif
Sabtu, 2025-11-29 05:12:05

if t == t0: for i in range(len(X)): for j in range(len(Y)): U[i][j] = np.exp(-X[i]**2-Y[j]**2) else: U_prime = [[0.0 for _ in Y] for _ in X] for i in...

Click to read more »
File:Artist impression of 82 g eridani system 1 1 1 1.png
Selasa, 2026-03-10 09:06:55

{ [0 color rgb Tan] [1 color rgb Black ] } } normal { function { exp(f_granite(x,y,z)) } scale 0.1 } } end } #if(type1="gas") // atmos ! sphere { <0,0...

Click to read more »
File:Kepler 32 planets 1 1 1 1.png
Jumat, 2025-05-09 23:03:58

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Fictional planet system Monni 1 1 1 1.png
Kamis, 2025-01-23 16:35:00

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Commentatio medico-obstetricia de utero retroverso (IA b21701167).pdf
Minggu, 2025-12-14 13:49:29

a>) Aduerfctr. anat, Dec. V, Hildan, Ol’fen\ Cent. eti. II. III. png. pag. 22. III. cf. etiam FABRIC. pag. 455. / ' » , conceptioneni...

Click to read more »
File:Exponential Function (Abs Real Part at Infinity).png
Minggu, 2025-05-25 23:55:36

q := abs(Re(exp(1/(x+I*y)))): conts := 21: projectionlevel:=-10: ylimit := 1: xlimit := 1: submeshlevel := 30: zmin := 0: zmax := 10: color := zip(RGB::AliceBlue...

Click to read more »
File:Glyph guessing for ‘oo’ and ‘ee’ - spatial frequency information in sound symbolic matching for ancient and unfamiliar scripts.pdf
Sabtu, 2025-04-19 05:17:15

used in the stimulus set for Experiment 1 were converted to 60 × 60 pixel png files for display in Qualtrics. In the first wave of the online study, participants...

Click to read more »
File:Earth like planet temperature if distance 1p03 au 1 1.png
Minggu, 2024-07-28 06:34:07

landthermal1 ) zMOL=np.rot90(zMOL) zMOL_data=np.rot90(zMOL_data) thermal_data=np.rot90(thermal_data) albedo_data=np.rot90(albedo_data) zMOL=np.fliplr(zMOL) zMOL_data=np...

Click to read more »
File:Teegardens star b if it has water and continets lot of co2 1.png
Minggu, 2024-10-20 20:19:27

here grayscale palette output option ! normalizes map to 0...1, then np.exp(z), then normalize to depest and highest points python3 source code 24.6.2024...

Click to read more »
File:Nonquasiconvex function.png
Jumat, 2020-09-11 21:09:41

i=sqrt(-1); start=start(1)+i*start(2); stop=stop(1)+i*stop(2); rotate_angle=exp(i*pi*sharpness/180); % points making up the arrow tip (besides the "stop"...

Click to read more »
File:Exponential Function (Abs Imag Part at Infinity).png
Minggu, 2024-09-08 22:01:11

q := abs(Im(exp(1/(x+I*y)))): conts := 21: projectionlevel:=-10: ylimit := 1: xlimit := 1: submeshlevel := 30: zmin := 0: zmax := 10: color := zip(RGB::Red...

Click to read more »
File:Amoeba2.png
Minggu, 2025-12-21 15:01:00

0); ofstream mfile ("data.txt"); for (int i=0 ; i < N ; i++){ double r = exp(A+i*h); for (int j=0 ; j < N ; j++){ double theta = j*theta0; complex<double>...

Click to read more »
File:Kepler 90 planet system 2 1 1 1.png
Kamis, 2024-02-15 12:45:51

//function {exp(-sqrt(x*x+y*y+z*z))} function { 1/(3000)*pow( sqrt(x*x+y*y+z*z),-4 ) *f_granite(atan(x/y),atan(y/x),atan(z/x)) *pow( sqrt(x*x+y*y+z*z),-4 )...

Click to read more »
File:Exponential Function (Imag Part).png
Sabtu, 2020-10-10 00:18:22

q := Im(exp(x+I*y)): conts := 21: projectionlevel:=-10: ylimit := 2*PI: xlimit := 3: submeshlevel := 4: approx := 20: colourfunc := zip(RGB::DarkGreen...

Click to read more »
File:300 ma atmosphere near surface temp mean 1.png
Kamis, 2024-11-28 18:51:43

png" demname1= "pennsylvanian_permo_300_ma_dem.png" maskname1= "cretaceous_90_ma_mask.png" demname1= "cretaceous_90_ma_dem.png" maskname1=...

Click to read more »
File:R para principiantes.pdf
Rabu, 2022-05-18 03:33:57

derivadas parciales: > D(exp1, "x") 1/(y + exp(z)) > D(exp1, "y") -x/(y + exp(z))ˆ2 > D(exp1, "z") -x * exp(z)/(y + exp(z))ˆ2 3.5.2. Conversión de objetos Para...

Click to read more »
File:White main sequence star of spectral class A.png
Selasa, 2023-11-14 05:43:56

rr=exp(-pp*10)*0.5 ; // #declare rr=exp(-pp/3)*1; // #declare rr=1-mm; // #declare rr=rr/10; // #declare rr=exp(-pp*0.25)*0.25; // #declare rr=exp(-pp/1...

Click to read more »
File:Eccentric jupiter animation 1 1 1 1.webm
Minggu, 2026-05-31 03:43:27

PlanetZ>, 1/3 texture { pigment { color rgb <0.2, 0.5, 1.0> } finish { ambient 0.2 diffuse 0.8 } } } */ macro lamak1() function { //(sin(exp(abs(y))*pi)+1)/2...

Click to read more »
File:Proceedings of the 2nd annual digital tv application software environment (DASE) symposium 2001- end-to-end data services, interoperability & applications (IA proceedingsof2nd6740mink).pdf
Minggu, 2024-08-18 14:03:09

per CCXR 601 JFXF APPO Marker Unsupported Extensions Ignored image/png • PNG • Critical - • Version 1.2 Chunks IDAT, IEND, IHDR, PLTE Ancillary...

Click to read more »
File:Parabolic Julia set for internal angle 1 over 5 - new method.png
Minggu, 2026-02-15 10:34:29

------- functions ------------ */ f(z,c):=z*z+c; fn(p, z, c) := if p=0 then z elseif p=1 then f(z,c) else f(fn(p-1, z, c),c); /* gives parameter c for complex...

Click to read more »
File:End cretaceous co2 500 s 1350 1 1 1 1.png
Senin, 2025-10-20 19:25:59

from File:End cretaceous co2 500 s 1350 1 1 1 1.png/doc. File:End cretaceous co2 500 s 1350 1 1 1 1.png/doc Sources etc. This image is based on Exoplasim...

Click to read more »
File:Gradient descent.png
Minggu, 2025-12-21 15:01:36

i=sqrt(-1); start=start(1)+i*start(2); stop=stop(1)+i*stop(2); rotate_angle=exp(i*sharpness); % points making up the arrow tip (besides the "stop" point)...

Click to read more »
File:Experimenta de nervi vagi in respirationem vi et effectu - dissertatio inauguralis ... (IA b22375351).pdf
Minggu, 2025-11-30 01:24:59

comparaverimus, animal in sanum 0,961 utroque nervo exp. I exp. II „ exp. III „ 1,193 0,89 exp. V „ 0,81 vago dissecto ,026 gramm. 1 „ „ ...

Click to read more »
File:Hycean planet 4 1 1 1.png
Senin, 2025-11-24 23:01:12

scattering {2,1/1*<0.6,0.7,1>/5 } density { function { exp(6/(sqrt(x*x+y*y+z*z)) ) // 2* (1/(pow(sqrt(x*x+y*y+z*z),3))) } density_map { [0 rgbt <0,0,0,1>] [1 rgbt...

Click to read more »
File:Mississippi Baptist Association 1829 (IA mississippi-1829).pdf
Jumat, 2026-02-27 21:45:18

a $79 % ; 81 Hepaibab, La.‘ mene 2 eee * i Robinson. W. Stephenson png e cor > . Nncwilli Sa, her Qe Cooper:be {0 correspond with us arrangement...

Click to read more »
File:Exponential Function Modulus.png
Kamis, 2025-11-06 07:51:45

q := abs(exp(x+I*y)): conts := 10: projectionlevel:=-5: ylimit := 2*PI: xlimit := 3: submeshlevel := 3: colourfunc := zip(RGB::CadmiumYellow, RGB::SlateBlueDark...

Click to read more »
File:Fractional OAM modes 3 to 4 svg.svg
Senin, 2024-07-08 23:24:40

\[Lambda]=808*^-9,imgSize=700}, dx=len/num; inmode=Table[If[x==0&&y==0,1.,N@Exp[I charge ArcTan[x,y]]Exp[-(x^2+y^2)/w0^2]],{x,-(len/2)+dx,len/2,dx},{y,-(len/2)+dx,len/2...

Click to read more »
File:Fictional planet system that has habitable planet 1.png
Senin, 2026-02-16 20:02:20

(1/(s1*sqrt(2*pi))*exp(-((m1-sqrt(x*x+z*z))*(m1-sqrt(x*x+z*z)))/(s1*s1))) // normal distribution pow( (1/(s1*sqrt(2*pi))*exp(-((m1-sqrt(x*x+z*z))*(m1-sqrt(x*x+z*z)))/(s1*s1)))...

Click to read more »
File:Parabolic Julia set for internal angle 1 over 10.png
Jumat, 2025-12-05 22:10:52

j++) { // z= R*exp(2*Pi*t) RayXs[j] = R*cos((2*M_PI)*t); RayYs[j] = R*sin((2*M_PI)*t); t *= 2; // t = 2*t if (t > 1) t--; // t = t modulo 1 } zNext = RayXs[0]...

Click to read more »
File:Exponential Function (Abs Imag Part).png
Senin, 2024-11-18 05:59:22

q := abs(Im(exp(x+I*y))): conts := 21: projectionlevel:=-10: ylimit := 2*PI: xlimit := 3: submeshlevel := 5: zmin := -10: zmax := 10: color := zip(RGB::SapGreen...

Click to read more »
File:T surface july kangerlussuaq area 2000-2021 4.png
Jumat, 2023-09-15 14:30:32

if(DS_input_log==1): spointszout.append(np.exp(random_forest_multiple_vars(apoints1, np.log(bpoints1), cpoints1))) spointszout.append(np.exp(gam_multiple_vars(apoints1...

Click to read more »
File:Parabolic Julia set for internal angle 1 over 15.png
Minggu, 2026-02-15 08:47:50

j++) { // z= R*exp(2*Pi*t) RayXs[j] = R*cos((2*M_PI)*t); RayYs[j] = R*sin((2*M_PI)*t); t *= 2; // t = 2*t if (t > 1) t--; // t = t modulo 1 } zNext = RayXs[0]...

Click to read more »
File:The Engineering and Mining Journal 1909-01-09- Vol 87 Iss 2 (IA sim engineering-and-mining-journal 1909-01-09 87 2).pdf
Senin, 2022-11-21 16:48:33

United States in BM. The ccd Caachi owe eeseme Petroleum Set Mining PNG Industry of scsi esxaeees in the United 1908—Reviews States 83 the...

Click to read more »
File:Povray reeds in water in moonlight 1.png
Minggu, 2026-01-25 12:54:51

pp= 1.0; #declare rr=1.00; #while(mm <= 1.0) //#declare rr=exp(-pp*10)*0.5 ; #declare rr=exp(-pp/3)*1; // #declare rr=1-mm; #declare cc=<rr,rr,rr+0.05>;...

Click to read more »
File:Detection pic savitzky Golay.svg
Jumat, 2026-04-24 08:41:55

noise // Gauss function function [y]=gauss(x, sigma) y=1/(sqrt(2*%pi*sigma))*exp(-x^2/(2*sigma)); endfunction // global function function [y]=f(x, sigma,...

Click to read more »
File:Fractional OAM mode 3.5 ampl and phase svg.svg
Sabtu, 2022-01-08 08:21:50

\[Lambda]=808*^-9,imgSize=700}, dx=len/num; inmode=Table[If[x==0&&y==0,1.,N@Exp[I charge ArcTan[x,y]]Exp[-(x^2+y^2)/w0^2]],{x,-(len/2)+dx,len/2,dx},{y,-(len/2)+dx,len/2...

Click to read more »
File:Amoeba2.svg
Minggu, 2025-12-21 15:01:00

0); ofstream mfile ("data.txt"); for (int i=0 ; i < N ; i++){ double r = exp(A+i*h); for (int j=0 ; j < N ; j++){ double theta = j*theta0; complex<double>...

Click to read more »
File:Gradient descent.svg
Sabtu, 2026-02-28 06:07:19

i=sqrt(-1); start=start(1)+i*start(2); stop=stop(1)+i*stop(2); rotate_angle=exp(i*sharpness); % points making up the arrow tip (besides the "stop" point)...

Click to read more »
File:Mollifier illustration.png
Minggu, 2025-12-21 15:02:06

Y=zeros(length(X), 1); for i=1:length(X) x=X(i); if x < 1 & x > -1 Y(i)=exp(-1/(1-x^2)); end end figure(1); clf; hold on; axis equal; axis off arrow([a...

Click to read more »
File:La nueva farmacopea del Real Colegio de Médicos de Londres (IA b28767196).pdf
Kamis, 2025-10-16 07:48:47

haga en ^ licor , y se des- cuélese. AGUA DE KALI PURO. Explic. png. ^ 9 ^ De Káli quatro libras P. De Cal seis libras P. De Agua destilada...

Click to read more »
File:T surface july kangerlussuaq area 2000-2021 2.png
Kamis, 2026-01-29 07:25:48

if(DS_input_log==1): spointszout.append(np.exp(random_forest_multiple_vars(apoints1, np.log(bpoints1), cpoints1))) spointszout.append(np.exp(gam_multiple_vars(apoints1...

Click to read more »
File:Permian triassic boundary 250ma koppen climates if co2 2500ppm 1.png
Selasa, 2024-11-26 18:47:23

koppen climates if co2 2500ppm 1.png/doc. File:Permian triassic boundary 250ma koppen climates if co2 2500ppm 1.png/doc This map is based on Exoplasim...

Click to read more »
File:Cretaceous 90ma co2 900 annual temperature 2.png
Selasa, 2025-08-19 22:04:43

# spointszout.append(np.exp(random_forest_multiple_vars(apoints1, np.log(bpoints1), cpoints1))) # spointszout.append(np.exp(gam_multiple_vars(apoints1...

Click to read more »
File:200ma koppen 02.png
Selasa, 2024-11-12 20:08:16

This documentation is transcluded from File:200ma koppen 02.png/doc. File:200ma koppen 02.png/doc This image is simulated with Exoplasim. Based also on...

Click to read more »
File:Accounting records and business methods for live-stock shipping associations (IA accountingrecord1150robo).pdf
Selasa, 2024-08-20 14:42:39

office. LIVE-STOCK SHIPPING ASSOCIATIONS. £ SB & *f> 3 Png SJ •s3ia A K £ SMOQ £ z 'N h ^ vS ^< <§ s2!d s3bjs d ^ ^j £ •ooo o ** 5}...

Click to read more »
File:Exponential Function Argument.png
Kamis, 2025-12-04 23:33:37

q := arg(exp(x+I*y)): conts := 10: projectionlevel:=-5: ylimit := 2*PI: xlimit := 3: submeshlevel := 0: colourfunc := zip(RGB::VenetianRed, RGB::DarkBlue...

Click to read more »
File:Systema vegetabilium florae Peruvianae et Chilensis ... Tomus primus (IA b21980263).pdf
Selasa, 2024-12-17 14:30:50

niculatis secundis. Flor. Per. et Chil. tom. diandria monogynia. 1. png. go. Icon. Planta XLV. 13 jig. a. pedalis. Habitat in montibus Pillao...

Click to read more »
File:End cretaceous 65Ma gdd5 co2 400ppmv S 1357 1 1 1 1.png
Sabtu, 2026-04-11 02:20:27

c(basesk,basesk) #str(inmat1) #image(inmat1) z <- exp(metagauss(initmetagauss(f, newsk))) #print("zzzz") #str(z) quit(-1) jakb=newsk-1 jaka=basesk-1 # Specify...

Click to read more »
File:Trias 240ma 1.png
Minggu, 2024-12-15 15:14:56

packages("png") } library(raster) library(ncdf4) library(rgdal) library(png) file1="./trias240_60.nc" file2="dem.nc" file3="dem.tif" outmask1="out_mask.png" ur1<-raster(file1)...

Click to read more »
File:World map of 65 million years ago co2 400 s 1357 1 1 1 1.png
Selasa, 2025-08-19 22:05:54

c(basesk,basesk) #str(inmat1) #image(inmat1) z <- exp(metagauss(initmetagauss(f, newsk))) #print("zzzz") #str(z) quit(-1) jakb=newsk-1 jaka=basesk-1 # Specify...

Click to read more »
File:Brown dwarf povray 5 rend 1.png
Rabu, 2023-12-27 04:34:20

scattering {2,1/1000*<1,0,1> } density { function { // exp(1/(sqrt(x*x+y*y+z*z)) ) 2* (1/(pow(sqrt(x*x+y*y+z*z),.75))) } density_map { [0 rgbt <0,0,0,1>] [1 rgbt...

Click to read more »
File:Laplaces method.svg
Rabu, 2025-02-19 00:35:58

Based on File:Laplaces_method.png I, the copyright holder of this work, hereby publish it under the following license: English URL: https://commons.wikimedia...

Click to read more »
File:End cretaceous koeppen climates co2 400 s1357 1 1 1 1.png
Minggu, 2026-04-12 00:28:20

mask2<-matrix(mask1, ncol=cols, nrow=rows ) mask3<-t(mask2) r <- writePNG(mask3, "test.png") plot(r) png('mask.png', height=nrow(r), width=ncol(r)) plot(r, maxpixels=ncell(r))...

Click to read more »
File:Earth like planet habitability as relation of distance to sun like central star 1.png
Jumat, 2026-05-29 18:01:09

max(img1) min1=np.min(img1) del1=max1-min1 map0=(img1-min1)/del1 map1=np.exp(map0)/np.exp(1) map1a=np.copy(map0) land_height_scaling_exponent_1=15 map1a=np.power(map1a...

Click to read more »
File:Sunset sea and ship 1.png
Minggu, 2026-03-22 09:17:29

rr=1.00; color_map { #while(mm <= 1.0) #declare rr=nn/2  ; #declare ex2=exp(-(nn-0.2)*10)*7; #declare rr=ex2; #declare cc=<rr,rr,rr*1.8>*1; // #declare...

Click to read more »
File:Terraplan9.png
Minggu, 2023-08-20 03:29:01

altitude1=function { // max( // exp( max( HPlanet_Altitude_function(x,y,z).gray, +agate1(x*1,y*1,z*1).gray*0.05 // +wrinkles1(x*100,y*100,z*100).gray*0.1 // +wrinkles1(x*1000...

Click to read more »
File:Fictional exomoons of ice giant 1.png
Rabu, 2025-12-24 17:46:22

f_onion(x,y,z)+f_wrinkles(sqrt(x*x+y*y+z*z)*1,sqrt(x*x+y*y+z*z)*1,sqrt(x*x+y*y+z*z))*f_granite(sqrt(x*x+y*y+z*z)*1,sqrt(x*x+y*y+z*z)*1,sqrt(x*x+y*y+z*z))*1 }...

Click to read more »
File:End cretaceous holdridge life zones co2 400 s1357 1 1 1 3.png
Selasa, 2026-04-21 20:31:32

mask2<-matrix(mask1, ncol=cols, nrow=rows ) mask3<-t(mask2) r <- writePNG(mask3, "test.png") plot(r) png('mask.png', height=nrow(r), width=ncol(r)) plot(r, maxpixels=ncell(r))...

Click to read more »
File:End cretaceous pasta climate zones co2 400 s1357 1 1 1 2.png
Selasa, 2025-08-19 22:04:49

mask2<-matrix(mask1, ncol=cols, nrow=rows ) mask3<-t(mask2) r <- writePNG(mask3, "test.png") plot(r) png('mask.png', height=nrow(r), width=ncol(r)) plot(r, maxpixels=ncell(r))...

Click to read more »
File:Terraplan3.png
Minggu, 2023-08-20 03:28:55

Atmosphere 2: density function declare Density2=density { function { exp(-6.7*(sqrt(x*x+y*y+z*z) -1.00001)/0.05 )/1000 } } declare Mat_Atm = material { texture...

Click to read more »
File:Parabolic julia set c = -1.125 + 0.21650635094611*i.png
Selasa, 2020-10-20 16:19:49

2 and 6 (trifurcation) of Mandelbrot set Internal angle = 1/3 : here c = exp(2*%pi*%i/3)/4 -1 = 0.21650635094611*%i-1.125 ( It is a root point of denominator...

Click to read more »
File:Regvlæ Societatis Iesv (IA regvlsocietatisi00jesu).pdf
Minggu, 2025-11-30 12:51:52

^i. mag.nou, In hoc 6. ^ quale . i,exp£rimento, ^ cuius teiiimonium jectirn afferent.ihidtm.r.^z» mag.nou.Quotnodo confan" guineos,(^ amicos...

Click to read more »
File:Philosophical Transactions - Volume 011.djvu
Rabu, 2025-10-08 02:26:35

the window EG; /and accordingly represent it close in the Figure. Also in png. 30 77 I tell you, that the distance of the Image from the hole or prym was...

Click to read more »
File:Titles of honor (IA titlesr00seld).pdf
Jumat, 2024-11-29 22:53:13

England. • , pag.2i<?. V. the ffeciall beginnings of euery of • png.241. Chap. V I. Vifcounts, and Vidame?. pag.2 y Chap- The Contents....

Click to read more »
File:Ueber die Leitungsgesetze im Rückenmarke (IA b22267645).pdf
Jumat, 2023-02-17 20:53:23

Blutung, auszurichten 1) Unters, ist. pag, 106. 2) Ncrvenphysiol. in png. 552. u. — ausgeführt wesentlich erleich- Ein Haupthindernis, das die...

Click to read more »
File:Permian triassic boundary 250ma holdridge zones if co2 2500ppm 1.png
Minggu, 2023-11-26 13:23:42

snapshots=0, ## jos a_snapshots, vie muistia! wetsoil=True, physicsfilter="gp|exp|sp", restartfile="ressus" ) # Model dynamics testplanet.exportcfg() runc1=1...

Click to read more »
File:Simpsons method illustration.png
Selasa, 2022-01-25 09:11:04

i=sqrt(-1); start=start(1)+i*start(2); stop=stop(1)+i*stop(2); rotate_angle=exp(i*pi*sharpness/180); % points making up the arrow tip (besides the "stop"...

Click to read more »
File:Tractatus de his quae vi, metus ve causa fiunt... (IA ARes75419).pdf
Sabtu, 2025-11-29 22:42:50

6 i,pag.2.iin.7,fins. lege.fine, lin. I o.dtbetut.lege.debetm. fol.62.png,t.Un,6.ptxcifu'i.lege precipue. litr.i lm.2 0 .lit.lege.tit. !. imputantur...

Click to read more »
File:Fictional planet system mohko 1 1 1 1.png
Kamis, 2025-01-09 22:26:30

power(wetness0, 4) #wetness1=np.power(np.exp(wetness0),2) #wetness1=np.power(wetness0, 4) wetness2=0.1/np.sqrt(2*math.pi)*np.exp(-(wetness0*wetness0)/2) wetness1=np...

Click to read more »
File:Parabolic Julia set for internal angle 1 over 20.png
Rabu, 2026-03-18 04:01:22

j++) { // z= R*exp(2*Pi*t) RayXs[j] = R*cos((2*M_PI)*t); RayYs[j] = R*sin((2*M_PI)*t); t *= 2; // t = 2*t if (t > 1) t--; // t = t modulo 1 } zNext = RayXs[0]...

Click to read more »
File:3D surface graph of generating function for 2-regular graphs.png
Selasa, 2025-06-10 23:28:40

generating function for 2-regular graphs when treated as a complex function with z-axis showing argument of the function author name string: Dom walden Wikimedia...

Click to read more »
File:Ncomms16082.pdf
Kamis, 2022-11-10 10:32:07

Islands PNG Arctic CTC HXH NGD −0.05 India 0.1 Mongolia Kazakhstan North China South China India Vietnam Africa Europe Middle East Indonesia PNG Taiwan...

Click to read more »
File:Hill's Rocky Mount (Edgecombe and Nash Counties, N.C.) City Directory (1950) - DPLA - dcd3b616559c42f7e05b5da5960763be.pdf
Jumat, 2025-12-26 10:07:55

made to serve its fullest use misrepresentation by inference regarding png the test of referipon its accessibility :r than on the num- [e advertising...

Click to read more »
File:Rossmo analysis example desalvo murders 1.png
Minggu, 2023-11-19 00:59:41

import os, time import numpy as np import math from math import sqrt, exp import scipy.stats as stats import scipy as sp import scipy.ndimage import...

Click to read more »
File:Desert planet 2.png
Kamis, 2026-04-23 07:15:05

Atmosphere 2: density function declare Density2=density { function { exp(-6.7*(sqrt(x*x+y*y+z*z) -1.00001)/0.05 )/1000 } } declare Mat_Atm = material { texture...

Click to read more »
File:Late jurassic 150ma main koppenalike classes 1 1 1 1.png
Rabu, 2026-04-22 19:10:30

snapshots=0, ## jos a_snapshots, vie muistia! wetsoil=True, physicsfilter="gp|exp|sp", restartfile="ressus" ) # Model dynamics testplanet.exportcfg() runc1=1...

Click to read more »
File:Purchas his pilgrimage, or, Relations of the world and the religions observed in all ages and places discovered, from the creation unto present (microform) - in foure partes (IA cihm 94193).pdf
Rabu, 2026-04-22 03:38:28

andtheCom- mttoH and ^d Religion I 1 Chap. XII. in theje VU. ^ ' I png.yi. fiyfl IVorld, brtcfly ce/kcfed. .'ligion '* The Conrcnts of the...

Click to read more »
File:Mandelbrot set with blended gradients sqrt step and slope.png
Minggu, 2024-07-28 11:18:41

of light in turns double complex v = cexp(2.0 * angle * M_PI * I); // = exp(1j*angle*2*pi/360) // unit 2D vector in this direction // incoming light...

Click to read more »
File:Caroli a Linne? ... Systema vegetabilium ?secundum classes, ordines, genera, species. Cum characteribus, differentiis et synonymiis. (IA mobot31753000802543).pdf
Sabtu, 2025-11-29 23:40:59

inserta. persistens Caps. bilo- , cularis, calvci inserta. Spreng. png. Linnaeo a in Illustr. gcn. jtmxit OLDEN- Familia RuBIACEARUM. LANDIAS...

Click to read more »
File:Abcedarium anglico latinum, pro tyrunculis Richardo Hulœto exscriptore (IA abcedariumanglic00hulo).pdf
Sabtu, 2025-11-29 21:58:03

agree in oac tune. Symphonio.att Ai'CQ2tipng. Quantum,'-ecundwm ,adu, Acco2l>png to tbe porcion. Pro rata, AccozOpnglp. Merito,pro merito.pro ut pc. Accumulate...

Click to read more »
File:Libri primi Thebanarum rerum specimen (microform) (IA 4737195).pdf
Sabtu, 2025-11-29 21:43:24

325. sq. uantia loqui itidicavit teste Gellio It. of Gr. ho- quem png- Meletins Geogr. p« 344., Hobhouslus lourn. Vol. licet p. 56. Conf. ...

Click to read more »
File:Dissertatio medico-chirurgica de hirudine (IA b31942295).pdf
Jumat, 2026-05-01 17:55:28

recenfitas videas in Fau¬ na Svecica, cum variarum deferiptionibus & fynonymis. png 278. Medici ab antiquis inde temporibus, Polliciti' fuerunt, de ea fpecie...

Click to read more »
File:End of cretaceous july temperature co2 750 1 1 1 1.png
Selasa, 2025-08-19 22:04:50

timestep=a_timestep, snapshots=0, ## jos a_snapshots, vie muistia! physicsfilter="gp|exp|sp") # Model dynamics testplanet.exportcfg() print("Running ExoPlasim .....

Click to read more »
File:Lamination of basilica Julia set.png
Jumat, 2025-08-15 04:28:30

j++) { // z= R*exp(2*Pi*t) RayXs[j] = R*cos((2*M_PI)*t); RayYs[j] = R*sin((2*M_PI)*t); t *= 2; // t = 2*t if (t > 1) t--; // t = t modulo 1 } //zNext = RayXs[0]...

Click to read more »
File:University of Michigan (IA aqa5915.0001.001.umich.edu).pdf
Selasa, 2020-10-06 14:01:47

dieio]ies adlao ang tanan ini iTga jurado de reeom])e]isas iri^a sa png ealidad, ealandasan (ventajas) eag eon- Sa pa-alabut(Vn iTga iiTga pag...

Click to read more »
File:Algol type variable binary star animation 7.gif
Senin, 2026-04-06 19:38:22

animation from output png:s You maybe must install ImageMagick and possible set up its path. magick convert -delay 10 -loop 0 *.png animation_1.gif I, the...

Click to read more »
File:Logbook of the Pusey Hall (Ship) of London, mastered by Robert Newby, kept by Robert Newby , on voyage from 7 Dec 1833-5 Oct 1837 (IA KWM-977).pdf
Sabtu, 2026-06-06 14:33:20

Neal 1 ¥Lt, fore ge TLght é StL o os ee Ae as eae Jia ie vg Z hy Comme? eh Png wes ff GOA Sl vas. Ve Cex A obeas V CMs P=Zé ih e£Ce fo lhe...

Click to read more »
File:Late jurassic 150ma koppen climate types if co2 was 1000 ppmv 1 1 1 1.png
Selasa, 2026-03-17 21:55:06

types if co2 was 1000 ppmv 1 1 1 1.png/doc. File:Late jurassic 150ma koppen climate types if co2 was 1000 ppmv 1 1 1 1.png/doc This image is based on exoplasim...

Click to read more »
File:The Bodie Chronicle 1880-01-17 (IA cammlsmh 000148).pdf
Senin, 2025-01-20 21:49:24

siulung has-been done this week ■ction2t6 and other sections of Amending si png, recitations and taking their the Political Code, in relation to the compen-...

Click to read more »
File:K pg impact winter simulation assumptions 1.png
Kamis, 2024-11-07 17:22:50

snapshots=0, ## jos a_snapshots, vie muistia! #wetsoil=True, physicsfilter="gp|exp|sp") # Model dynamics testplanet.exportcfg() print("Running ExoPlasim .....

Click to read more »
File:Parabolic Julia set for internal angle 1 over 30 with target set.png
Jumat, 2025-12-05 22:08:19

angles t, 2t, 4t... and the same radius R for (j = 0; j < n; j++) { // z= R*exp(2*Pi*t) RayXs[j] = R*cos((2*M_PI)*t); RayYs[j] = R*sin((2*M_PI)*t); //...

Click to read more »
File:Parabolic Julia set for internal angle 1 over 30.png
Minggu, 2025-12-28 08:27:13

angles t, 2t, 4t... and the same radius R for (j = 0; j < n; j++) { // z= R*exp(2*Pi*t) RayXs[j] = R*cos((2*M_PI)*t); RayYs[j] = R*sin((2*M_PI)*t); //...

Click to read more »
File:Trabajos del Museo de Ciencias Naturales (IA trabajosdelmuseo31912muse).pdf
Senin, 2024-12-16 05:15:41

Golfe de Gascogne. (Ann. Univ. de Lyon, fas. 1, le Bryoz. (1896), png. 253). — — JuUien y Calvet, Bryoz. prov. des cam. de r«Hirondelle» (1903)...

Click to read more »
File:Algebraicszoom.png
Selasa, 2023-08-01 09:33:24

ox=oy=0; SetCursorPos(xres/2,yres/2); if (mb&1) zoom*=exp(dt*3); if (mb&2) zoom*=exp(-dt*3); if (KHIT(VK_Z)) {k1*=1.3; glDeleteLists(list,1); list=0;} if (KHIT(VK_X))...

Click to read more »
File:Mandelbrot set with blended gradients potential step and slope - zoom period 19 minibrot.png
Sabtu, 2026-05-09 15:06:35

of light in turns double complex v = cexp(2.0 * angle * M_PI * I); // = exp(1j*angle*2*pi/360) // unit 2D vector in this direction // incoming light...

Click to read more »
File:Complex exp.jpg
Minggu, 2024-11-24 21:43:05

DescriptionComplex exp.jpg function Exp[z] in the complex plane Date 3 August 2007 (upload date) Source made with mathematica, own work Author Jan Homann...

Click to read more »
File:Colors of brown dwarfs 1 1 1 1.png
Kamis, 2026-04-16 14:26:02

38e-23 wl_m = cie_wl * 1e-9 intensity = (2 * h * c**2) / (wl_m**5) * 1 / (np.exp((h * c) / (wl_m * k * temp_k)) - 1) intensity = np.nan_to_num(intensity)...

Click to read more »
File:Gaussian 2d 2.svg
Jumat, 2026-02-20 20:11:42

This image is a derivative work of the following images: File:Gaussian_2d_2.png licensed with Cc-by-sa-3.0-migrated-with-disclaimers, GFDL-en,...

Click to read more »
File:France precipitation 22000 bp 1.png
Selasa, 2025-08-19 21:36:18

if(DS_input_log==1): spointszout.append(np.exp(random_forest_multiple_vars(apoints1, np.log(bpoints1), cpoints1))) spointszout.append(np.exp(gam_multiple_vars(apoints1...

Click to read more »
File:Gaussian 2d 3.svg
Jumat, 2026-02-20 20:11:42

This image is a derivative work of the following images: File:Gaussian_2d_3.png licensed with Cc-by-sa-3.0-migrated-with-disclaimers, GFDL-en,...

Click to read more »
File:Gaussian 2d 1.svg
Jumat, 2026-02-20 20:11:41

This image is a derivative work of the following images: File:Gaussian_2d_1.png licensed with Cc-by-sa-3.0-migrated-with-disclaimers, GFDL-en,...

Click to read more »
File:The Scale (IA CAT86862292007).pdf
Minggu, 2026-03-08 15:20:43

1990. Cracow: Agricultural University Press; 82. 11 spp. found; mostly from PNG rainforest; questions raised about relationships between ants, host plants...

Click to read more »
File:Lava planet 1.png
Kamis, 2023-08-17 05:46:33

1.6 // ambient 0 } } } #declare Density2=density { function { exp(-6.7*(sqrt(x*x+y*y+z*z) -1.00001)/0.05 )/1000 } } #declare Mat_Atm2 = material { texture...

Click to read more »
File:World 65ma 2.png
Jumat, 2025-11-07 07:01:12

Bumpmap" emboss like effectto dem png image. Koppenpasta https://github.com/hersfeldtn/koppenpasta "lang.png" and "sea.png" uses scaling factor 25, that produces...

Click to read more »
File:The Billboard 1923-09-01- Vol 35 Iss 1 (IA sim billboard 1923-09-01 35 1).pdf
Kamis, 2020-12-31 04:44:41

llh 1ti« Claire In "ItlneI r V- r ebth tvifr". F-tns H bhiM wlH e.tlc Iri.Png fimlnlne r'te. MISS GILLMORE REJOINS CAST ^ ■•fk \iif MsreaL* ^iiTmoTr •...

Click to read more »
File:Moon systems of fictional exoplanets 1.png
Kamis, 2025-01-16 13:58:22

coeff_moons=2 exp_moons=2 #seed=123 distances_rp2, periods_rpp2, masses2, radiuses2, eccs2, incs2=create_moon_sequence(num_moons, seed, reso, exp_moons, base_moons...

Click to read more »
File:A quinzena 1887 n16.pdf
Jumat, 2025-02-28 17:37:12

pat hicas linha41 corre e . exp•·e�sivas. Fr etas nte espa rez uq u al i no b igodt: cur ÇOsa. na­ v c asta , . hos ata·av� z do incJis0• naav l penc�-nez...

Click to read more »
File:Explore south seas - USACE-p16021coll5-37491.pdf
Minggu, 2025-04-13 16:02:00

articles ^bXPOrt f°r this branch of commerce, and the general benefits reM Png front it,‘independent of the wealth it brings into the country. 0 full account...

Click to read more »
File:De pectoris angina - dissertatio inauguralis medico-nosologica ... (IA b22481989).pdf
Minggu, 2025-11-30 02:37:30

a Hougnou ad Lory pectoris Upi. Jurinc episl. l.ib. 11. pnitrine png. 3. describatur .»4. epist. 2t>. et 8 morbi .pro omnium specie...

Click to read more »
File:Pars secunda de scientia Dei media, seu respiciente obiectum contingens conditionatum (IA A332009).pdf
Sabtu, 2025-11-29 21:52:52

Ps Cu. WW aZ. UL / fee e ru ea (29vele | AA 6xacb Gs II efr, ehIg m 2 o Dua A gua ean, D uus poc ME C 5s ty 2 sa Ij EXP ib m T^ELIO...

Click to read more »
File:Medical Heritage Library (IA b30500072).pdf
Sabtu, 2026-04-04 00:38:13

ceffavit} <&* ampliu* reintegrari nc¬ qui(1) Lib. 2. cap. 2. 7, & Tea. png. tfo. i6 quibit. Mobile natnque $. fbilicet Sangui* 3 paulatim in hi* morbi*...

Click to read more »
File:Zhukovsky transform.svg
Rabu, 2020-12-30 15:07:38

The Zhukovsky transform is given by Z = ζ + a 2 ζ {\displaystyle Z=\zeta +{\frac {a^{2}}{\zeta }}} Where a is the radius of the reference circle centred...

Click to read more »
File:Certamen Marianum Parisiense, vbi veritas examinatur in splendoribvs sanctorvm .. (IA certamenmarianum00arbi).pdf
Minggu, 2025-11-30 04:57:18

University ^dre Books \ D C 3 D O H> 4 (D CO CO O co o C3 > D O z C 2 z m H^ ^ < ,__ > w tri po C/5 C/3 CERTAMEN MARIANVM PARISIENSE-...

Click to read more »
File:End cretaceous koppen types co2 400 s 1367 3 1 1 1.png
Rabu, 2026-05-13 15:34:02

mask2<-matrix(mask1, ncol=cols, nrow=rows ) mask3<-t(mask2) r <- writePNG(mask3, "test.png") plot(r) png('mask.png', height=nrow(r), width=ncol(r)) plot(r, maxpixels=ncell(r))...

Click to read more »
File:Automatically generating a distributed 3D virtual Battlespace using USMTF and XML-MTF air tasking orders, Extensible Markup Language (XML) and Virtual Reality Modeling Language (VRML) (IA automaticallygen00murr).pdf
Sabtu, 2024-08-24 22:34:09

radius 1 } appearance Appearance texture ImageTexture { url "earth-topo.png" Transform { translation rotation children }} -2 1.25 10 1.57 [ Shape...

Click to read more »
File:Annals of the Honorable East-India Company Vol 1.djvu
Rabu, 2025-07-09 20:27:32

Afiair. ha» p^^peed^ has b«,„ drawn fion. - i documents pteseryjsd . ^n^png ; His Majesty*s Archives, iu the Stat^Papfer jQflSice,, ,and. from the...

Click to read more »
File:Permian triassic boundary 250ma annual precipitation if co2 is 5000 ppmv 1.png
Rabu, 2024-12-18 20:09:51

c(basesk,basesk) #str(inmat1) #image(inmat1) z <- exp(metagauss(initmetagauss(f, newsk))) #print("zzzz") #str(z) quit(-1) jakb=newsk-1 jaka=basesk-1 # Specify...

Click to read more »
File:A Review of the Origin, Progress and Result of the Decisive War with the Late Tippoo Sultan in Mysore (IA dli.granth.345).pdf
Minggu, 2025-02-09 12:56:52

fignature o f Dubuc. N o. 2 i .— Receipt under the lign3ture o f Dubuc, for Pngs. 2 ,7 8 1. 5. advanced on account o f the Pay o f his Detachment. No. 2.2...

Click to read more »
File:Books from the Biodiversity Heritage Library (IA agrostographiasi00sche).pdf
Sabtu, 2025-11-29 22:00:49

unam circicer , longam efficientibus , femme miliaceOjfplendente. png.i^^. calycis glumis parvis , brcviffimis , folliculo 11- neam circiter...

Click to read more »
File:CADAL09013122 國立清華大學理科報告.djvu
Sabtu, 2025-10-25 11:28:04

('1111,,。c;ous quwc1c,c of(牛。幻。 件2) General homotopy theoremo‘lie‘ ct.:o ma pngs f, 8",' K、Y which arr, (n一幼一homotoprc-二。la tr've‘。卜Kj,, tht'.户1101117 }...

Click to read more »
File:Alphabetum veterum Etruscorum et nonnulla eorumdem monumenta (IA alphabetumveteru00amad).pdf
Sabtu, 2025-06-21 14:06:38

Km 9 J' 'w'- j9" !Ea . 4 ijR ' t • .’V Ur- vV «s" Z • V I / -.'5 > * . i * *** "c V . 1 • fy ' ••<• # ,%V4 ' f " j...

Click to read more »
File:Parabolic rays landing on fixed point.ogv
Sabtu, 2025-12-06 16:31:22

j++) { // z= R*exp(2*Pi*t) RayXs[j] = R*cos((2*M_PI)*t); RayYs[j] = R*sin((2*M_PI)*t); t *= 2; // t = 2*t if (t > 1) t--; // t = t modulo 1 } zNext = RayXs[0]...

Click to read more »
File:Scholia siue Dilucidationes eruditissimae in latinos plerosque historiae Romanae scriptores quorum nomina versa pagina ostendet. Marcello Donato Ponzani comite (IA bub gb -GQr2v0ODzUC).pdf
Kamis, 2026-03-05 06:42:39

fimuui ^laBam mtts " < •^Pureus s ci praHant Jji- ( ' , S^f^ png. Huiitsvarianomina vide pag. ead. (3 ditabu s anteccdcntibtts. ^BoHjt Dcffacra...

Click to read more »
File:The Economist 1884-03-15- Vol 42 Supplement (IA sim economist 1884-03-15 42 supplement).pdf
Senin, 2021-03-29 22:45:02

with Two cummmanannimamnnaeenssemmmmmiater x 68,000 &8.300 | \ Subject PNG 1883. £ 2,200 6,400 959.400 ...... we teal Values, Cocoa Wine NN ...

Click to read more »
File:Tabulation of published data on electron devices of the U.S.S.R. through March 1970 (IA tabulationofpubl526mars).pdf
Minggu, 2024-08-18 06:58:11

INV INV INV XA XA XA XA XA 2LN211 2LP171 2LP172 2LP173 2LR171 NOR EXP EXP EXP ANR XA XA Xm XA XA 2LK221 2LS011 2LS021 2LS022 2LS023 ANR ADR ADR...

Click to read more »
File:Giant planet 1.png
Jumat, 2025-12-12 02:37:42

] } // tex1_storms1() } declare Density2=density { function { exp(-6.7*(sqrt(x*x+y*y+z*z) -1.00001)/0.05 )/1000 } } declare Mat_Atm = material { texture...

Click to read more »
File:Late ordovician tas 445ma co2 150 s1318 obl245 ecc001 mvelp45.png
Senin, 2024-12-09 05:21:31

snapshots=0, ## jos a_snapshots, vie muistia! #wetsoil=True, physicsfilter="gp|exp|sp") # Model dynamics # ru testplanet.exportcfg() looplen1=a_runsteps1 peen=0...

Click to read more »
File:Getty Research Institute (IA gri bibliothecae00nori).pdf
Senin, 2026-03-09 11:15:57

Pantheologia. Korih, per loh. Senfenfcbmid et Henr, Kefer. Vo!. II. ' Anale&a png. 745. Freytagii Buchdruckergefchichte Niirnbergs , Vanzeri Aeltejie pag...

Click to read more »
File:Lava planet 2.png
Sabtu, 2024-12-21 07:26:00

1.6 // ambient 0 } } } #declare Density2=density { function { exp(-6.7*(sqrt(x*x+y*y+z*z) -1.00001)/0.05 )/1000 } } // #declare Atmm_Color=<0.2, 0.4, 1>...

Click to read more »
File:Downscaled koeppen 200ma co2 1000 2 1.png
Senin, 2026-05-11 06:38:23

c(basesk,basesk) #str(inmat1) #image(inmat1) z <- exp(metagauss(initmetagauss(f, newsk))) #print("zzzz") #str(z) quit(-1) jakb=newsk-1 jaka=basesk-1 # Specify...

Click to read more »
File:Message of the Governor transmitting the report of the Board of Commissioners of the Illinois and Michigan Canal, to the Legislature of Illinois, December 31, 1838 - USACE-p16021coll5-37875.pdf
Senin, 2026-03-09 03:19:53

-‘‘. v • r ■ ■ ■ ’ ' - : - ■ Z z <. “z 'bA 'L .Z^Z Z; ■ b :. -1 f z. , To the . 1 ' b- ' ■ t 4' ' ■ - ; z• —z „: b Lockport^ December 10,...

Click to read more »
File:Late jurassic 150ma mean temperature of year degrees celsius if co2 is 1000 ppmv 1 1 1 1.png
Rabu, 2026-04-22 19:10:35

snapshots=0, ## jos a_snapshots, vie muistia! wetsoil=True, physicsfilter="gp|exp|sp", restartfile="ressus" ) # Model dynamics testplanet.exportcfg() runc1=1...

Click to read more »
File:Plantae Mattogrossenses, ou, Relao de plantas novas colhidas, classificadas e desenhadas (IA plantaemattogros00rodr).pdf
Jumat, 2026-01-23 08:42:48

de priori- Jhiis. Mer. (') F.'or. (») (ip. (•) Ailiinttmia, VIII, pngs. 204 e 282. l*) Jliíl. cit. i/ei I. Tag. 35, t.il.. 6, 7. ume....

Click to read more »
File:The Billboard 1919-01-18- Vol 31 Iss 3 (IA sim billboard 1919-01-18 31 3).pdf
Kamis, 2026-02-26 11:49:43

Jnnu27, while Mr. and Mrs. Sidney Brew are appearing In his Keep Her Pm Png nt the Woods. To make room for the latter The Crow’ded Hour went to Bo.ston...

Click to read more »
File:The Engineering and Mining Journal 1874-10-24- Vol 18 Iss 17 (IA sim engineering-and-mining-journal 1874-10-24 18 17).pdf
Jumat, 2021-01-01 09:21:57

NEERING THE png! AND QURNAL MINING J Vou. XVIIL.—}o. The NEW YORK, SATURDAY, OCTOBER 24, 1874. 17. Mechanical Preparation of Anthracite." By Ricnarp...

Click to read more »