Jump to content

File:First elements of sequence with two accumulation points.svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikibooks, open books for an open world

Original file (SVG file, nominally 720 × 540 pixels, file size: 15 KB)

Summary

Description
English: First elements of the sequence
Date
Source Own work
Author Stephan Kulla (User:Stephan Kulla)
Other versions
SVG development
InfoField
 
The SVG code is valid.
 
This plot was created with Matplotlib.
Source code
InfoField

Python code

import numpy as np
import matplotlib.pyplot as plt

# number of shown members
nmax = 10 

ns   = np.arange(1., nmax+0.1, 1.)

sgns = np.ones_like(ns)
sgns[::2] = -1

plt.plot(ns, sgns*ns/(ns+1), "o")
plt.xlim(ns[0]-1, ns[-1]+1)
plt.axhline(0, color="black")

plt.savefig("First elements of sequence with two accumulation points.svg")

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero 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.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

29 May 2015

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current17:08, 29 May 2015Thumbnail for version as of 17:08, 29 May 2015720 × 540 (15 KB)Stephan KullaUser created page with UploadWizard

The following page uses this file:

Global file usage

The following other wikis use this file:

Metadata