File:2 cfs coincide over a finite interval.svg
Size of this PNG preview of this SVG file: 360 × 288 pixels. Other resolutions: 300 × 240 pixels | 600 × 480 pixels | 960 × 768 pixels | 1,280 × 1,024 pixels | 2,560 × 2,048 pixels.
Original file (SVG file, nominally 360 × 288 pixels, file size: 43 KB)
File information
Structured data
Captions
Summary
editDescription2 cfs coincide over a finite interval.svg |
English: Example of 2 characteristic functions which coincide over the region [-1,1] but are different elsewhere. |
Source | Own work |
Author | Stpasha |
SVG development InfoField | This plot was created with Matplotlib. |
Source code InfoField | Python code# Author: Ika, 2013-07-23
import numpy as np
import matplotlib.pyplot as plt
import scipy.special as sp
X = np.arange(-5, 5, 0.01)
plt.clf()
plt.figure(figsize=(4,3.2))
plt.axes([0.17,0.13,0.79,0.8])
plt.hold(True)
Q = []
Y = np.exp(-np.abs(X))
a = plt.plot(X, Y, '-', color='blue', lw=2)
Q.append(a)
Y = []
for x in X:
if np.exp(-np.abs(x)) > 2/(np.exp(1)*(1+np.abs(x))):
Y.append(np.exp(-np.abs(x)))
else:
Y.append(2/(np.exp(1)*(1+np.abs(x))))
a = plt.plot(X, Y, '-', color='purple', lw=2)
Q.append(a)
plt.xlabel("$t$")
plt.ylabel(r"$\mathrm{Cf}(t)$")
bx = plt.legend(Q, (r"$\varphi_1 = e^{-┃t┃}$", r"$\max\{\varphi_1,\frac{2}{(1+┃t┃)e}\}$"),\
numpoints=1, handlelen=0.05, handletextpad=0.4,\
loc="upper right", prop={'size':10})
bx.draw_frame(False)
plt.xlim(-5,5)
plt.savefig("cfs_coincide_over_a_finite_interval.pdf")
plt.savefig("cfs_coincide_over_a_finite_interval.eps")
plt.savefig("cfs_coincide_over_a_finite_interval.svg")
|
Licensing
editPublic domainPublic domainfalsefalse |
I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 22:43, 22 July 2013 | 360 × 288 (43 KB) | IkamusumeFan (talk | contribs) | Change t to x according to the definition of Cf. | |
22:41, 22 July 2013 | 360 × 288 (45 KB) | IkamusumeFan (talk | contribs) | 1. Latex render the formular upper right; 2. Python source code added; 3. Axis labels added. | ||
04:28, 19 July 2009 | 319 × 181 (28 KB) | Stpasha (talk | contribs) | attempt to fix fonts | ||
04:11, 19 July 2009 | 319 × 181 (29 KB) | Stpasha (talk | contribs) | {{Information |Description={{en|1=Example of 2 characteristic functions which coincide over the region [-1,1] but are different elsewhere.}} |Source=Own work by uploader |Author=Stpasha |Date= |Permission= |other_versions= }} |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on en.wikipedia.org
- Usage on ja.wikipedia.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 | 288pt |
---|---|
Height | 230pt |