File:Example of a locally constant function with sgn(x).svg
Original file (SVG file, nominally 731 × 551 pixels, file size: 24 KB)
Captions
Summary
[edit]DescriptionExample of a locally constant function with sgn(x).svg |
English: This diagram shows that the function is locally constant, i.e. for each argument there is a neighborhood where the function is constant. |
Date | |
Source | Own work |
Author | Stephan Kulla (User:Stephan Kulla) |
SVG development InfoField | This plot was created with Matplotlib. |
Source code InfoField | Python codeimport matplotlib.pyplot as plt
from mpl_toolkits.axes_grid1.inset_locator import zoomed_inset_axes, mark_inset
b = 4
f, ax = plt.subplots()
ax.axhline(color="black")
ax.axvline(color="black")
ax.set_xlim(-b,b)
ax.set_ylim(-2,2)
ax.plot([-b,0],[-1,-1], color="blue")
ax.plot([0,b],[1,1], color="blue")
ax.plot([0.15],[1],".",color="green")
ax.plot([0,0],[1,-1], "o", color="white")
axins = zoomed_inset_axes(ax,10,loc=4)
axins.plot([0.05,0.25],[1,1], color="blue")
axins.plot([0.15],[1],"o",color="green")
axins.set_xlim(0.05,0.25)
axins.set_ylim(0.95,1.05)
mark_inset(ax, axins, loc1=3, loc2=1, fc="0.95", ec="0.7")
plt.xticks(visible=False)
plt.yticks(visible=False)
plt.savefig("Example of a local constant function with sgn(x).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 | 13:26, 23 April 2016 | 731 × 551 (24 KB) | Stephan Kulla (talk | contribs) | better version | |
13:26, 23 April 2016 | 731 × 551 (24 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:Example of a local constant function with sgn(x).svg (file redirect)
File usage on other wikis
The following other wikis use this file:
- Usage on de.wikipedia.org
- Usage on de.wikibooks.org
- Usage on en.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 | 585pt |
---|---|
Height | 441pt |