File:First members of harmonic sequence.svg
Original file (SVG file, nominally 720 × 540 pixels, file size: 15 KB)
Captions
Summary
[edit]DescriptionFirst members of harmonic sequence.svg |
English: First ten members of the harmonic sequence .
Deutsch: Die ersten zehn Folgenglieder der harmonischen Folge . |
Date | |
Source | Own work |
Author | Stephan Kulla (User:Stephan Kulla) |
Other versions |
|
SVG development InfoField | This plot was created with Matplotlib. |
Source code InfoField | Python codeimport numpy as np
import matplotlib.pyplot as plt
# number of shown sequence members
nmax = 10
ns = np.arange(1., nmax+0.1, 1.)
plt.plot(ns, 1/ns, "o")
plt.xlim(ns[0]-1, ns[-1]+1)
plt.ylim(0, (1/ns).max()+0.1)
plt.axhline(0, color="black")
plt.savefig("First members of harmonic sequence.svg")
|
Licensing
[edit]This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication. | |
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 17:38, 12 February 2016 | 720 × 540 (15 KB) | Stephan Kulla (talk | contribs) | User created page with UploadWizard |
You cannot overwrite this file.
File usage on Commons
The following page uses this file:
File usage on other wikis
The following other wikis use this file:
- Usage on bn.wikipedia.org
- Usage on ckb.wikipedia.org
- Usage on de.wikipedia.org
- Usage on de.wikibooks.org
- Usage on en.wikipedia.org
- Usage on fa.wikipedia.org
- Usage on fr.wikibooks.org
- Usage on id.wikipedia.org
- Usage on ko.wikipedia.org
- Usage on ro.wikipedia.org
- Usage on ru.wikipedia.org
- Usage on ta.wikipedia.org
- Usage on www.wikidata.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Width | 576pt |
---|---|
Height | 432pt |