Talaksan:Discontinuity of the sign function at 0.svg

Page contents not supported in other languages.
Mula sa Wikipedia, ang malayang ensiklopedya

Buong resolusyon((Larawang SVG, tinatayang 499 × 366 mga pixel, laki ng talakasan: 27 KB))

Buod

Paglalarawan
English: Diagram showing that the sign function is not continuous at the point 0.
Petsa
Pinanggalingan Sariling gawa
May-akda Stephan Kulla (User:Stephan Kulla)
SVG genesis
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

xs1 = np.linspace(0.0001, 1.2, 100)
xs2 = np.linspace(-1.2, -0.0001, 100)

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

plt.axis("off")
plt.axhline(color="black")
plt.axvline(color="black")
plt.ylim((-1.2, 1.2))

plt.plot(xs1, np.sign(xs1), color=blue)
plt.plot(xs2, np.sign(xs2), color=blue)
plt.plot([0], [0], "o", color=blue)
plt.plot([0], [1], "o", markerfacecolor="white", color=blue)
plt.plot([0], [-1], "o", markerfacecolor="white", color=blue)

plt.plot([0], [0], "o", color=blue)
plt.text(-1.45, -0.17, "$\operatorname{sgn}\left(\lim_{n\\to\infty}\ \\frac{1}{n}\\right) = \operatorname{sgn}(0)=0$", color=blue, fontsize=fs)
plt.text(-0.9, 1.1, "$\lim_{n\\to\infty}\ \operatorname{sgn}\left(\\frac{1}{n}\\right) =1$", color=orange, fontsize=fs)

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

plt.text(0.3, 1.1, '$\operatorname{sgn}\left(\\frac{1}{n}\\right)$', color=orange, fontsize=fs)
plt.text(0.47, -0.17, "$\\frac{1}{n}$", color=green, fontsize=fs)
plt.text(0.04, 0.5,   "...", fontsize=fs-4)

plt.arrow(0.22,1.05,-0.15,0, color=orange, linewidth=1, head_width=0.03)
plt.arrow(0.22,-0.05,-0.15,0, color=green, linewidth=1, head_width=0.03)

plt.arrow(-0.55,0.57,0,0.4, color="black", head_width=0.03)
plt.arrow(-0.55,0.43,0,-0.35, color="black", head_width=0.03)
plt.text(-0.6,0.46, u'\u2260', fontsize=fs-4, color="black")

plt.savefig("Discontinuity of the sign function at 0.svg", transparent=True, bbox_inches="tight", pad_inches=0.05)

Paglilisensiya

Ako, na may karapatang-ari ng akdang ito, ang naglalathala nito alinsunod sa ilalim ng sumusunod na mga lisensya:
w:tl:Creative Commons
atribusyon share alike
Ang talaksang ito ay nakalisensiya sa ilalim ng lisensiyang Creative Commons Atribusyon-Pagpapamahaging Magkatulad 4.0 Pandaigdig.
Malaya kang:
  • para ibahagi – para kopyahin, ipamahagi, at i-transmit ang akda
  • para i-remix – para i-adapt ang akda
Sa ilalim ng mga kondisyong ito:
  • atribusyon – Dapat magbigay ka ng isang maayos na pag-credit, ibigay ang link sa lisensiya, at tukuyin kung may mga pagbabagong ginawa. Magagawa mo ito sa isang risonableng paraan, pero hindi sa paraan na para bang ineendorso ka o ng paggamit mo ng naglisensiya sa'yo.
  • share alike – Kung ire-remix mo, babaguhin, o magdadagdag ka sa materyal, dapat mong ipamahagi ang mga ambag mo sa ilalim ng pareho o katulad na lisensiya.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts English

copyrighted English

28 Disyembre 2015

Nakaraan ng file

Pindutin ang araw/oras upang makita kung papaano ang itsura ng talaksan noong oras na iyon.

Araw/OrasThumbnailMga dimensiyontagagamitKumento
ngayon18:11, 21 Mayo 2018Thumbnail para sa bersyon noong 18:11, 21 Mayo 2018499 × 366 (27 KB)Stephan Kullaupdate new version / correct colors
10:57, 11 Oktubre 2017Thumbnail para sa bersyon noong 10:57, 11 Oktubre 2017620 × 464 (37 KB)Stephan Kullasome improvements
10:53, 11 Oktubre 2017Thumbnail para sa bersyon noong 10:53, 11 Oktubre 2017620 × 464 (37 KB)Stephan KullaChange red to black
18:49, 10 Oktubre 2017Thumbnail para sa bersyon noong 18:49, 10 Oktubre 2017620 × 464 (37 KB)Stephan Kullause better color scheme
16:33, 28 Disyembre 2015Thumbnail para sa bersyon noong 16:33, 28 Disyembre 2015616 × 464 (32 KB)Stephan Kullamaking border tighter...
16:11, 28 Disyembre 2015Thumbnail para sa bersyon noong 16:11, 28 Disyembre 2015720 × 540 (32 KB)Stephan KullaUser created page with UploadWizard

Nakaturo sa talaksan na ito ang mga sumusunod na mga pahina:

Pandaigdigang paggamit sa file

Ginagamit ng mga sumusunod na wiki ang file na ito:

Metadata