Oorspronkelijk bestand (SVG-bestand, nominaal 305 × 170 pixels, bestandsgrootte: 50 kB)

Beschrijving

Beschrijving
English: Illustration of Cauchy sequence. Created using python with numpy and matplotlib toolkits. Based on the file: File:Cauchy_sequence_illustration.png.
Datum
Bron Eigen werk
Auteur Krishnavedala
Python source
InfoField
click to expand
from matplotlib.pyplot import * from mpl_toolkits.axes_grid.axislines import SubplotZero from 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,2)) ax = SubplotZero(fig,111) fig.add_subplot(ax)  ax.axis["top"].set_visible(False) ax.axis["right"].set_visible(False) ax.axis["left"].set_axisline_style("->") ax.axis["bottom"].set_axisline_style("->") ax.set_yticks([]) ax.set_xticks([]) ax.set_xlim(-1,10) ax.set_ylim(-3,3)  ax.plot(x1,y(x1),'bo',ms=2.5) ax.plot(x2, z(x2),'r--',lw=1.5) ax.plot(x2,-z(x2),'r--',lw=1.5)  ax.text(10,-2.8,u'$n$') ax.text(-.75,3,u'$X_n$') fig.savefig("Cauchy_sequence_illustration.svg",bbox_inches="tight",pad_inches=.15) 

Licentie

Ik, de auteursrechthebbende van dit werk, maak het hierbij onder de volgende licentie beschikbaar:
Creative Commons CC-Zero Dit bestand is beschikbaar onder Creative Commons CC0 1.0 Universele toewijding aan het publieke domein.
De persoon die een werk voorziet van deze licentie stelt dit werk beschikbaar aan het publieke domein door, voor zover dit wettelijk is toegestaan, afstand te doen van alle rechten op het werk in de zin van het auteursrecht, met inbegrip van alle aanverwante of naburige rechten. U kunt het werk kopiëren, aanpassen, distribueren en uitvoeren, ook voor commerciële doeleinden, zonder dat u daarvoor toestemming hoeft te vragen.

Bijschriften

Beschrijf in één regel wat dit bestand voorstelt

Items getoond in dit bestand

beeldt af

image/svg+xml

cb933a3068372e1cd2c54505c7ab2143412ebaad

50.731 byte

170 pixel

305 pixel

Bestandsgeschiedenis

Klik op een datum/tijd om het bestand te zien zoals het destijds was.

Datum/tijdMiniatuurAfmetingenGebruikerOpmerking
huidige versie9 sep 2011 06:24Miniatuurafbeelding voor de versie van 9 sep 2011 06:24305 × 170 (50 kB)Krishnavedala

Geen enkele pagina gebruikt dit bestand.

Globaal bestandsgebruik

Dit bestand wordt op de volgende andere wiki’s gebruikt:

Globaal gebruik van dit bestand bekijken.