File:Continuity of the Exponential at 0.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 480 × 366 pixels, file size: 21 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: This plot shows that .
Date
Source Own work
Author Stephan Kulla (User:Stephan Kulla)
SVG development
InfoField
 
The SVG code is valid.
 
This plot was created with Matplotlib.
Source code
InfoField

Python code

import matplotlib.pyplot as plt
import numpy as np

xs = np.linspace(-1.0, 1.5, 100)
ys = np.exp(xs)
fs = 13

blue="#007ec1"
orange="#d77a5a"
green="#6e8334"

plt.plot(xs, ys, color=blue)

plt.axis("off")
plt.axhline(color="black")
plt.axvline(color="black")
plt.ylim((-0.2, ys.max()))

plt.text(-0.08, -0.25, "$0$", fontsize=fs)

plt.plot([0], [1], "o", color=blue)
plt.text(-1.25, 1.15, "$\lim_{n\\to\infty}\ \exp\left(\\frac{1}{n}\\right)=\exp\left(\lim_{n\\to\infty}\ \\frac{1}{n}\\right)$", color=blue, fontsize=fs)

plt.text(0.3, 2, '$\exp\left(\\frac{1}{n}\\right)$', color=orange, fontsize=fs)
plt.text(0.04, 0.5,   "...", fontsize=fs)

for n in range(1,6):
  plt.plot([1./n,1./n], [0,np.exp(1./n)], "--", color="black")
  plt.plot([1./n], [0], "o", color=green)
  plt.plot([1./n], [np.exp(1./n)], "o", color=orange)

plt.text(0.48, -0.3, "$\\frac{1}{n}$", color=green, fontsize=fs)

plt.arrow(0.18,np.exp(0.18)+0.1,-0.12,-0.16, color=orange, head_width=0.03)
plt.arrow(0.18,-0.05,-0.12,0, color=green, head_width=0.03)

plt.savefig("Continuity of the Exponential at 0.svg", transparent=True, bbox_inches="tight", pad_inches=0.05)

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

File history

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

Date/TimeThumbnailDimensionsUserComment
current18:01, 21 May 2018Thumbnail for version as of 18:01, 21 May 2018480 × 366 (21 KB)Stephan Kulla (talk | contribs)update
17:58, 21 May 2018Thumbnail for version as of 17:58, 21 May 2018480 × 366 (21 KB)Stephan Kulla (talk | contribs)update
18:39, 10 October 2017Thumbnail for version as of 18:39, 10 October 2017634 × 460 (30 KB)Stephan Kulla (talk | contribs)fix color of graph
15:34, 10 October 2017Thumbnail for version as of 15:34, 10 October 2017634 × 460 (30 KB)Stephan Kulla (talk | contribs)Serlo color scheme
19:05, 31 December 2015Thumbnail for version as of 19:05, 31 December 2015633 × 460 (26 KB)Stephan Kulla (talk | contribs)better version
22:36, 19 November 2015Thumbnail for version as of 22:36, 19 November 2015720 × 540 (23 KB)Stephan Kulla (talk | contribs)better label
22:31, 19 November 2015Thumbnail for version as of 22:31, 19 November 2015720 × 540 (23 KB)Stephan Kulla (talk | contribs)better label
22:02, 19 November 2015Thumbnail for version as of 22:02, 19 November 2015720 × 540 (15 KB)Stephan Kulla (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

File usage on other wikis

Metadata