File:Expinvsq5.svg

Uploaded by Missionpilot
Upload date 2008-11-02T16:36:08Z
MIME type image/svg+xml
Dimensions 720 × 540 px
File size 19.2 KB

Summary

Description
English: Drawing of the function exp(1x2) and the respective Taylor series of any degree: f=0.
Date
Source Own work based on: Expinvsq.png by Toobaz
Author Missionpilot
Other versions
SVG development
InfoField
 The SVG code is valid.
 This plot was created with Matplotlib.

Source code

import matplotlib
matplotlib.use('Agg')
import numpy as np
import matplotlib.pyplot as plt

t = np.arange (-3, 3, .1)
plt.plot (t, t * 0, 'r-', linewidth=2, antialiased=True)
plt.plot (t, np.exp(-1 / t**2), 'g-', linewidth=2, antialiased=True)

plt.axis([-3, 3, -3, 3])
plt.grid (True)
plt.savefig ('Expinvsq5.svg')

Licensing

w:en:Creative Commons
attribution
This file is licensed under the Creative Commons Attribution 3.0 Unported 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.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

1 November 2008

19,664 byte

image/svg+xml

e70c976a43b37f7277699ac12bdcdfc02d2ade93