Share to:

Search Results: File:MaxLength.svg

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


File:MaxLength.svg
Sabtu, 2026-04-18 04:30:00

under the following license: English No entry for vehicles or combinations of vehicles exceeding a limit in length determination method or standard: SHA-1...

Click to read more »
File:Point in polygon problem.svg
Rabu, 2025-12-10 20:02:39

double y2){ // svg viewBox = <min-x> <min-y> <width> <height> // https://sarasoueidan.com/blog/svg-coordinate-systems/ double xMax ; double yMax ; double xMin;...

Click to read more »
File:Cactus model of Mandelbrot set.svg
Jumat, 2025-03-07 19:44:34

string(MaxDepth),".svg"); /* --------------------- computing -----------------------------------------*/ plots:plot_circles(center,radius,MainAngle,MaxDepth...

Click to read more »
File:Dynamical plane with branched periodic external ray 0 for map f(z) = z*z + 0.35.svg
Kamis, 2026-01-01 00:06:24

depthMax = 14 length(rA) = 32767 ================== pth d = 1 length(rd) = 2 depth d = 2 length(rd) = 4 depth d = 3 length(rd) = 8 depth d = 4 length(rd)...

Click to read more »
File:Shrub model of Mandelbrot set 60 10 labelled.png
Minggu, 2025-12-07 15:42:19

5+4 = length(name) + length(.ext) // svg_fp = fopen( svg_file_name,"w"); if( svg_fp == NULL ) {printf (" svg file open error \n"); return ; } // SVG fprintf(svg_fp...

Click to read more »
File:Arrows plot of Mandelbrot set gradient.svg
Rabu, 2025-02-19 10:31:19

svg input: * n = number of points (on the circle) to check Gradient vector can be descibed by the * target point cMax. When the origin...

Click to read more »
File:Butterworth amplitudes 3.svg
Rabu, 2024-01-10 04:48:18

order = 3; fc = 1; pointNb = 100; axesLength = 1.25; textOffset = 0.05; wLog = logspace(-2, 2, pointNb); AdbMax = 10; AdbMin = -60; makeGraphics = 1;...

Click to read more »
File:Butterworth phases 3.svg
Rabu, 2024-01-10 04:49:08

order = 3; fc = 1; pointNb = 100; axesLength = 1.25; textOffset = 0.05; wLog = logspace(-2, 2, pointNb); AdbMax = 10; AdbMin = -60; makeGraphics = 1;...

Click to read more »
File:Butterworth poles 3.svg
Rabu, 2024-01-10 04:49:11

order = 3; fc = 1; pointNb = 100; axesLength = 1.25; textOffset = 0.05; wLog = logspace(-2, 2, pointNb); AdbMax = 10; AdbMin = -60; makeGraphics = 1;...

Click to read more »
File:Histogram sum of length 2 permutations of 1 2 3.svg
Jumat, 2024-10-11 18:02:22

integer=True) plt.xlim(0, max(4, bins.argmax()*2)) plt.bar(np.arange(len(bins)), bins, zorder=2) plt.savefig("Histogram sum of length " + str(num_terms) +...

Click to read more »
File:Fourier transform – Rectangular.svg
Minggu, 2026-04-26 10:30:59

generates these SVG images: File:Window function and frequency response - Bartlett-Hann.svg File:Window function and frequency response - Blackman.svg File:Window...

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

% Illustration of a wave packet L = 1.7; % 2*L=length of domain A = 1.2; % max amplitude K = 1.3; % gaussian param fast_wl = 52; slow_wl = 4; N = 500;...

Click to read more »
File:Butterworth amplitudes 6.svg
Rabu, 2024-01-10 04:48:19

axis([wLog(1), wLog(length(wLog)), AdbMin, AdbMax]); xlabel('Frequency'); ylabel('Amplitude responses'); grid; print -dsvg butterworth_amplitudes_6.svg I, the copyright...

Click to read more »
File:Scalar field, potential of Mandelbrot set.svg
Rabu, 2025-02-19 10:33:24

svg input: * n = number of points (on the circle) to check Gradient vector can be descibed by the * target point cMax. When the origin...

Click to read more »
File:Points of rectangular mesh.svg
Kamis, 2025-10-09 04:05:30

svg input: * n = number of points (on the circle) to check Gradient vector can be descibed by the * target point cMax. When the origin...

Click to read more »
File:Histogram sum of length 1 permutations of 1 2 3.svg
Rabu, 2020-11-04 16:29:14

integer=True) plt.xlim(0, max(4, bins.argmax()*2)) plt.bar(np.arange(len(bins)), bins, zorder=2) plt.savefig("Histogram sum of length " + str(num_terms) +...

Click to read more »
File:Histogram sum of length 3 permutations of 1 2 3.svg
Senin, 2025-09-29 19:12:21

integer=True) plt.xlim(0, max(4, bins.argmax()*2)) plt.bar(np.arange(len(bins)), bins, zorder=2) plt.savefig("Histogram sum of length " + str(num_terms) +...

Click to read more »
File:R-horsekick totals-quantileplot+quartiles.svg
Selasa, 2020-10-13 13:52:54

created with R. using the following commands svg(file = "R-horsekick_totals-quantileplot+quartiles.svg", width = 4, height = 4, pointsize = 8) #Basic...

Click to read more »
File:R-horsekick totals-histogram+quartiles.svg
Selasa, 2026-03-17 02:02:34

was created with R. using the following commands svg(file = "R-horsekick_totals-histogram+quartiles.svg", width = 4, height = 2.5, pointsize = 8) #Histogram...

Click to read more »
File:Biholomorphism illustration.svg
Minggu, 2025-12-21 15:01:04

plot2svg('Biholom2.svg'); function do_plot(X, Y, lw, figno, mycolor, mode) figure(figno); clf; hold on; axis equal; axis off; minX = min(min(X)); maxX = max(max(X));...

Click to read more »
File:3D Julia-set (IFS 001).jpg
Senin, 2023-06-12 11:57:28

rand ( ) / RAND_MAX ) // Here the function: x -= a; y -= b; z -= c; length = sqrtl ( x*x + y*y + z*z ); root = sqrtl ( length ); if ( length == fabsl ( x...

Click to read more »
File:Pythagoras tree 1 1 13.svg
Rabu, 2025-02-19 10:33:20

ceil(co*(max_x-min_x)); Hfig = ceil(co*(max_y-min_y)); filename = ['Pythagoras_tree_1_' strrep(num2str(m),'.','_') '_'... num2str(n) '_' Colormap '.svg']; fid...

Click to read more »
File:BoltonNEGraph.svg
Minggu, 2025-11-23 18:15:49

election_graph("https://commons.wikimedia.org/wiki/File:BoltonNEGraph.svg") ggsave("BoltonNEGraph.svg", device = "svg", units = "cm", width = 20, height = 11, dpi = 120)...

Click to read more »
File:Distribution of mean estimator.svg
Jumat, 2025-12-12 13:36:53

c(50,100,200,500,1000) x <- (-400:400)/1000 nn <- length(n) col <- rainbow(nn) svg("mean_estimator.svg") par(mar=c(3,0,2,0)) plot(0,0, type="n", xlim=range(x)...

Click to read more »
File:Orbit-11-63.svg
Rabu, 2020-09-23 06:25:38

; (load "o.lisp") ; ; look for svg file in your home directory ; ; after loading file you can : ; (draw-orbit "a.svg" 800 (list (list 1/7 2/7 ))) ; ;...

Click to read more »
File:Orbit-1-15.svg
Sabtu, 2020-10-17 10:33:06

; (load "o.lisp") ; ; look for svg file in your home directory ; ; after loading file you can : ; (draw-orbit "a.svg" 800 (list (list 1/7 2/7 ))) ; ;...

Click to read more »
File:Orbit-74-511.svg
Kamis, 2020-10-15 05:05:21

; (load "o.lisp") ; ; look for svg file in your home directory ; ; after loading file you can : ; (draw-orbit "a.svg" 800 (list (list 1/7 2/7 ))) ; ;...

Click to read more »
File:Standard deviation.svg
Rabu, 2026-01-07 11:38:35

plotting window Y = (Y-min(Y))/(max(Y)-min(Y)); Y = Y*(d-c)+c; mean = sum(Y)/length(Y); stdev = sqrt(sum((Y-mean).*(Y-mean))/length(Y)); figure(1); clf; hold...

Click to read more »
File:DragonCurve animation.gif
Senin, 2026-05-11 23:50:36

title('Evolution of the length of the curve with the number of levels'); xlabel('Level'); ylabel('Log of the length'); MaxRecursionLevel = numel(S); lengthCurve = zeros(1...

Click to read more »
File:Orbit-1-31.svg
Senin, 2020-09-21 19:46:40

; (load "o.lisp") ; ; look for svg file in your home directory ; ; after loading file you can : ; (draw-orbit "a.svg" 800 (list (list 1/7 2/7 ))) ; ;...

Click to read more »
File:Illustration of causal and non-causal filters.svg
Minggu, 2025-12-14 05:02:46

conv(a,f); c = b(200:end); plot(0.02*([1:length(c)]-250), c, "r", 0.02*([1:length(c)]-200), c, "b") ylim([0 max(b)]) legend("f(t) non-causal output", "f(t-1)...

Click to read more »
File:Kaiser-Window-Spectra.svg
Minggu, 2025-12-14 04:25:39

warning(). print(h,"-dsvg","-color",'C:\Users\BobK\Kaiser-Window-Spectra.svg') English object of statement has role: photographer author name string:...

Click to read more »
File:01-Siebeneck E-11.svg
Minggu, 2023-09-24 13:44:36

}}{7}}\right)=0.867767478235116\ldots \;[unit\;of\;length]} Absolute error of the constructed side length Up to the max. displayed 15 decimal places is the absolute...

Click to read more »
File:21-Eck-Näherung.svg
Rabu, 2023-05-17 01:32:10

}}{21}}\right)=0.298084532352349\ldots \;[unit\;of\;length]} Absolute error of the constructed side length Up to the max. displayed 15 decimal places is the absolute...

Click to read more »
File:01-Dreizehneck-3 Animation.gif
Jumat, 2023-09-22 23:59:40

konstruierten Seitenlänge < 1 mm. Constructed side length of tridecagon in GeoGebra (display max 15 decimal places) a = 0.478631328575115 [ u n i t o...

Click to read more »
File:01-23-Eck-Näherung-E-15.svg
Sabtu, 2023-09-23 00:08:14

}}{23}}\right)=0.272333298192493\ldots \;[unit\;of\;length]} Absolute error of the constructed side length Up to the max. displayed 15 decimal places is the absolute...

Click to read more »
File:HallamGraph.svg
Sabtu, 2025-12-13 02:12:01

election_graph("https://commons.wikimedia.org/wiki/File:HallamGraph.svg") ggsave("HallamGraph.svg", device = "svg", units = "cm", width = 20, height = 11, dpi = 120)...

Click to read more »
File:01 29-Eck-Näherung-E-15.svg
Jumat, 2023-09-22 23:48:26

}}{29}}\right)=0.216238036847884\ldots \;[unit\;of\;length]} Absolute error of the constructed side length: Up to the max. displayed 15 decimal places is the absolute...

Click to read more »
File:Dynamical plane with branched periodic external ray 0 for map f(z) = z*z + 0.35.png
Rabu, 2025-01-01 04:32:22

kMax:100 depthMax 12; length(ray) = 58548 depthMax 13; length(ray) = 65076 depthMax 14; length(ray) = 71604 depthMax 15; length(ray) = 78132 depthMax 16;...

Click to read more »
File:Delta sigma dithering 1st order err vs frq.svg
Minggu, 2026-04-19 14:00:58

maximum oversample max_over = max(oversample_v); // use FFT resample fft_d = real_fft(d); // pad spectrum with 0 fft_d(length(d)/2*max_over+1) = 0; // resampled...

Click to read more »
File:RotherValleyGraph.svg
Senin, 2025-12-08 00:08:40

wikimedia.org/wiki/File:RotherValleyGraph.svg") ggsave("RotherValleyGraph.svg", device = "svg", units = "cm", width = 20, height = 11, dpi = 120)...

Click to read more »
File:Spectral leakage caused by "windowing".svg
Senin, 2025-12-29 00:17:27

= 20*log10(S1(1:N/2)); S1 = max(0,S1); plot((0:length(S1)-1)*Hz_per_bin, S1, "color","blue", "linewidth",1); ylim([0 max(S1)+6]) xlim([0 samples_per_sec/2])...

Click to read more »
File:Morbillivirus-associated unusual mortality event in South Australian bottlenose dolphins is largest reported for the Southern Hemisphere.pdf
Senin, 2025-12-15 18:53:42

for SVG (figure 1). A substantial increase in reported strandings was evident in SVG during 2013, when 50 dolphins were recorded. Prior to 2013, SVG had...

Click to read more »
File:DonValleyGraph.svg
Selasa, 2026-05-05 21:54:32

wikimedia.org/wiki/File:DonValleyGraph.svg") ggsave("DonValleyGraph.svg", device = "svg", units = "cm", width = 20, height = 11, dpi = 120)...

Click to read more »
File:Kuwait-population-pyramid-2017.svg
Kamis, 2020-10-22 05:54:24

tick_params(axis=u'y', which=u'both',length=0) ax[1].tick_params(axis=u'y', which=u'both',length=0) ax[0].set_xlim(0, x_max) ax[1].set_xlim(0, x_max) ax[0].invert_xaxis()...

Click to read more »
File:LoughboroughGraph.svg
Selasa, 2026-02-10 16:49:01

wikimedia.org/wiki/File:LoughboroughGraph.svg") ggsave("LoughboroughGraph.svg", device = "svg", units = "cm", width = 20, height = 11, dpi = 120)...

Click to read more »
File:DoncasterNorthGraph.svg
Rabu, 2026-05-06 08:10:47

wikimedia.org/wiki/File:DoncasterNorthGraph.svg") ggsave("DoncasterNorthGraph.svg", device = "svg", units = "cm", width = 20, height = 11, dpi = 120)...

Click to read more »
File:SherwoodGraph.svg
Sabtu, 2025-12-27 17:59:50

election_graph("https://commons.wikimedia.org/wiki/File:SherwoodGraph.svg") ggsave("SherwoodGraph.svg", device = "svg", units = "cm", width = 20, height = 11, dpi = 120)...

Click to read more »
File:Lavaurs-t-7.svg
Kamis, 2020-09-24 13:01:23

"l") ; ; look for lavaurs-5.svg file in your home directory ; ; after loading file you can : ; (draw-lavaurs "lavaurs-7.svg" 2000 7) ; ; Adam Majewski...

Click to read more »
File:DistanceToFixed.svg
Jumat, 2026-05-01 18:46:56

z2):=float(abs(z2-z1))$ /* gives an orbit of z0 under fc where iMax is the length of the orbit */ GiveList(z0,c, iMax):= block ( [i,zAlfa,zprev,znext,dist,d_list], zAlfa:GiveFixed(c)...

Click to read more »
File:NottinghamNorthGraph.svg
Minggu, 2025-12-21 22:48:49

wikimedia.org/wiki/File:NottinghamNorthGraph.svg") ggsave("NottinghamNorthGraph.svg", device = "svg", units = "cm", width = 20, height = 11, dpi = 120)...

Click to read more »
File:NewarkGraph.svg
Sabtu, 2025-12-20 05:11:12

election_graph("https://commons.wikimedia.org/wiki/File:NewarkGraph.svg") ggsave("NewarkGraph.svg", device = "svg", units = "cm", width = 20, height = 11, dpi = 120)...

Click to read more »
File:GedlingGraph.svg
Sabtu, 2025-12-13 01:42:12

election_graph("https://commons.wikimedia.org/wiki/File:GedlingGraph.svg") ggsave("GedlingGraph.svg", device = "svg", units = "cm", width = 20, height = 11, dpi = 120)...

Click to read more »
File:DoncasterCentralGraph.svg
Rabu, 2026-05-06 08:10:41

wikimedia.org/wiki/File:DoncasterCentralGraph.svg") ggsave("DoncasterCentralGraph.svg", device = "svg", units = "cm", width = 20, height = 11, dpi =...

Click to read more »
File:NottinghamSouthGraph.svg
Minggu, 2025-12-21 22:49:28

wikimedia.org/wiki/File:NottinghamSouthGraph.svg") ggsave("NottinghamSouthGraph.svg", device = "svg", units = "cm", width = 20, height = 11, dpi = 120)...

Click to read more »
File:Lavaurs-t-5.svg
Selasa, 2025-10-14 05:15:35

lisp") ; ; look for lavaurs-5.svg file in your home directory ; ; after loading file you can : ; (draw-lavaurs "lavaurs-6.svg" 2000 6) ; ; Adam Majewski...

Click to read more »
File:BassetlawGraph.svg
Sabtu, 2025-11-22 00:01:36

wikimedia.org/wiki/File:BassetlawGraph.svg") ggsave("BassetlawGraph.svg", device = "svg", units = "cm", width = 20, height = 11, dpi = 120)...

Click to read more »
File:LivingstonGraph.svg
Sabtu, 2024-06-01 02:54:11

wikimedia.org/wiki/File:LivingstonGraph.svg") ggsave("LivingstonGraph.svg", device = "svg", units = "cm", width = 20, height = 11, dpi = 120)...

Click to read more »
File:HeeleyGraph.svg
Senin, 2022-05-30 23:36:26

election_graph("https://commons.wikimedia.org/wiki/File:HeeleyGraph.svg") ggsave("HeeleyGraph.svg", device = "svg", units = "cm", width = 20, height = 11, dpi = 120)...

Click to read more »
File:N-th arm stars.svg
Minggu, 2025-02-09 23:47:13

----------draw the vector field ----------------------------*/ draw( terminal = 'svg, columns =5, file_name = "b", /* one can add path here */ pic_width = 1000...

Click to read more »
File:Preimages of the circle under map f(z) = z*z+0.25.svg
Kamis, 2026-04-09 12:21:27

user_preamble="set key top right; unset mouse", terminal = 'svg, file_name = sconcat(path,"s", string(jMax)), title= "Preimages of the circle for f(z) = z^2 +1/4"...

Click to read more »
File:Individual skills training resource sheet package.pdf
Sabtu, 2020-10-03 03:58:28

(1525)-(2).svg|A sine:Laying out length etc File:Dürer method (1525)-(3).svg|A tangent:Laying out the length etc File:Dürer method (1525)-(3).svg|A tangent...

Click to read more »
File:01-Elfeck-3.svg
Senin, 2025-03-24 05:03:35

}}{11}}\right)=0.563465113682859\ldots \;[unit\;of\;length]} Absolute error of the constructed side length Up to the max. displayed 15 decimal places is the absolute...

Click to read more »
File:MansfieldGraph.svg
Rabu, 2020-09-16 01:56:25

wikimedia.org/wiki/File:MansfieldGraph.svg") ggsave("MansfieldGraph.svg", device = "svg", units = "cm", width = 20, height = 11, dpi = 120)...

Click to read more »
File:BarnsleyEastGraph.svg
Sabtu, 2024-06-08 03:36:41

wikimedia.org/wiki/File:BarnsleyEastGraph.svg") ggsave("BarnsleyEastGraph.svg", device = "svg", units = "cm", width = 20, height = 11, dpi = 120)...

Click to read more »
File:01 25-Eck-Näherung.svg
Sabtu, 2024-10-05 18:23:08

}}{25}}\right)=0.250666467128608\ldots \;[unit\;of\;length]} Absolute error of the constructed side length Up to the max. displayed 15 decimal places is the absolute...

Click to read more »
File:AshfieldGraph.svg
Selasa, 2023-09-26 17:41:10

election_graph("https://commons.wikimedia.org/wiki/File:AshfieldGraph.svg") ggsave("AshfieldGraph.svg", device = "svg", units = "cm", width = 20, height = 11, dpi = 120)...

Click to read more »
File:RotherhamGraph.svg
Sabtu, 2025-12-27 20:42:26

wikimedia.org/wiki/File:RotherhamGraph.svg") ggsave("RotherhamGraph.svg", device = "svg", units = "cm", width = 20, height = 11, dpi = 120)...

Click to read more »
File:Trump vs. Clinton nationwide.svg
Selasa, 2025-11-04 18:50:31

2), panel.grid.major=element_line(size=0.6)) #save plot as "ct.svg" svg(filename="ct.svg", width=9, height=4, pointsize=12, bg="transparent") d dev.off()...

Click to read more »
File:Nomogramm zum scheinbaren Einfallen nach Palmer.pdf
Senin, 2025-12-08 22:47:37

'extra_params':[ { 'u_min':(10.0/60.0), 'u_max':(25.0/60.0), 'scale_type':'manual line', 'tick_side':'right', 'grid_length_1':0.050, 'manual_axis_data':{ (10...

Click to read more »
File:Capri sights terrain.svg
Minggu, 2025-11-23 21:37:12

max() - odata.min()) return odata il = 255 * illumination(h) o4 = Image.new('RGBA', il.shape) for j in range(row_length-1): for i in range(row_length-1):...

Click to read more »
File:Level grad.svg
Minggu, 2025-12-21 15:01:49

Source code modified by me to output SVG directly from Matlab English...

Click to read more »
File:Parabolic orbits insidse upper main chessboard box for f(z) = z^2 +0.25.svg
Senin, 2026-03-30 03:38:28

curves ) * size of the svg file ( but not the png file ) * time of computation */ jMax:1001; /* number of the circle points */ iMax:100; /* number of the...

Click to read more »
File:Jacobi Elliptic Functions (on Jacobi Hyperbola).svg
Senin, 2023-08-28 11:10:11

https://commons.wikimedia.org/w/File:Jacobi_Elliptic_Functions_(on_Jacobi_Ellipse).svg, but with different input parameters, found at the top of the code. (To copy...

Click to read more »
File:01-Trisection of an angle E-10.svg
Sabtu, 2023-09-23 00:26:35

= 1 [unit of length]: Max. absolute error of the angle β ≈ -4E-8° when angle α close to 0°, respectively ≈ 4E-8° when angle α = 180°. Max. absolute error...

Click to read more »
File:Mexicali pdsi 100 - 2000 ad 1.svg
Minggu, 2024-01-21 23:44:16

https://commons.wikimedia.org/wiki/File:Mesa_verde_drought_index_pdsi_900_1500_ad_1.svg 3 north american drought atlas pdsi data extracting and viewing "R" code...

Click to read more »
File:01-Tetradecagon-Animation.gif
Kamis, 2023-11-30 19:48:48

konstruierten Seitenlänge < 1 mm. Constructed side length of the tetradecagon in GeoGebra (display max 15 decimal places) a = 0.445041867912629 [ u n i...

Click to read more »
File:Material-comparison--strength-vs-density plain.svg
Kamis, 2022-06-16 10:58:13

convHull[k][0]; centY += convHull[k][1]; }; centX = centX/convHull.length; centY = centY/convHull.length; svg.append("path") .attr("class", "hull") .datum(convHull)...

Click to read more »
File:Magnetic field of an idealized quadrupole with forces.svg
Kamis, 2022-08-04 16:33:01

T arrowLength = 1.5 arrowStart = array([dist, 0]) origArrowDir = array([0, arrowLength]) bfieldLabelPosOffset = array([0.3, 0.5 * arrowLength]) forceLabelPosOffset...

Click to read more »
File:Pharo village summer pdsi 100 2000 ad 1.svg
Jumat, 2026-02-27 20:40:11

https://commons.wikimedia.org/wiki/File:Mesa_verde_drought_index_pdsi_900_1500_ad_1.svg R code 3 north american drought atlas pdsi data extracting and viewing "R"...

Click to read more »
File:Central theorem 2.svg
Sabtu, 2024-02-17 15:40:19

= 2 ) xfit <- seq(min(x),max(x),length=40) yfit <- dnorm(xfit,mean=mean(x),sd=sd(x)) yfit <- yfit*diff(h$mids[1:2])*length(x) lines(xfit, yfit, col="red"...

Click to read more »
File:Window function (comparsion).png
Rabu, 2020-09-16 12:20:02

Due to the old versions no SVG export is available. << Graphics`Graphics` << Graphics`Legend` Len = 4096; (* Window length *) Oversamp = 8; (* Oversampling...

Click to read more »
File:Salt lake city summer pdsi at 100 1700 ad 1.svg
Rabu, 2026-01-07 08:33:36

https://commons.wikimedia.org/wiki/File:Mesa_verde_drought_index_pdsi_900_1500_ad_1.svg R code 3 north american drought atlas pdsi data extracting and viewing "R"...

Click to read more »
File:01-Dreizehneck-3.svg
Senin, 2025-03-24 05:03:17

E_{1}} to E 13 {\displaystyle E_{13}} . Constructed side length of tridecagon in GeoGebra (display max 15 decimal places) a = 0.478631328575115 [ u n i t o...

Click to read more »
File:Gila cliff summer pdsi 100 1700 ad 1.svg
Minggu, 2024-01-21 23:35:07

https://commons.wikimedia.org/wiki/File:Mesa_verde_drought_index_pdsi_900_1500_ad_1.svg R code 3 north american drought atlas pdsi data extracting and viewing "R"...

Click to read more »
File:SPDC Spiral spectrum.svg
Selasa, 2025-10-14 01:22:59

RotateLabel->False, Frame->True, FrameTicks->{{N@FindDivisions[{0,Max[list]},5],None},{MapThread[{##}&,{Range[Length[ticks]],ticks}],None}}, FrameStyle->Directive[Thickness[0...

Click to read more »
File:Cubic set z^3+A*z+c with two cycles of length 3 and 105.png
Sabtu, 2024-04-27 21:59:09

2000x2000 10.png ======================= # gnuplot "i.plt" set terminal svg enhanced background rgb 'white' set xlabel "re(z)" set ylabel "DLD" set title...

Click to read more »
File:Wikimedia Hackathon 2013 - Scribunto presentation slides.pdf
Sabtu, 2020-10-31 15:52:42

this day}} {{tmbox |small = {{{small|}}} |image = [[Image:Nuvola apps date.svg|45px]] |text = A fact from this article was featured on Wikipedia's [[Main...

Click to read more »
File:Chaco canyon pdsi drought index 500-1600 ad 1.svg
Selasa, 2024-02-20 11:40:43

vector(rep(dryval1, length(xd5) ) ) dm5<-as.vector(rep(moistval1, length(xm5) ) ) print(ym5) stop(-1) myts1 <- ts(y, start=c(min(x), 1), end=c(max(x), 1), frequency=1)...

Click to read more »
File:Cahokia pdsi 950 1600 ad 2.svg
Jumat, 2024-01-26 07:19:09

col="red") polygon(x=c(min(x), x, max(x) ) , c(y_mean1, y_moist2,y_mean1), col="blue") dev.off() system("pdf2svg out.pdf out.svg") print(".") quit("yes") I,...

Click to read more »
File:Discrete Hilbert transforms of a cosine function, using piecewise convolution.svg
Jumat, 2026-05-01 09:27:56

block boundaries. y1 = y1 / max(abs(y1)); y2 = y2 / max(abs(y2)); plot(y1, "b"); plot(y2, "r."); % unconnected dots xlim([1 length(y1)]) ylim([-1 1]) % Calling...

Click to read more »
File:Selerika 50 climate diagram.svg
Kamis, 2025-10-09 17:00:21

".svg"); prmax=100 prmin=0 tmax = 20.0 tmin=-25.0 tstep=5 widthi=10 heighti=16 asteikko<-c(" "," ","3"," "," ","6"," ", " ","9"," "," ","12" ) svg(kuvanimi...

Click to read more »
File:Lagrange simple.svg
Jumat, 2026-02-20 20:11:48

-10, 'y'); text(-2.4, -2, 0, 'z'); % Annotations of the max and min points % Point indicating max #1 plot3(sqrt(2), 1, 2, 'kx', 'MarkerSize', 14, 'LineWidth'...

Click to read more »
File:Newton optimization vs grad descent.svg
Kamis, 2026-05-07 18:04:28

save to eps ans svg saveas(gcf, 'Newton_optimization_vs_grad_descent.eps', 'psc2') % plot2svg('Newton_optimization_vs_grad_descent.svg') function plot_contours(f...

Click to read more »
File:Discrete Hilbert transforms of a cosine function, using piecewise convolution.jpg
Jumat, 2026-05-01 09:27:54

4*overlap; // an efficient block-size step_size = N-overlap; M2 = overlap/2; // length of the edge effects for a zero-phase (non-causal) filter h = [h(1+M2:M)...

Click to read more »
File:Rk errors.svg
Sabtu, 2025-12-27 16:01:55

rep(0, length(n)) for (k in seq_along(h)) { y <- odesolve(f, 0, 1, 1, n[k], Phi, y.exact) err[k] <- max(abs(y[,3])) } err } n <- 2^(0:12) h <- 1/n svg(point=16)...

Click to read more »
File:Programmation XML-fr.pdf
Kamis, 2024-10-10 13:54:13

formats : PDF, PCL, PS, SVG, XML, Print, AWT, MIF and TXT. Le principal format de sortie étant le PDF. SOAP XML Signature SMIL SVG MusicXML SyncML Objectifs...

Click to read more »
File:Mesa verde drought index pdsi 900 1500 ad 1.svg
Minggu, 2024-01-21 20:05:05

vector(rep(dryval1, length(xd5) ) ) dm5<-as.vector(rep(moistval1, length(xm5) ) ) print(ym5) stop(-1) myts1 <- ts(y, start=c(min(x), 1), end=c(max(x), 1), frequency=1)...

Click to read more »
File:Casa grande hohokam summer pdsi 100-1600 ad 1.svg
Rabu, 2024-02-07 06:33:10

vector(rep(dryval1, length(xd5) ) ) dm5<-as.vector(rep(moistval1, length(xm5) ) ) print(ym5) stop(-1) myts1 <- ts(y, start=c(min(x), 1), end=c(max(x), 1), frequency=1)...

Click to read more »
File:01 Würfelhalbierung-3.svg
Sabtu, 2025-06-28 17:31:52

length of the line segment constructed (rounded) in GeoGebra }}\qquad {\overline {QR}}&=&&0.793700525984100\;[\mathrm {unit\;of\;length} ]\\-{\text{setpoint...

Click to read more »
File:Campania il NW alpha.png
Kamis, 2025-11-27 05:49:15

Gorn #source: https://commons.wikimedia.org/wiki/File:Capri_sights_terrain.svg # Read SRTM3 file and create shaded relief # 2010-04-05 from struct import...

Click to read more »
File:Chaco canyon summer plus winter precipitation index spi 100 1600 ad 1.svg
Selasa, 2024-02-20 11:40:44

lines(x,y,col = "red",lwd = 4, add=T) dev.off() system("pdf2svg out.pdf out.svg") print(".") quit("yes") I, the copyright holder of this work, hereby publish...

Click to read more »
File:Multilateral environmental treaties-by-year-and-type.svg
Minggu, 2026-01-04 02:12:18

5-year mean value allyrs <- (min(ieas$tsig_yr)):(max(ieas$tsig_yr)) allmeanyrs <- (min(ieas$tsig_yr)+2):(max(ieas$tsig_yr)-2) # factor treaties by year, compute...

Click to read more »
File:Fairbanks 40750 climate diagram.svg
Kamis, 2025-10-09 16:59:50

".svg"); prmax=100 prmin=0 tmax = 20.0 tmin=-25.0 tstep=5 widthi=10 heighti=16 asteikko<-c(" "," ","3"," "," ","6"," ", " ","9"," "," ","12" ) svg(kuvanimi...

Click to read more »
File:ML-star.png
Minggu, 2025-12-21 15:02:05

R=1.09-1./R.^1.3; R=[0 0.4 R(2:length(R))]; M=length(R); % plot rays O=[0, 0]; Angles=[1.0 2.34 6.1]; for l=1:length(Angles) m = floor(Angles(l)*N)+1;...

Click to read more »
File:Campania map height.png
Kamis, 2025-11-27 05:50:03

Gorn #source: https://commons.wikimedia.org/wiki/File:Capri_sights_terrain.svg # Read SRTM3 file and create shaded relief # 2010-04-05 from struct import...

Click to read more »
File:US polls 2016 (four-way race).svg
Jumat, 2025-01-10 06:32:42

panel.grid.major=element_line(size=0.6)) #save plot as "ct.svg" svg(filename="us2016-fourway.svg", width=9, height=5, pointsize=12, bg="transparent") d dev...

Click to read more »
File:01-23-Näherung E-15-Animation.gif
Selasa, 2024-09-10 08:59:23

}}{23}}\right)=0.272333298192493\ldots \;[unit\;of\;length]} Absolute error of the constructed side length Up to the max. displayed 15 decimal places is the absolute...

Click to read more »
File:US polls 2016 (three-way race).svg
Senin, 2024-10-14 18:34:35

panel.grid.major=element_line(size=0.6)) #save plot as "ct.svg" svg(filename="us2016-threeway.svg", width=9, height=5, pointsize=12, bg="transparent") d dev...

Click to read more »
File:01-Elfeck-Animation-2.gif
Jumat, 2023-12-01 01:25:10

}}{11}}\right)=0.563465113682859\ldots \;[unit\;of\;length]} Absolute error of the constructed side length Up to the max. displayed 15 decimal places is the absolute...

Click to read more »
File:Mandelbrot set with Interior detection method.png
Senin, 2025-12-01 17:23:39

be zero !)\n", distortion ); // file printf("file %s saved. Compare M_int.svg \n", filename); } void close(){ fclose(fp); info(); } //...

Click to read more »
File:Nationwide polls for the 2016 Democratic Party presidential primaries.svg
Sabtu, 2020-10-31 06:01:19

2), panel.grid.major=element_line(size=0.6)) #save plot as "dp.svg" svg(filename="dp.svg", width=9, height=5, pointsize=12, bg="transparent") d dev.off()...

Click to read more »
File:Demm 2000 Mandelbrot set.jpg
Senin, 2026-04-20 15:01:24

FirstLine[Y*LineLength+X] end // if (iter<IterationMax) then else with Bitmap1.FirstLine[iY*Bitmap1.LineLength+iX] do begin B := 0; G := 0; R := 0; //A := 0;...

Click to read more »
File:Requête HTTP.png
Selasa, 2026-05-19 01:27:33

X-Mod-Pagespeed: 1.1.23.1-2169 Vary: Accept-Encoding Cache-Control: max-age=0, no-cache Content-Length: 204 Content-Type: text/html <html><head><title>Vous Etes...

Click to read more »
File:01-Quadratur des Kreises E-15-Animation.gif
Sabtu, 2023-09-23 00:04:49

Flächeninhalts des Quadrats < 1 cm2. Constructed side length of the square in GeoGebra (display max 15 decimal places) a = 1.772453850905515 [ u n i t o...

Click to read more »
File:Simple set2.png
Minggu, 2025-12-21 15:02:24

99*[1, 1, 1]); plot(C*max(X), C*max(Y), '*', 'color', 0.99*[1, 1, 1]); % plot the big rectangles, and fill their interiors n=length(X)/2; for i=1:n ax=X(2*i-1);...

Click to read more »
File:NPVIC participants.svg
Rabu, 2024-01-10 03:48:26

%DISPLAY INTRUCTIONS TO CONVERT TO SVG clc; disp([ ... ' TO CONVERT PDF TO SVG USING INKSCAPE: '; ' 1. Open NPVIC_participants.PDF in...

Click to read more »
File:Julia0bb.jpg
Sabtu, 2025-09-20 12:24:02

number of bytes of color */ iLength=iWidth*iHeight*3,/* 3 bytes of color */ index; /* of array */ int iXinc, iYinc,iIncMax=6; /* world ( double) coordinate...

Click to read more »
File:Nationwide polls for the 2016 Republican Party presidential primaries.svg
Jumat, 2026-05-29 22:03:04

2), panel.grid.major=element_line(size=0.6)) #save plot as "rp.svg" svg(filename="rp.svg", width=9, height=4, pointsize=12, bg="transparent") d dev.off()...

Click to read more »
File:01-Siebeneck E-11 Animation.gif
Sabtu, 2023-09-23 00:03:18

GeoGebra (display max 15 decimal places) a = 0.867767478235116 [ u n i t o f l e n g t h ] {\displaystyle a=0.867767478235116\;[unit\;of\;length]} Side lenght...

Click to read more »
File:Helsinki climate classification 1 1 1 1.svg
Rabu, 2025-12-17 20:04:54

c("T", "H", "M", "H", "T", "K", "H", "E", "S", "L", "M", "J") Alusta SVG-kuva svg(kuvanimi, width = widthi, height = heighti) par(mar = c(3, 3, 3, 3))...

Click to read more »
File:US polls 2016.svg
Kamis, 2025-05-29 13:04:05

panel.grid.major=element_line(size=0.6)) #save plot as "us2016.svg" svg(filename="us2016.svg", width=9, height=5, pointsize=12, bg="transparent") d dev.off()...

Click to read more »
File:01 Würfelverdoppelung-5.svg
Sabtu, 2026-01-03 17:38:46

{\begin{alignedat}{2}{\text{length of the line constructed in GeoGebra }}\qquad {\overline {AM}}&=&&1.259921049894873\;[\mathrm {unit\;of\;length} ]\\-{\text{setpoint...

Click to read more »
File:ML expansion illustration.png
Senin, 2025-12-29 13:44:16

04; plot(min(X)-offset, min(Y)-offset, '*', 'color', white) plot(max(X)+offset, max(Y)+offset, '*', 'color', white) saveas(gcf, 'ML_expansion_illustration...

Click to read more »
File:Fetching module source code.pdf
Minggu, 2022-03-27 08:00:41

\n\tleft = -2.15,\n\tright = -0.7,\n\timage = 'Shetland UK location map.svg',\n\timage1 = 'Shetland UK relief location map.jpg'\n}", 'text/plain', 'Scribunto'...

Click to read more »
File:Internal Geneva Wheel 17.svg
Rabu, 2024-02-07 15:37:39

3 maxSlots = 9 #minSlots = 3 #maxSlots = 3 os.system("rm *.svg") os.system("rm *.gif") os.system("rm *.png") #top view for n in range(minSlots,maxSlots...

Click to read more »
File:Internal Geneva Wheel 15.svg
Kamis, 2026-05-14 12:01:24

3 maxSlots = 9 #minSlots = 3 #maxSlots = 3 os.system("rm *.svg") os.system("rm *.gif") os.system("rm *.png") #top view for n in range(minSlots,maxSlots...

Click to read more »
File:Internal Geneva Wheel 19.svg
Rabu, 2024-02-07 15:37:52

3 maxSlots = 9 #minSlots = 3 #maxSlots = 3 os.system("rm *.svg") os.system("rm *.gif") os.system("rm *.png") #top view for n in range(minSlots,maxSlots...

Click to read more »
File:Capri sights.png
Kamis, 2025-11-27 05:50:25

max() - odata.min()) return odata il = 255 * illumination(h) o4 = Image.new('RGBA', il.shape) for j in range(row_length-1): for i in range(row_length-1):...

Click to read more »
File:Internal Geneva Wheel 11.svg
Minggu, 2025-12-07 21:52:32

3 maxSlots = 9 #minSlots = 3 #maxSlots = 3 os.system("rm *.svg") os.system("rm *.gif") os.system("rm *.png") #top view for n in range(minSlots,maxSlots...

Click to read more »
File:01-Trisection of angle E-10 Animation.gif
Sabtu, 2023-09-23 00:26:16

= 1 [unit of length]: Max. absolute error of the angle β ≈ -4E-8° when angle α close to 0°, respectively ≈ 4E-8° when angle α = 180°. Max. absolute error...

Click to read more »
File:Kindergeld im Vergleich zur Steuerersparnis durch Kinderfreibeträge 2023.svg
Minggu, 2026-01-04 02:12:12

{jahr}.svg") def set_texte(ax, zve, vh, jahr): dx1, dy1 = 1300, 300 for n in [1,2,3]: kgeld = Kg(n, jahr) maxDiff = EStDiff(zve, vh, n, jahr) maxDiffText...

Click to read more »
File:VaR graph.png
Jumat, 2021-01-15 07:47:47

R-source code #value at risk graph quant=0.10 min=-1.7 max=4.6 mean=2.1 s=seq(min,max,length=10000) d=dnorm(s,mean=mean) q=qnorm(quant,mean=mean) sq=c(s[s<q]...

Click to read more »
File:Internal Geneva Wheel 23.svg
Sabtu, 2024-09-21 07:18:45

3 maxSlots = 9 #minSlots = 3 #maxSlots = 3 os.system("rm *.svg") os.system("rm *.gif") os.system("rm *.png") #top view for n in range(minSlots,maxSlots...

Click to read more »
File:Internal Geneva Wheel 21.svg
Rabu, 2024-02-07 15:38:10

3 maxSlots = 9 #minSlots = 3 #maxSlots = 3 os.system("rm *.svg") os.system("rm *.gif") os.system("rm *.png") #top view for n in range(minSlots,maxSlots...

Click to read more »
File:Internal Geneva Wheel 13.svg
Sabtu, 2024-07-20 13:14:21

3 maxSlots = 9 #minSlots = 3 #maxSlots = 3 os.system("rm *.svg") os.system("rm *.gif") os.system("rm *.png") #top view for n in range(minSlots,maxSlots...

Click to read more »
File:Linear least squares example2.png
Minggu, 2025-12-21 15:01:54

off; for i=1:length(Xr) plot([Xr(i), Xr(i)], [Yr(i) pe+qe*Xr(i)], 'color', green, 'linewidth', 0.95*lw); end myrad = 0.12; for i=1:length(Xr) ball(Xr(i)...

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

iyAboveMax = iyAboveAxisLength ; iyBelowAxisLength = iyAboveAxisLength; // the same iyAxisOfSymmetry = iyMin + iyBelowAxisLength ; // ix ixMax = iWidth...

Click to read more »
File:Parabolic Julia set for internal angle 1 over 30.png
Minggu, 2025-12-28 08:27:13

iyAboveMax = iyAboveAxisLength ; iyBelowAxisLength = iyAboveAxisLength; // the same iyAxisOfSymmetry = iyMin + iyBelowAxisLength ; // ix ixMax = iWidth...

Click to read more »
File:Koronaviruksen R0 Suomessa 5.svg
Senin, 2022-02-28 02:28:59

levylle<-1 ## 0 to display, 1 to disc load_data_from=3 plotname<-"R0_Suomessa_5.svg" ## name of plot file polku<-"../" ## path of plot file today=Sys.Date()...

Click to read more »
File:Linear least squares example.png
Minggu, 2025-12-21 15:01:51

= 6.5; r = 1.3; M = 50; p = s*p; q = s*q; r = s*r; myrad = 0.1; for i=1:length(Xr) ball(Xr(i), Yr(i), myrad, red); end axis equal; % least squares fitting...

Click to read more »
File:Lagrange very simple.svg
Minggu, 2020-10-04 16:09:42

'y'); text(-1.8, -1.5, 0, 'z'); % Annotations of the max and min points % Point indicating max plot3(sqrt(2)/2, sqrt(2)/2, 1.45, 'kx', 'MarkerSize',...

Click to read more »
File:Kindergeld im Vergleich zur Steuerersparnis durch Kinderfreibeträge 2022.svg
Minggu, 2026-01-04 02:12:13

{jahr}.svg") def set_texte(ax, zve, vh, jahr): dx1, dy1 = 1300, 300 for n in [1,2,3]: kgeld = Kg(n, jahr) maxDiff = EStDiff(zve, vh, n, jahr) maxDiffText...

Click to read more »
File:Parabolic Julia set for internal angle 1 over 20.png
Rabu, 2026-03-18 04:01:22

org/wiki/File:Backward_Iteration.svg double complex ComputeRays( unsigned char A[], int n, //iPeriodChild of ray's angle under doubling map int iterMax ) { double xNew;...

Click to read more »
File:Les eyzies lgm.png
Rabu, 2024-01-31 10:51:54

set key font ",16" set tics font ", 16" set title font ", 16" set terminal svg size 400 600 enhanced font 'Verdana,10' set terminal png size 500 1200 enhanced...

Click to read more »
File:Gauss Newton illustration.png
Rabu, 2026-06-03 11:19:42

rate'); hold on; %axis equal; h=0.1; xs = 0; xl = max(X)+0.2; Xe = xs:h:xl; Ye = 0*Xe; for i=1:length(Xe) Ye(i) = f(beta10, beta20, Xe(i)); end plot(Xe...

Click to read more »
File:Vesuvius SRTM3.png
Senin, 2022-12-12 23:11:33

max() - odata.min()) return odata il = 255 * illumination(h) o4 = Image.new('RGBA', il.shape) for j in range(row_length-1): for i in range(row_length-1):...

Click to read more »
File:Climate diagram of Paris 40750 bp 1.svg
Kamis, 2025-10-09 16:59:48

".svg"); prmax=100 prmin=0 tmax = 20.0 tmin=-25.0 tstep=5 widthi=10 heighti=16 asteikko<-c(" "," ","3"," "," ","6"," ", " ","9"," "," ","12" ) svg(kuvanimi...

Click to read more »
File:Mandelbrot set Components by Newton method.svg
Jumat, 2026-05-15 09:45:26

f(F(n-1, z, c),c)$ /* */ G(n,z,c):=F(n, z, c)-z$ iMax:100; /* number of points to draw */ dt:1/iMax; /* unit circle D={w:abs(w)=1 } where w=l(t) t is...

Click to read more »
File:The paper-making properties of phormium tenax (New Zealand flax) (IA papermakingprope63411shaw).pdf
Minggu, 2024-08-18 20:54:48

£3S g bo §8 Sua ^O >..c i/- oe c-. om— pqp 5 ci ci c o >o -1 §Svg| ^ ; CJ'C»J< i-l r-i a s fix HOC CD rv •->** -£; T CI CI C5 S so to...

Click to read more »
File:Kindergeld im Vergleich zur Steuerersparnis durch Kinderfreibeträge 2025.svg
Minggu, 2026-01-04 02:12:14

savefig(f"bilder/Kindergeld im Vergleich zur Steuerersparnis durch Kinderfreibeträge {jahr}.svg") plt.savefig(f"bilder/Kindergeld im Vergleich zur Steuerersparnis durch...

Click to read more »
File:Argument principle1.svg
Sabtu, 2025-11-22 21:00:27

end % do the spline interpolation t=1:length(xp); N=100; % how fine to make the interpolation tt=1:(1/N):length(xp); xx=spline(t, xp, tt); yy=spline(t...

Click to read more »
File:Julia set for fc(z)= z^6+A*z+c where c = 4.6875e-1 - 5.703125e-1 *I and A = 6.96854889392852783203125e-2 - 1.07958018779754638671875e-1*I.png
Selasa, 2025-01-28 20:13:51

2000x2000 10.png ======================= # gnuplot "i.plt" set terminal svg enhanced background rgb 'white' set xlabel "re(z)" set ylabel "DLD" set title...

Click to read more »
File:Maya area drought index pdsi yearv 1418 1.svg
Kamis, 2026-05-28 21:54:35

------------------------------------------ Maya area PDSI map (single year SVG) 13.4.2026 0000.0002 ------------------------------------------ library(terra)...

Click to read more »
File:Proposed NASA HAVOC Missions to Venus.pdf
Sabtu, 2024-08-17 20:24:14

http://en.wikipedia.org/wiki/File:Building_and_ship_comparison_to_the_Pentagon2.svg Shuttle Carrier Aircraft picture from Dryden 747 SCA Graphics Collection:...

Click to read more »
File:Phonon polaritons.svg
Minggu, 2024-07-28 07:12:38

Rev. Lett. 15, 964 - 966 (1965). (further minor editing and conversion to svg done with inkscape) I, the copyright holder of this work, hereby publish...

Click to read more »
File:High frequency ionospheric propagation phenomena. (IA highfrequencyion00rowe).pdf
Selasa, 2024-08-20 14:02:40

VALLEY AVG /SVG 22,33 KEY: VALLEY PVR 3.28-7.25 16.88 MINPIN N^SXMAX MVR \PA 14-44 28.75 PVA 5.47 PEAK = AVERAGE CF ALL MAX PTS IN EACH...

Click to read more »
File:Kaiser-Window-Spectra.jpg
Kamis, 2020-09-10 19:22:31

is a derivative work of the following image: File:Kaiser-Window-Spectra.svg licensed with PD-self 2007-09-19T19:46:29Z RetoGalli 560x420 (146283 Bytes)...

Click to read more »
File:Lagrange very simple-1b.svg
Jumat, 2026-02-20 20:11:49

'y'); text(-1.5, -1.5, 3, 'z'); % Annotations of the max and min points % Points indicating max plot3(sqrt(2)/2, sqrt(2)/2, 2, 'kx', 'MarkerSize', 10...

Click to read more »
File:01-Quadratur des Kreises E-15.svg
Jumat, 2023-09-22 23:32:11

equal to that of the given circle. Constructed side length of the square in GeoGebra (display max 15 decimal places) a = 1.772453850905515 [ u n i t o...

Click to read more »
File:UK tax NIC percentages.svg
Minggu, 2022-01-16 21:06:32

truetrue You may select the license of your choice. Image:UK tax NIC pounds.svg. English URL: https://commons.wikimedia.org/wiki/user:Splash Wikimedia username:...

Click to read more »
File:Monographia pneumonopomorum viventium ... accedente fossilium enumeratione (IA monographiapneum00pfei).pdf
Sabtu, 2025-11-29 23:35:38

columellari brevi, dextro medio antrorsum sinuato. — Operc. normale. Long. SVg, diam. l'/j mill. Ap. IV^ mill. (Coll. Nr. 3.) longa. lata, , , — Carychium...

Click to read more »
File:UK tax NIC pounds.svg
Minggu, 2024-07-07 15:11:10

You may select the license of your choice. Image:UK tax NIC percentages.svg. English URL: https://commons.wikimedia.org/wiki/user:Splash author name...

Click to read more »
File:Special relativity lecture.pdf
Jumat, 2026-05-08 16:18:08

pdf FILES_FIG_SVG="Rotation_Euclidean1.svg Rotation_Euclidean2.svg \ Rotation_Euclidean12.svg Lorentz_rotation1.svg Lorentz_rotation2.svg \ Lorentz_rotation_ds_spacelike...

Click to read more »
File:A voltage squaring circuit and analog to digital converter. (IA voltagesquaringc00pako).pdf
Minggu, 2024-08-18 02:08:58

been tabulated in Fig. II. 2. 11 - , F/G. IT./. Fegment APPPOX/MAT/SVG L/NEAP 1 In out Range T olts) 0.000 - 0.833 2 A CUPV£ gy S£GM£A/TS...

Click to read more »
File:Pages2k stddev 1190-1970 SD.svg
Rabu, 2025-12-17 22:26:56

seq(-3.0, 3.0, length=61) par(mai = c(3.5, 0.6, 0.2, 0.8)) par(mfcol=c(1,4),new=TRUE) image(1, ColorLevels, matrix(data=ColorLevels, ncol=length(ColorLevels)...

Click to read more »
File:North killeak lake alaska pollen diagram.svg
Rabu, 2026-04-29 02:58:36

kounts[,1:15] maksimit=apply(kounts2, 2, max); indeksit=c(1:(kolu-1)); kols=length(maksimit); #length(maksimit); #length(indeksit); #footeri=rbind( indeksit...

Click to read more »
File:InfoldingSiegelDisk1over3.gif
Sabtu, 2025-11-29 15:33:26

image in pixels */ iYmax = iSide-1; iLength = (iSide*iSide); // PixelWidth = ((ZxMax-ZxMin)/iXmax); PixelHeight = ((ZyMax-ZyMin)/iYmax); invPixelWidth = 1...

Click to read more »
File:Puyuk lake pollen 3.svg
Kamis, 2025-05-29 05:44:36

data_var=data4 depth_var=depth4$depth length(age_var) length(depth_var) stop(-1) if(draw_by_age==1) { print("Draw by age") svg(filename=outfilename1, width=8...

Click to read more »
File:Julia set for z^2+0.7i*z.png
Minggu, 2025-01-12 09:03:40

= (ZxMax - ZxMin) / ixMax; // ixMax = (iWidth-1) step between pixels in world coordinate PixelHeight = (ZyMax - ZyMin) / iyMax; ratio = ((ZxMax - ZxMin)...

Click to read more »
File:SARS-CoV-2 infections in and around Poland en.svg
Sabtu, 2025-12-27 21:16:28

[ "x$1" = "xw" ]; then do_download russia_hack fi #This is to generate .svg plots. plot_octave #This is to generate data for using with mediawiki/lua...

Click to read more »
File:Simple set1.png
Minggu, 2025-12-21 15:02:23

99*[1, 1, 1]); plot(C*max(X), C*max(Y), '*', 'color', 0.99*[1, 1, 1]); % plot the big rectangles, and fill their interiors n=length(X)/2; for i=1:n ax=X(2*i-1);...

Click to read more »
File:External rays and critical orbit landing on the parabolic fixed point for t=5 over 11.png
Selasa, 2023-03-21 18:05:21

org/wiki/File:Backward_Iteration.svg fprintf(stderr, "draw external ray \n"); int i = 0; // iteration = number of points //int iMax = 10000000; double r = 10000...

Click to read more »
File:Koronaviruksen R0 Suomessa 4.svg
Senin, 2022-02-28 02:28:51

plottaa<-1 levylle<-1 ## 0 to display, 1 to disc plotname<-"R0_Suomessa_4.svg" ## name of plot file polku<-"/Users/himot/akor1/" ## path of plot file today=Sys...

Click to read more »
File:Internal Geneva Wheel 9.gif
Sabtu, 2025-01-04 00:10:47

3 maxSlots = 9 #minSlots = 3 #maxSlots = 3 os.system("rm *.svg") os.system("rm *.gif") os.system("rm *.png") #top view for n in range(minSlots,maxSlots...

Click to read more »
File:Internal Geneva Wheel 18.gif
Rabu, 2024-02-07 15:37:58

3 maxSlots = 9 #minSlots = 3 #maxSlots = 3 os.system("rm *.svg") os.system("rm *.gif") os.system("rm *.png") #top view for n in range(minSlots,maxSlots...

Click to read more »
File:Internal Geneva Wheel 22.gif
Jumat, 2026-05-22 05:08:17

3 maxSlots = 9 #minSlots = 3 #maxSlots = 3 os.system("rm *.svg") os.system("rm *.gif") os.system("rm *.png") #top view for n in range(minSlots,maxSlots...

Click to read more »
File:Internal Geneva Wheel 3.gif
Sabtu, 2025-11-08 12:33:34

3 maxSlots = 9 #minSlots = 3 #maxSlots = 3 os.system("rm *.svg") os.system("rm *.gif") os.system("rm *.png") #top view for n in range(minSlots,maxSlots...

Click to read more »
File:Internal Geneva Wheel 20.gif
Selasa, 2024-10-15 02:25:37

3 maxSlots = 9 #minSlots = 3 #maxSlots = 3 os.system("rm *.svg") os.system("rm *.gif") os.system("rm *.png") #top view for n in range(minSlots,maxSlots...

Click to read more »
File:Internal Geneva Wheel 14.gif
Selasa, 2026-03-10 19:52:57

3 maxSlots = 9 #minSlots = 3 #maxSlots = 3 os.system("rm *.svg") os.system("rm *.gif") os.system("rm *.png") #top view for n in range(minSlots,maxSlots...

Click to read more »
File:Internal Geneva Wheel 4.gif
Kamis, 2025-12-11 17:54:06

3 maxSlots = 9 #minSlots = 3 #maxSlots = 3 os.system("rm *.svg") os.system("rm *.gif") os.system("rm *.png") #top view for n in range(minSlots,maxSlots...

Click to read more »
File:Internal Geneva Wheel 8.gif
Sabtu, 2025-12-13 20:00:02

3 maxSlots = 9 #minSlots = 3 #maxSlots = 3 os.system("rm *.svg") os.system("rm *.gif") os.system("rm *.png") #top view for n in range(minSlots,maxSlots...

Click to read more »
File:Mandelbrot set Component by Newton method.png
Minggu, 2025-12-07 20:43:29

f(F(n-1, z, c),c)$ /* */ G(n,z,c):=F(n, z, c)-z$ iMax:100; /* number of points to draw */ dt:1/iMax; /* unit circle D={w:abs(w)=1 } where w=l(t) t is...

Click to read more »
File:Internal Geneva Wheel 12.gif
Rabu, 2024-02-07 15:37:14

3 maxSlots = 9 #minSlots = 3 #maxSlots = 3 os.system("rm *.svg") os.system("rm *.gif") os.system("rm *.png") #top view for n in range(minSlots,maxSlots...

Click to read more »
File:Internal Geneva Wheel 7.gif
Jumat, 2026-01-30 23:48:04

3 maxSlots = 9 #minSlots = 3 #maxSlots = 3 os.system("rm *.svg") os.system("rm *.gif") os.system("rm *.png") #top view for n in range(minSlots,maxSlots...

Click to read more »
File:Comparative Grammar of the Sanscrit, Zend, Greek, Latin, Lithuanian, Gothic, German, and Selavonic Language Tr. by Eastwiek in 3 Pts. (IA dli.granth.41104).pdf
Senin, 2025-12-15 02:44:45

me, leo, tod, are the singular bases of the two first persons. From 4$ svg, in combination with the nominative termination am, (1. &M.) comes Trap4...

Click to read more »
File:Internal Geneva Wheel 5.gif
Rabu, 2024-02-07 15:36:24

3 maxSlots = 9 #minSlots = 3 #maxSlots = 3 os.system("rm *.svg") os.system("rm *.gif") os.system("rm *.png") #top view for n in range(minSlots,maxSlots...

Click to read more »
File:Internal Geneva Wheel 10.gif
Sabtu, 2025-08-02 22:48:21

3 maxSlots = 9 #minSlots = 3 #maxSlots = 3 os.system("rm *.svg") os.system("rm *.gif") os.system("rm *.png") #top view for n in range(minSlots,maxSlots...

Click to read more »
File:Javascript-wikibooks-pt.pdf
Minggu, 2020-09-13 04:34:13

Para referências de outros objetos como DOM (Document Object Model), HTML e SVG, visite o capítulo on-line deste livro no site: http://pt.wikibooks...

Click to read more »
File:Internal Geneva Wheel 16.gif
Rabu, 2024-02-07 15:37:45

3 maxSlots = 9 #minSlots = 3 #maxSlots = 3 os.system("rm *.svg") os.system("rm *.gif") os.system("rm *.png") #top view for n in range(minSlots,maxSlots...

Click to read more »
File:Internal Geneva Wheel 6.gif
Rabu, 2025-08-06 20:38:20

3 maxSlots = 9 #minSlots = 3 #maxSlots = 3 os.system("rm *.svg") os.system("rm *.gif") os.system("rm *.png") #top view for n in range(minSlots,maxSlots...

Click to read more »
File:40750bp europe precipitation annual 1.svg
Selasa, 2025-08-19 21:35:32

/data_processing/etopo_big.nc" plottauzdir1="./plotz/" plotfname0="result0.svg" plotfname1="./plotz/result1.svg" resultdir1<-"./data_result/" dir.create(data_processing)...

Click to read more »
File:Technical description of the 1989 and 1990 Healthy Eating Index files (IA CAT31120309).pdf
Minggu, 2024-08-18 13:49:35

Diet awareness question: fruit servings Diet awareness question: vegetable svgs Diet awareness question: dairy servings Diet awareness question: grain servings...

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

coefficients Roots = roots(Coeffs); % log |root|. Use max() to avoid log 0. Rho((3*count_t-2):(3*count_t))= log (max(abs(Roots), tiny)); end % plot the roots horizontally...

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

thick_line) arrow([X(1) 0], [X(length(X)), 0], thin_line, arrowsize, arrow_angle, arrow_type, black) arrow([0 min(Y)-0.4], [0 max(Y)+0.2], thin_line, arrowsize...

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

bigger than the picture Winxmin=min(real(V)); Winxmax=max(real(V)); Winymin=min(imag(V)); Winymax=max(imag(V)); bd=0.1; plot(Winxmin-bd, Winymin-bd, 'color'...

Click to read more »
File:01 Neuneck-60°.svg
Jumat, 2023-09-22 23:25:59

40 ∘ . {\displaystyle 40^{\circ }.} In GeoGebra, max. 15 decimal places are displayed. side length constructed in GeoGebra a = 0.684040286651337 [ L...

Click to read more »
File:A probabilistic model for determining an optimum Polaris tender load list (IA probabilisticmod00dami).pdf
Sabtu, 2025-03-01 12:24:47

vvxCx1/s\G*AALxa—*• A •* X , EXP1), Y*Y —*V, * ^CALXl -V^CXi * Cl.O-AttyEACx"3 SVG,£2_PX * HXPX — SVC^OZ-PX: * EXP2.-*ST: > MXCXl -V ) , A X^\SCA*VO ~TAT3V_&...

Click to read more »
File:Understanding arrows getWord data flow.svg
Selasa, 2020-09-08 04:10:07

ForkFlag -> String -> Diagram B nodeSkeleton d ffl s = d # scaleX (max 1 $ fromIntegral (length s) / 7) # applyStyle initStyle # lc colo <> nudgedText s # fc...

Click to read more »
File:Finite element method 1D illustration2.png
Minggu, 2025-12-21 15:01:32

thick_line, 'color', red) %% place some dashed lines height=0.6; for i=2:(length(Xh)-1) plot([Xh(i) Xh(i)], [0, height], 'linewidth', thin_line, 'linestyle'...

Click to read more »
File:CCSM3 17000BP JulyT 1.svg
Selasa, 2025-08-19 21:35:45

outimage="./plotz/out.svg" outpdf="out.pdf" cmap kolormap='jet' kolormap='Spectral_r' kolormap='gist_rainbow_r' kolormap='rainbow' cmap min, max zeta=-15 zetb=25...

Click to read more »
File:01 Pi-Approximation.svg
Sabtu, 2023-07-22 15:56:36

the line segment M 1 N 1 ¯ {\displaystyle {\overline {M_{1}N_{1}}}} whose length is nearly half the circle number π 2 {\displaystyle {\frac {\pi }{2}}} ...

Click to read more »
File:A Comparative Grammar of Sanskrit, Greek and Latin, in Two Volumes, Vol. I (IA dli.granth.92711).pdf
Sabtu, 2024-10-05 16:22:37

fiovXopai (Skr. vr, L. volo), jSpiZa; from m, as in Gr. PpoTog, jiXdxjKu), fipaSvg = Skr. mrdus (mild and slow) = L. blandus for mlandus (E. mild) ; bucca (Skr...

Click to read more »
File:Beringia CCSM4 snow depth 1.svg
Selasa, 2025-08-19 21:35:36

(y^2)-(x^2) ) library(raster) library(rasterVis) r <- rasterFromXYZ(df) svg(filename="Std_SVG.svg", width=5, height=4, pointsize=12) projection(r) <- CRS("+proj=longlat...

Click to read more »
File:Europe rainfall trace21ka 21000BP annual.svg
Selasa, 2025-08-19 21:36:12

/data_processing/maskin_180.nc" plottauzdir1="./plotz/" plotfname0="result0.svg" plotfname1="./plotz/result1.svg" resultdir1<-"./data_result/" dir.create(data_processing)...

Click to read more »
File:Centers8.png
Sabtu, 2024-02-17 07:20:36

fpprec:300 I can run it from console or XMaxima, not wxMaxima How to save it as svg file ? centers 1-12 archive copy at the Wayback Machine made with Maxima...

Click to read more »
File:Biochar application on paddy and purple soils in southern China - soil carbon and biotic activity.pdf
Kamis, 2025-09-18 02:29:27

phylogenetic tree were constructed in a Perl script and visualized using SVG. Biomarker features for each group were screened using Metastats and LEfSe...

Click to read more »
File:40750bp europe tjuly 2.svg
Selasa, 2025-08-19 21:35:34

/data_processing/etopo_big.nc" plottauzdir1="./plotz/" plotfname0="result0.svg" plotfname1="./plotz/result1.svg" resultdir1<-"./data_result/" dir.create(data_processing)...

Click to read more »
File:Beringia tjuly 13000bp tk7 1.svg
Selasa, 2025-08-19 21:35:41

/data_processing/etopo_big.nc" plottauzdir1="./plotz/" plotfname0="result0.svg" plotfname1="./plotz/result1.svg" resultdir1<-"./data_result/" dir.create(data_processing)...

Click to read more »
File:Discontinuity jump.eps.png
Jumat, 2026-05-01 07:36:40

(8531 bytes) (Made by me with matlab. { PD. }) Derivative works of this file:  Not defined at x0.svg English determination method or standard: SHA-1...

Click to read more »
File:ER core assembly exploded.png
Rabu, 2026-05-27 12:18:57

radiosity? #declare Exploded=on; // exploded view or not? #declare CoilLength = 2.6; #include "functions.inc" #include "metals.inc" #include "colors.inc"...

Click to read more »
File:Desommation trois pics gaussiens.svg
Kamis, 2026-04-23 15:56:20

the curve at these positions // full-width at half maximum FWHM by the length of the chord // that links the inflection points (extrema of the derivative)...

Click to read more »
File:Finite element method 1D illustration1.png
Minggu, 2025-12-21 15:01:30

'linewidth', thick_line, 'color', red) %% place some dashed lines for i=2:(length(Xh)-1) plot([Xh(i) Xh(i)], [0, Yh(i)], 'linewidth', thin_line, 'linestyle'...

Click to read more »
File:RotherValleyGraph.png
Jumat, 2026-03-13 09:34:05

{gsub("unopp", "100", x)})) tidy_election <- gather(election, "Party", "Votes", 2:length(election)) tidy_election$Year <- as.numeric(tidy_election$Year) tidy_election$Party...

Click to read more »
File:Dirichlet distributions.png
Jumat, 2026-05-01 03:24:50

= (x3 - x2), d3 = (x1 - x3), m, g}, m = Max[{d1.d1, d2.d2, d3.d3}]; If[ m < 0.0002, (* stop when the length of every edge is below threshold *) {{EdgeForm[]...

Click to read more »
File:01 Dreiteilung des Winkels-180°-2.svg
Selasa, 2023-11-28 05:26:22

\delta } mithilfe des Schiebereglers oder der Animation, ist vereinzelt eine max. Abweichung 1 ⋅ 10 − 13 ∘ {\displaystyle 1\cdot 10^{-13}\mathrm {^{\circ...

Click to read more »
File:A phonetic reader for use in junior classes (IA phoneticreaderfo00mackrich).pdf
Jumat, 2025-02-28 13:30:18

veri fju reilweiz. liv in litl vili(%iz dount hi9 hwDt taunz 9n hadli svg 9 njuspeip9. si hu gouz 9baut 9n telz 59m 59 njuz. nau 59 W9z 9 vsri slipi...

Click to read more »
File:Steps towards general relativity lecture.pdf
Jumat, 2026-05-08 16:17:27

Scalar_fields_${i}.svg; done` FILES_FIG_SVG="Rotation_Euclidean1.svg Rotation_Euclidean2.svg Rotation_Euclidean_basis.svg Vector_basis_polar_coordinates.svg...

Click to read more »
File:Estimated limit of human habitat europe lgm 1.svg
Senin, 2025-08-18 17:49:02

lonsn=(int(x_max-x_min)/reso1) latsn=(int(y_max-y_min)/reso1) cache_lons1=np.linspace(x_min, x_max, lonsn) cache_lats1=np.linspace(y_min, y_max, latsn) #print...

Click to read more »
File:01 Winkel 16°.svg
Jumat, 2023-09-22 23:36:17

{\overline {MM_{1}}}} , its length is nearly equal to the cosine of the angle 16°. Constructed cosine of angle 16° in GeoGebra (display max 15 decimal places)...

Click to read more »
File:Argument principle1.png
Minggu, 2025-12-21 15:10:52

x=[0 1 1.2 0 0]; y=[0 0.1 1 1 0.5]; % points the spline will go thru n=length(x); P=5; Q=n+2*P+1; % P will denote the amount of overlap of the path with...

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

Angles=linspace(0, 2*pi, 20); % will draw 19 descent curves with Angles(i) for i=1:length(Angles) x=x0+0.1*cos(Angles(i)); y=y0+0.1*sin(Angles(i)); % starting point...

Click to read more »
File:Lgm habitat europe ccsm4 1.svg
Selasa, 2025-08-19 21:43:55

by=5) lev1=seq(-15,35,5) class(x1) ek1<-rasterToContour(ram1) svg(filename="out.svg", width=12, height=10, pointsize=20) plot( razteri1, main=maintitle1...

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

coefficients Roots = roots(Coeffs); % log |root|. Use max() to avoid log 0. Rho((3*count_t-2):(3*count_t))= log (max(abs(Roots), tiny)); end % plot the roots horizontally...

Click to read more »
File:Ecan-backlog-Dec31-2009v2.png
Senin, 2026-01-12 18:22:25

dec=".", strip.white=TRUE) str(backlog) attach(backlog) bxmax<-length(consents) bymax <- max(consents,na.rm = TRUE)+50 png(file="Ecan-backlog-2010.png",pointsize...

Click to read more »
File:Rotation illustration.png
Minggu, 2025-12-21 15:02:20

theta=pi/3; A=[cos(theta) -sin(theta); sin(theta) cos(theta)]; for i=1:length(x) v= A*[x(i); y(i)]; x(i)=v(1); y(i)=v(2); end do_plot(x, y, linewidth);...

Click to read more »
File:TNOs-wideview-inclination.svg
Minggu, 2026-03-22 10:41:35

figures we have created, as both large png and svg (latter goes to Commons) fig.savefig(fileout+'.svg', transparent=False) fig.savefig(fileout+'.png'...

Click to read more »
File:TNOs-wide-view.svg
Minggu, 2026-03-22 10:38:45

#Save the final figures we have created, as both large png and svg fig.savefig(fileout+'.svg', transparent=False) fig.savefig(fileout+'.png',dpi=750) }}}}...

Click to read more »
File:Tnos-testqe-jpl-fewer.svg
Selasa, 2026-03-31 18:42:18

figures we have created, as both large png and svg (latter goes to Commons) fig.savefig(fileout+'.svg', transparent=False) fig.savefig(fileout+'.png'...

Click to read more »
File:Pueblo area summer spi at 1174 ad 1 1 1 1.png
Senin, 2024-01-29 13:16:54

lines(x,y,col = "red",lwd = 4, add=T) dev.off() system("pdf2svg out.pdf out.svg") print(".") quit("yes") I, the copyright holder of this work, hereby publish...

Click to read more »
File:Paleocene eocene boundary deltao18 5 1.svg
Minggu, 2024-06-02 20:57:23

datafilename="zachos2010-noaa_1.csv" captioni="PETM delta-O18" savename="zachos_d018_1.svg" minx=-250 maxx=250 miny=-1 maxy=0 xlabel='Age' ylabel='delta O-18' font...

Click to read more »
File:Paleocene eocene boundary delta c13 5.svg
Minggu, 2024-06-02 20:57:21

captioni="PETM delta-C13" savename="paleocene_eocene_boundary_delta_c13_5.svg" minx=-250 maxx=250 miny=-0 maxy=3.0 xlabel='Age rel ka' ylabel='delta C13'...

Click to read more »
File:Quasiconvex function.png
Minggu, 2025-12-21 15:02:17

otherwise the arrow will be just two segments % color: arrow color, a vector of length three with values in [0, 1] % convert to complex numbers i=sqrt(-1);...

Click to read more »
File:3D RGB profile of cubehelix color gradient.png
Jumat, 2025-11-14 04:00:40

Cubehelix" spaces = "RGB HSV" # length of array spaces = nMax, but tex files are numbered from 0 to nMax-1 ( c style) nMax = words(spaces) # legend set key...

Click to read more »
File:3D RGB profile of the Smooth Cool Warm diverging color gradient by Kenneth Moreland.png
Senin, 2024-01-29 04:21:55

NL3Wave5NonInv" spaces = "RGB HSV" # length of array spaces = nMax, but tex files are numbered from 0 to nMax-1 ( c style) nMax = words(spaces) # legend set key...

Click to read more »
File:HSV 2D profile of the rainbow gradient.png
Selasa, 2026-05-12 11:42:51

NL3Wave5NonInv" spaces = "RGB HSV" # length of array spaces = nMax, but tex files are numbered from 0 to nMax-1 ( c style) nMax = words(spaces) # legend set key...

Click to read more »
File:Parzen window illustration.png
Senin, 2026-03-30 22:27:38

scale=1; a=min(Sample)-2.5; b=max(Sample)+2.5; h=0.1; X=a:h:b; clf; hold on; small=0.2; axis equal; axis off Y=X*0; for i=1:length(Sample) Y=Y+f(X-Sample(i)...

Click to read more »
File:Discontinuity removable.eps.png
Jumat, 2026-05-01 07:36:42

X1=a:h:x0; X2=x0:h:b; X=[X1 X2]; Y1=X1.^2; Y2=Y1(length(Y1))+(-1)*(X2-X2(1)); Y=[Y1 Y2]; y01=Y1(length(Y1)); y02=Y2(1); figure(1); clf; hold on; axis equal;...

Click to read more »
File:Window function and frequency response - Rectangular.svg
Kamis, 2023-11-16 21:41:46

DescriptionWindow function and frequency response - Rectangular.svg English: Window function and its Fourier transform: Rectangular window Date 13 February...

Click to read more »
File:Subderivative illustration.png
Rabu, 2021-06-23 22:28:06

thin_line, arrow_size, arrow_angle, arrow_type, black) arrow([0, min(Y)-1], [0, max(Y)], thin_line, arrow_size, arrow_angle, arrow_type, black); plot(X, Y, 'linewidth'...

Click to read more »
File:Metrication by year map.svg
Senin, 2025-10-06 11:46:49

Math::Trig; use SVG::Parser; use CSS; use constant DATE_MIN => 1795; use constant DATE_MAX => 2000; use constant HUE_START => -60; use constant HUE_LENGTH => 240;...

Click to read more »
File:3D RGB profile of the Linear Gray Continous color gradient.png
Jumat, 2025-11-14 04:02:41

Cubehelix" spaces = "RGB HSV" # length of array spaces = nMax, but tex files are numbered from 0 to nMax-1 ( c style) nMax = words(spaces) n = 4 s = 1 #...

Click to read more »
File:01 Die grasende Ziege-3.svg
Jumat, 2023-09-22 23:33:24

158 728473018121 {\displaystyle r=|PL_{1}|=1{,}158728473018121} (Anzeige max. 15 Nachkommastellen). Die Berechnung ergibt r = 1,158 728473018121 … {\displaystyle...

Click to read more »
File:Southwest usa ppt gdd fahrenheit days 100 1700 ad 1.svg
Rabu, 2025-01-01 01:05:02

Bocinsky2016 Earliest_Year: 0 Most_Recent_Year: 2000 Time_Unit: AD Core_Length: m Notes: ------------------ Python3 source code to visualize data python3...

Click to read more »
File:Kennfeld Wasserturbinen.svg
Sabtu, 2026-05-09 07:22:32

Pmax 50 (selten 90kW) Wirkungsg. 0,8 (max 0,5) Author Jahobr Other versions SVG development InfoField  The SVG code is valid.  This diagram was created...

Click to read more »
File:Abweichung der Tageslänge vom SI-Tag.svg
Selasa, 2025-12-16 02:39:36

Author Ⅱ Ⅶ Ⅻ Other versions File: deviation of day length from SI day .svg SVG development InfoField  The SVG code is valid.  This vector image was created...

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

fontsize=25; dist=0.005; a=-1.4; b=-a; h=0.01; X=a:h:b; 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);...

Click to read more »
File:40750bp europe precipitation annual 1.png
Selasa, 2025-08-19 21:35:31

/data_processing/etopo_big.nc" plottauzdir1="./plotz/" plotfname0="result0.svg" plotfname1="./plotz/result1.svg" resultdir1<-"./data_result/" dir.create(data_processing)...

Click to read more »
File:Beringia tjuly 13000bp 1.png
Selasa, 2025-08-19 21:35:39

/data_processing/etopo_big.nc" plottauzdir1="./plotz/" plotfname0="result0.svg" plotfname1="./plotz/result1.svg" resultdir1<-"./data_result/" dir.create(data_processing)...

Click to read more »
File:Binomial distribution cdf.svg
Kamis, 2023-11-23 13:35:25

max(length(N),length(p),length(colour),length(pch)) N <- rep(N,length=n); p <- rep(p,length=n) colour <- rep(colour,length=n); pch <- rep(pch,length=n)...

Click to read more »
File:0 3d 60 75 v.png
Senin, 2023-03-13 09:34:20

ColorSize = 3; // RGB = number of color components = channels size_t ArrayLength; // number of 1D array's elements = ENumber = iWidth*iHeight*ColorSize size_t...

Click to read more »
File:Mesa verde gddf precipitation 400 1600 1.svg
Kamis, 2024-01-11 17:11:02

Bocinsky2016 Earliest_Year: 0 Most_Recent_Year: 2000 Time_Unit: AD Core_Length: m Notes: ------------------ Python3 source code to visualize data python3...

Click to read more »
File:DonValleyGraph.png
Sabtu, 2026-04-11 19:28:19

== FALSE) %>% group_by(Year) %>% summarize(Party = Party[which(Votes == max(Votes))]) don_victor$start_year <- don_victor$Year don_victor$end_year <-...

Click to read more »
File:Comparison of symmetric and periodic triangular window functions.svg
Selasa, 2025-12-09 16:22:06

symmetric and periodic triangular window functions.svg English: These figures compare two 8-length triangle window functions and their spectral leakage...

Click to read more »
File:C43 fo.svg
Selasa, 2025-10-21 18:41:31

DescriptionC43 fo.svg English: C43: Max length Date 29 October 2023 Source Own work Author Bewitchedroutine...

Click to read more »
File:Navier Stokes Laminar.svg
Jumat, 2026-02-20 20:14:05

DescriptionNavier Stokes Laminar.svg English: SVG illustration of the classic Navier-Stokes obstructed duct problem, which is stated as follows. There...

Click to read more »
File:Gradient of potential.svg
Jumat, 2025-03-07 19:44:31

print ("iMax = ", iMax), iMax : first(iMax), cMax : cc[iMax], /* find cMax = c of dpMax */ print("next point in the gradient direction cMax = ", cMax, " t...

Click to read more »
File:Comparison of symmetric and periodic Gaussian windows.svg
Selasa, 2025-12-09 16:21:01

DescriptionComparison of symmetric and periodic Gaussian windows.svg English: These figures compare two 8-length Gauss window functions and their spectral leakage (discrete-time...

Click to read more »
File:Comparison of spectral leakage of several window functions.svg
Selasa, 2025-12-09 16:20:37

DescriptionComparison of spectral leakage of several window functions.svg English: The spectral leakage of several window functions are plotted on the...

Click to read more »
File:Complex fifth roots.svg
Senin, 2024-04-08 20:46:35

DescriptionComplex fifth roots.svg English: Visualising 5th roots of a complex number Deutsch: Darstellung der 5-ten Wurzeln einer komplexen Zahl Date...

Click to read more »
File:N S Laminar.svg
Jumat, 2026-02-20 20:18:21

DescriptionN S Laminar.svg English: SVG illustration of the Navier-Stokes Laminar problem. There is a laminar flow within a plane duct. A object obstructs...

Click to read more »
File:Planar core assembly exploded.png
Minggu, 2025-12-14 00:57:23

radiosity? #declare Exploded=on; // exploded view or not? #declare CoilLength = 2.6; #include "functions.inc" #include "metals.inc" #include "colors.inc"...

Click to read more »
File:Regression plane avec R.svg
Sabtu, 2024-09-21 11:23:48

DescriptionRegression plane avec R.svg Français : Régression linéaire à 3 dimensions avec GNU R (modifié avec Inkscape). English: 3-demensional linear...

Click to read more »
File:Hexahedron.jpg
Senin, 2025-09-15 00:44:43

#macro autoface() //WARNING: ONLY WORKS IF ALL EDGES HAVE EQUAL LENGTH //Find edge length #declare elength=1000; #local a=0; #while(a<npoints-.5) #local...

Click to read more »
File:Circular convolution example.svg
Selasa, 2025-12-09 16:04:48

DescriptionCircular convolution example.svg English: Circular convolution can be expedited by the FFT algorithm, so it is often used with an FIR filter...

Click to read more »
File:Sigillaria habitat suitability circa 300ma 1 1.png
Sabtu, 2026-01-24 14:53:29

"bilinear") png(plotpngname1, width = 1000, height = 800, res=150) # svg("tyranno.svg", width = 1000, height = 800) #par(cex=1.5) #par(mar=c(2,2,2,0)) #par(aspect=1...

Click to read more »
File:40750bp europe tjuly 2.png
Selasa, 2025-08-19 21:35:33

/data_processing/etopo_big.nc" plottauzdir1="./plotz/" plotfname0="result0.svg" plotfname1="./plotz/result1.svg" resultdir1<-"./data_result/" dir.create(data_processing)...

Click to read more »
File:Circle area Monte Carlo integration2.svg
Minggu, 2024-03-17 10:11:35

nz/~paul/Talks/gridSVG/slide1.html set.seed(20070209) n<-1000 pts<-array(runif(2*n, min=-1,max=1),dim=c(n,2)) out <- pts[,1]^2+pts[,2]^2>1 ci<-seq(0,2*pi,length=300)...

Click to read more »
File:HallamGraph.png
Senin, 2026-05-04 15:54:10

axis.ticks.y = element_line(colour = "black", size = 0.703), axis.ticks.length = unit(5, "points"), panel.grid.major = element_line(colour = "blue", size...

Click to read more »
File:Zinsstrukturkurven 2013.svg
Selasa, 2025-03-25 07:54:47

DescriptionZinsstrukturkurven 2013.svg Deutsch: Zinsstrukturkurven von 1973, 1990, 1991, 1995, 2000, 2005 und 2013; Zinssätze hypoth. Null-Kupon-Anleihen...

Click to read more »
File:Pythagoras tree 1 1 13 Summer.svg
Rabu, 2025-02-19 10:33:20

ceil(co*(max_x-min_x)); Hfig = ceil(co*(max_y-min_y)); filename = ['Pythagoras_tree_1_' strrep(num2str(m),'.','_') '_'... num2str(n) '_' Colormap '.svg']; fid...

Click to read more »
File:Pythagoras tree 1 1 12 Jet.svg
Rabu, 2025-02-19 10:33:17

ceil(co*(max_x-min_x)); Hfig = ceil(co*(max_y-min_y)); filename = ['Pythagoras_tree_1_' strrep(num2str(m),'.','_') '_'... num2str(n) '_' Colormap '.svg']; fid...

Click to read more »
File:Suetterlin zypernsonne.svg
Kamis, 2020-10-01 06:07:56

DescriptionSuetterlin zypernsonne.svg Deutsch: Das deutsche Pangramm „Die heiße Zypernsonne quälte Max und Victoria ja böse auf dem Weg bis zur Küste.“...

Click to read more »
File:Pythagoras tree 1 2 12 jet.svg
Rabu, 2025-02-19 10:33:20

ceil(co*(max_x-min_x)); Hfig = ceil(co*(max_y-min_y)); filename = ['Pythagoras_tree_1_' strrep(num2str(m),'.','_') '_'... num2str(n) '_' Colormap '.svg']; fid...

Click to read more »
File:Pythagoras tree 1 1 13 prism.svg
Rabu, 2025-02-19 10:33:19

ceil(co*(max_x-min_x)); Hfig = ceil(co*(max_y-min_y)); filename = ['Pythagoras_tree_1_' strrep(num2str(m),'.','_') '_'... num2str(n) '_' Colormap '.svg']; fid...

Click to read more »
File:Pythagoras tree 1 1 13 spring.svg
Kamis, 2025-11-13 02:23:32

ceil(co*(max_x-min_x)); Hfig = ceil(co*(max_y-min_y)); filename = ['Pythagoras_tree_1_' strrep(num2str(m),'.','_') '_'... num2str(n) '_' Colormap '.svg']; fid...

Click to read more »
File:Pythagoras tree 1 1 13 bone.svg
Rabu, 2025-02-19 10:33:17

ceil(co*(max_x-min_x)); Hfig = ceil(co*(max_y-min_y)); filename = ['Pythagoras_tree_1_' strrep(num2str(m),'.','_') '_'... num2str(n) '_' Colormap '.svg']; fid...

Click to read more »
File:Pythagoras tree 1 1 13 hot.svg
Senin, 2026-01-05 00:42:57

ceil(co*(max_x-min_x)); Hfig = ceil(co*(max_y-min_y)); filename = ['Pythagoras_tree_1_' strrep(num2str(m),'.','_') '_'... num2str(n) '_' Colormap '.svg']; fid...

Click to read more »
File:Pythagoras tree 1 1 13 autumn.svg
Rabu, 2025-02-19 10:33:17

ceil(co*(max_x-min_x)); Hfig = ceil(co*(max_y-min_y)); filename = ['Pythagoras_tree_1_' strrep(num2str(m),'.','_') '_'... num2str(n) '_' Colormap '.svg']; fid...

Click to read more »
File:Pythagoras tree 1 1 13 cool.svg
Senin, 2026-03-23 04:10:32

ceil(co*(max_x-min_x)); Hfig = ceil(co*(max_y-min_y)); filename = ['Pythagoras_tree_1_' strrep(num2str(m),'.','_') '_'... num2str(n) '_' Colormap '.svg']; fid...

Click to read more »
File:Pythagoras tree 1 1 13 hsv.svg
Rabu, 2025-02-19 10:33:19

ceil(co*(max_x-min_x)); Hfig = ceil(co*(max_y-min_y)); filename = ['Pythagoras_tree_1_' strrep(num2str(m),'.','_') '_'... num2str(n) '_' Colormap '.svg']; fid...

Click to read more »
File:Numerical method for finding gradient of 2D scalar field (potential).svg
Kamis, 2025-11-06 17:34:39

print ("iMax = ", iMax), iMax : first(iMax), cMax : cc[iMax], /* find cMax = c of dpMax */ print("next point in the gradient direction cMax = ", cMax, " t...

Click to read more »
File:Cylindrical-magnet-force-diagram loglog.svg
Rabu, 2025-02-19 01:49:09

DescriptionCylindrical-magnet-force-diagram loglog.svg English: Exactly computed force between two axially aligned identical cylindrical bar-magnets vs...

Click to read more »
File:Pythagoras tree 1 0 8 13 spring.svg
Rabu, 2025-02-19 10:33:16

ceil(co*(max_x-min_x)); Hfig = ceil(co*(max_y-min_y)); filename = ['Pythagoras_tree_1_' strrep(num2str(m),'.','_') '_'... num2str(n) '_' Colormap '.svg']; fid...

Click to read more »
File:Pythagoras tree 1 0 8 13 hsv.svg
Rabu, 2025-02-19 10:33:15

ceil(co*(max_x-min_x)); Hfig = ceil(co*(max_y-min_y)); filename = ['Pythagoras_tree_1_' strrep(num2str(m),'.','_') '_'... num2str(n) '_' Colormap '.svg']; fid...

Click to read more »
File:Pythagoras tree 1 0 8 13 hot.svg
Rabu, 2025-02-19 10:33:14

ceil(co*(max_x-min_x)); Hfig = ceil(co*(max_y-min_y)); filename = ['Pythagoras_tree_1_' strrep(num2str(m),'.','_') '_'... num2str(n) '_' Colormap '.svg']; fid...

Click to read more »
File:Pythagoras tree 1 0 8 13 prism.svg
Rabu, 2025-02-19 10:33:15

ceil(co*(max_x-min_x)); Hfig = ceil(co*(max_y-min_y)); filename = ['Pythagoras_tree_1_' strrep(num2str(m),'.','_') '_'... num2str(n) '_' Colormap '.svg']; fid...

Click to read more »
File:Pythagoras tree 1 0 8 13 summer.svg
Kamis, 2025-09-04 10:29:24

ceil(co*(max_x-min_x)); Hfig = ceil(co*(max_y-min_y)); filename = ['Pythagoras_tree_1_' strrep(num2str(m),'.','_') '_'... num2str(n) '_' Colormap '.svg']; fid...

Click to read more »
File:F Balloon.svg
Senin, 2025-10-27 08:48:47

DescriptionF Balloon.svg English: upper case Latin letter F in Balloon typeface Date 1939 Source Balloon typeface Author Max R. Kaufmann...

Click to read more »
File:Suetterlin zypernsonne in color.svg
Kamis, 2020-10-01 06:07:56

DescriptionSuetterlin zypernsonne in color.svg Deutsch: Das deutsche Pangramm „Die heiße Zypernsonne quälte Max und Victoria ja böse auf dem Weg bis zur...

Click to read more »
File:Probability of winning Snakes and Ladders by turns.svg
Sabtu, 2026-02-14 13:50:53

DescriptionProbability of winning Snakes and Ladders by turns.svg English: Probability of winning a game a Snakes and Ladders within n turns. Location...

Click to read more »
File:Cylindrical-magnet-force-diagram-approx loglog.svg
Rabu, 2025-02-19 01:50:09

DescriptionCylindrical-magnet-force-diagram-approx loglog.svg English: Exactly computed force between two axially aligned identical cylindrical bar-magnets...

Click to read more »
File:Suetterlin zypernsonne with block letters.svg
Jumat, 2025-11-07 07:23:57

DescriptionSuetterlin zypernsonne with block letters.svg Deutsch: Das deutsche Pangramm „Die heiße Zypernsonne quälte Max und Victoria ja böse auf dem Weg bis zur...

Click to read more »
File:¢ Balloon.svg
Rabu, 2020-03-11 21:08:19

Description¢ Balloon.svg English: Cent symbol in Balloon typeface Date 1939 Source Balloon typeface Author Max R. Kaufmann...

Click to read more »
File:Hurra!.svg
Minggu, 2025-10-19 05:55:49

DescriptionHurra!.svg English: Hurra! Date 1 January 1915 Source category:Hurra! Ein Kriegsbilderbuch Author Max Herbert Rikli...

Click to read more »
File:GeorgesTreville.svg
Kamis, 2026-04-23 01:26:05

DescriptionGeorgesTreville.svg Français : Sujet : Dearly, Max (1874-1943) Mistinguett (1875-1956) Clerc, Paul (acteur) Fairy, Marise Milo, Emile (1889-1952)...

Click to read more »
File:Speedway track - numbers.svg
Selasa, 2020-09-08 11:18:18

svg English: A generic representation of a circuit: 1. Start/finish line 2. Direction of travel 3. Track length measurement reference (min. 260, max....

Click to read more »
File:Suetterlin zypernsonne with block letters in color.svg
Kamis, 2020-10-01 06:07:57

zypernsonne with block letters in color.svg Deutsch: Das deutsche Pangramm „Die heiße Zypernsonne quälte Max und Victoria ja böse auf dem Weg bis zur...

Click to read more »
File:Suetterlin zypernsonne with lines and block letters.svg
Minggu, 2025-09-07 23:17:25

zypernsonne with lines and block letters.svg Deutsch: Das deutsche Pangramm „Die heiße Zypernsonne quälte Max und Victoria ja böse auf dem Weg bis zur...

Click to read more »
File:VFPt charged-sheet uniform-potential+contour.svg
Rabu, 2024-10-09 19:02:06

DescriptionVFPt charged-sheet uniform-potential+contour.svg English: Electric field lines around an infinite flat positively electrically charged sheet...

Click to read more »
File:Coeficiente de variación.svg
Minggu, 2024-03-24 13:50:01

sigue: #Gráfica 1: svg("CV2.svg",width = 8, height = 4) set.seed(3) cv = 25 media = 40 sd = media*cv/100 c1 <- rgb(173,216,230,max = 255, alpha = 80,...

Click to read more »
File:Suetterlin zypernsonne with lines and block letters in color.svg
Jumat, 2024-08-23 20:40:55

zypernsonne with lines and block letters in color.svg Deutsch: Das deutsche Pangramm „Die heiße Zypernsonne quälte Max und Victoria ja böse auf dem Weg bis zur...

Click to read more »
File:Gosuslugi English logo.svg
Sabtu, 2025-08-02 19:33:31

logo.svg Русский: Английский логотип портала Госуслуг. Date 2025 Source https://gu-st.ru/robot-max/portal/1.0.60/assets/svg/icons/gosuslugi-logo-en.svg https://www...

Click to read more »
File:Lgm habitat europe ccsm4 1.png
Senin, 2025-11-17 14:38:19

by=5) lev1=seq(-15,35,5) class(x1) ek1<-rasterToContour(ram1) svg(filename="out.svg", width=12, height=10, pointsize=20) plot( razteri1, main=maintitle1...

Click to read more »
File:Voronoi growth euclidean.gif
Kamis, 2022-02-17 20:52:03

fileparts(which(mfilename)); % save files under the same name and at file location imageMax = [500, 500]; % pixel (height width) scaleReduction = 5; % the size reduction:...

Click to read more »
File:Kolmogorov-Arnold grid.svg
Senin, 2025-12-08 14:25:45

DescriptionKolmogorov-Arnold grid.svg English: Construction of a grid system for the Kolmogorov-Arnold representation theorem. import numpy as np import...

Click to read more »
File:OscillatingDipol.svg
Sabtu, 2020-10-10 02:11:27

DescriptionOscillatingDipol.svg English: EM-Fields of an oscillating dipol Deutsch: EM-Felder eines schwingenden Dipols Date 27 June 2016 Source Own work...

Click to read more »
File:Kuiper-belt-eccentricity.svg
Minggu, 2026-03-22 10:53:14

DescriptionKuiper-belt-eccentricity.svg English: Plot of eccentricity (e; y-axis) vs. semi-major axis (a; x-axis) of 2841 objects in the classical Kuiper...

Click to read more »
File:Track Profile (AUT) Bludenz.svg
Kamis, 2022-03-17 07:14:19

DescriptionTrack Profile (AUT) Bludenz.svg Deutsch: Eine schematische Darstellung des Eiskanal Bludenz in Bludenz, Österreich. Anfang der Strecke oben...

Click to read more »
File:Kuiper-belt-inclination.svg
Minggu, 2026-03-22 19:11:55

DescriptionKuiper-belt-inclination.svg English: Plot of inclination (i; y-axis) vs. semi-major axis (a; x-axis) of 2871 objects in the classical Kuiper...

Click to read more »
File:Track Profile (AUT) Igls.svg
Senin, 2025-11-24 14:14:49

DescriptionTrack Profile (AUT) Igls.svg Deutsch: Eine schematische Darstellung des Olympia Eiskanal in Igls, Österreich. Austragungsort der Olympischen...

Click to read more »
File:Track Profile (GER) Königssee.svg
Sabtu, 2025-05-10 04:02:34

DescriptionTrack Profile (GER) Königssee.svg Deutsch: Eine schematische Darstellung der der Kunsteisbahn Königssee, Deutschland. Anfang der Strecke oben...

Click to read more »
File:Track Profile (CAN) Whistler.svg
Kamis, 2022-03-17 07:14:55

DescriptionTrack Profile (CAN) Whistler.svg Deutsch: Eine schematische Darstellung des Whistler Sliding Centre in Whistler, Kanada. Austragungsort der...

Click to read more »
File:Track Profile (CHN) Yanqing.svg
Sabtu, 2024-07-27 05:49:34

DescriptionTrack Profile (CHN) Yanqing.svg Deutsch: Eine schematische Darstellung des des Yanqing National Sliding Center in Peking, China. Austragungsort...

Click to read more »
File:Track Profile (GER) Altenberg.svg
Kamis, 2022-03-17 07:15:22

DescriptionTrack Profile (GER) Altenberg.svg Deutsch: Eine schematische Darstellung des Eiskanal Altenberg in Altenberg, Deutschland. Anfang der Strecke...

Click to read more »
File:Track Profile (JPN) Spiral.svg
Kamis, 2022-03-17 07:16:42

DescriptionTrack Profile (JPN) Spiral.svg Deutsch: Eine schematische Darstellung der Kunsteisbahn Spiral in Nagano, Japan Anfang der Strecke oben. Enthält...

Click to read more »
File:Track Profile (GER) Winterberg.svg
Kamis, 2022-03-17 07:16:07

DescriptionTrack Profile (GER) Winterberg.svg Deutsch: Eine schematische Darstellung der Kunsteisbahn Veltins-Eisarena in Winterberg, Deutschland. Anfang...

Click to read more »
File:Track Profile (CAN) Calgary.svg
Kamis, 2022-03-17 07:14:46

DescriptionTrack Profile (CAN) Calgary.svg Deutsch: Eine schematische Darstellung des Calgary’s WinSport Bobsleigh/Luge Track in Calgary, Kanada. Austragungsort...

Click to read more »
File:Track Profile (BIH) Sarajevo.svg
Jumat, 2025-12-12 21:30:54

DescriptionTrack Profile (BIH) Sarajevo.svg Deutsch: Eine schematische Darstellung der Olympia Bob- und Rodelbahn Trebević in Sarajevo, Bosnien und Herzegowina...

Click to read more »
File:Pueblo culture area potential npp 1981 2010 1-1.png
Senin, 2025-12-15 17:32:26

end pdf2svg southwest.pdf pueblo_culture_area_potential_npp_1981_2010_1.svg pdftoppm -png -rx 1000 -ry 1000 southwest.pdf pueblo_culture_area_potential_npp_1981_2010_1...

Click to read more »
File:Track Profile (FRA) La Plagne.svg
Kamis, 2022-03-17 07:15:13

DescriptionTrack Profile (FRA) La Plagne.svg Deutsch: Eine schematische Darstellung der Kunsteisbahn in La Plagne, Frankreich. Austragungsort der Olympischen...

Click to read more »
File:Window function (rectangular).png
Selasa, 2025-09-30 16:33:36

File:Window function and frequency response - Rectangular.svg For more information, see Help:SVG. In other languages Alemannisch ∙ العربية ∙ беларуская (тарашкевіца) ∙...

Click to read more »
File:Track Profile (KOR) Olympic Sliding Centre.svg
Rabu, 2025-11-19 18:10:26

DescriptionTrack Profile (KOR) Olympic Sliding Centre.svg Deutsch: Eine schematische Darstellung des Olympic Sliding Centre in Pyeongchang, Korea. Anfang...

Click to read more »
File:Affine focal set elliptic curve.svg
Selasa, 2025-11-25 08:57:10

DescriptionAffine focal set elliptic curve.svg English: Affine focal set elliptic curve import numpy as np import matplotlib.pyplot as plt def...

Click to read more »
File:Affine focal set three lobes.svg
Senin, 2025-11-24 17:59:23

DescriptionAffine focal set three lobes.svg English: import numpy as np import matplotlib.pyplot as plt def plot_affine_normals(curve_func, t0, t1, t_samples...

Click to read more »
File:Haus vom Nikolaus all vert.gif
Jumat, 2024-07-12 19:34:29

with known number of points nFrames = max(nFrames,nSplinePointsNeeded); % longest spline curve determines the length of the animation end figHandle = figure(192838);...

Click to read more »
File:HarmonicDriveAni.gif
Minggu, 2025-06-08 22:10:03

drawing correspond to the Cross section File:Harmonic drive cross Legend.svg.) Ncircular_spline = 42 (blue); Nflex_spline= 42-2 = 40 (red); Ratio = 40/(42-40)...

Click to read more »
File:DoubleRocker2 Centrodes.gif
Selasa, 2024-12-10 15:16:15

angleLeftBarMax = acos(( baseLength^2 + leftBar^2 - (rightBar+centerBar)^2 )/( 2*baseLength*leftBar )); angleLeftBarMin = acos(( baseLength^2 + leftBar^2...

Click to read more »
File:DoubleRocker1 Centrodes.gif
Kamis, 2026-01-29 18:15:34

angleLeftBarMax = acos(( baseLength^2 + leftBar^2 - (rightBar+centerBar)^2 )/( 2*baseLength*leftBar )); angleLeftBarMin = acos(( baseLength^2 + leftBar^2...

Click to read more »
File:DoubleRocker3 Centrodes.gif
Kamis, 2025-02-27 04:01:08

angleLeftBarMax = acos(( baseLength^2 + leftBar^2 - (rightBar+centerBar)^2 )/( 2*baseLength* leftBar )); angleLeftBarMin = -angleLeftBarMax; RGB.bkgd =...

Click to read more »
File:Lagrange very simple.jpg
Minggu, 2025-11-09 06:40:12

File:Lagrange very simple.svg is a vector version of this file. It should be used in place of this JPG file when not inferior. File:Lagrange very simple...

Click to read more »
File:Circular convolution example.png
Kamis, 2025-11-27 05:53:06

Derivative works of this file:  Circular convolution example.svg File:Circular convolution example.svg is a vector version of this file. It should be used in...

Click to read more »
File:LienardWiechertPotentialFastElectron.jpg
Jumat, 2025-04-04 01:19:11

using vector graphics as an SVG file. This has several advantages; see Commons:Media for cleanup for more information. If an SVG form of this image is available...

Click to read more »
File:MH370 ATC-Routes map.png
Senin, 2024-01-22 17:44:25

length...1,615m 5,300ft" at max. landing weight & highest optional weight [aircraft body]) Wikipedia (List of airports in Malaysia & runway lengths listed...

Click to read more »
File:Discontinuity essential.eps.png
Jumat, 2026-05-01 07:36:38

File:Discontinuity essential.eps.png → File:Discontinuity essential.svg For more information, see Help:SVG. In other languages Alemannisch ∙ العربية ∙ беларуская (тарашкевіца) ∙...

Click to read more »
File:Illustration of causal and non-causal filters.png
Minggu, 2025-12-07 01:36:11

conv(a,f); c = b(200:end); plot(0.02*([1:length(c)]-250), c, "r", 0.02*([1:length(c)]-200), c, "b") ylim([0 max(b)]) legend("f(t) non-causal output", "f(t-1)...

Click to read more »
File:Non-analytic smooth function.png
Minggu, 2025-12-21 15:02:08

using vector graphics as an SVG file. This has several advantages; see Commons:Media for cleanup for more information. If an SVG form of this image is available...

Click to read more »
File:Cauchy sequence illustration.png
Minggu, 2025-12-21 15:01:06

Author Oleg Alexandrov Other versions File:Cauchy sequence illustration.svg is a vector version of this file. It should be used in place of this PNG...

Click to read more »
File:Cauchy sequence illustration2.png
Kamis, 2024-02-15 10:38:20

this file) Public domain Other versions File:Cauchy sequence illustration2.svg is a vector version of this file. It should be used in place of this PNG...

Click to read more »
File:Quakecon 2011 logo.png
Selasa, 2026-03-31 04:03:45

the Quakecon organization. Date 15 August 2011 (original upload date) Source The logo artwork could be obtained from ZeniMax Media Author ZeniMax Media...

Click to read more »
File:Right Peel.jpg
Selasa, 2025-12-16 13:41:12

using vector graphics as an SVG file. This has several advantages; see Commons:Media for cleanup for more information. If an SVG form of this image is available...

Click to read more »
File:An infinitely differentiable function which is not analytic illustration.png
Rabu, 2023-08-09 12:57:32

File:Expinvsq5.svg is a vector version of this file. It should be used in place of this PNG file when not inferior. File:An infinitely differentiable...

Click to read more »
File:Center Peel.jpg
Jumat, 2025-11-21 16:35:39

using vector graphics as an SVG file. This has several advantages; see Commons:Media for cleanup for more information. If an SVG form of this image is available...

Click to read more »
File:Logo of NYT first said.jpg
Selasa, 2024-08-13 06:19:29

Source https://twitter.com/NYT_first_said Author Max Bittker Other versions File:Logo of NYT first said.svg is a vector version of this file. It should be...

Click to read more »
File:Human development neoteny body and head proportions pedomorphy maturation aging growth + Betty + Pioneer10 plaque.png
Sabtu, 2026-01-03 17:20:29

prepared (zoomed, corrected the leg length as originally intended, and redraw the graph frame, scale and background using SVG vector graphics), and collaged...

Click to read more »
File:Gyratory cube sifter animated.gif
Minggu, 2026-04-19 00:13:47

range(NUM_FRAMES): svg_content = generate_svg(i) svg_path = os.path.join(OUTPUT_DIR, f"frame_{i:03d}.svg") with open(svg_path, "w") as f: f.write(svg_content) svg_paths...

Click to read more »
Prefix: a b c d e f g h i j k l m n o p q r s t u v w x y z 0 1 2 3 4 5 6 7 8 9

Portal di Ensiklopedia Dunia

Kembali kehalaman sebelumnya