Fil:Sinh cosh tanh.svg
Frå testwiki
Hopp til navigering
Hopp til søk
Sinh_cosh_tanh.svg (SVG-fil, standardoppløysing: 504 × 504 pikslar, filstorleik: 17 KB)
Denne fila er frå Wikimedia Commons og kan verta nytta av andre prosjekt. Skildringa frå filskildringssida der er vist nedanfor.
Skildring
| SkildringSinh cosh tanh.svg |
The hyperbolic sine (red), hyperbolic cosine (green) and hyperbolic tangent (blue) graphed on the same axes. Replaces en:Image:sinh cosh tanh.png
|
| Dato | |
| Kjelde | Eige arbeid |
| Opphavsperson | Fylwind at engelsk Wikipedia |
| SVG utvikling InfoField | |
| Kjeldekode InfoField | Python codeimport numpy as np
import matplotlib.pyplot as plt
lim = 8
size = 5.6
fig, ax = plt.subplots(figsize=(size, size))
xs = np.linspace(-lim, lim, 1000)
ax.plot(xs, np.sinh(xs), label="y = sinh(x)",
color="#b30000", linestyle="-", linewidth=2)
ax.plot(xs, np.cosh(xs), label="y = cosh(x)",
color="#00b300", linestyle="--", linewidth=2)
ax.plot(xs, np.tanh(xs), label="y = tanh(x)",
color="#0000b3", linestyle=":", linewidth=2)
ax.set_xlim(-lim, lim)
ax.set_ylim(-lim, lim)
ax.set_xticks([-1, 0, 1])
ax.set_yticks([-1, 0, 1])
ax.set_xlabel("x")
ax.set_ylabel("y")
ax.grid("on")
ax.legend(loc="lower right")
fig.tight_layout()
fig.savefig("sinh_cosh_tanh.svg", transparent=True)
|
Lisensiering:
| Public domainPublic domainfalsefalse |
| Eg, opphavsrettshaldaren til dette verket, frigjev dette verket til ålmenta. Dette gjeld over heile verda. I somme landa er dette kan henda ikkje rettsleg mogeleg. I det fall: Eg gjev kven som helst rettane til å nytta dette verket for kva som helst føremål og utan vilkår, minder vilkår er kravde etter lova. |
Opphavleg opplastingslogg
The original description page was here. All following user names refer to en.wikipedia.
- 2006-03-14 10:22 Ktims 1600×1200×0 (8934 bytes) The hyperbolic sine (red), hyperbolic cosine (green) and hyperbolic tangent (blue) graphed on the same axes.
- 2006-03-14 10:21 Ktims 1600×1200×0 (8965 bytes) The hyperbolic sine (red), hyperbolic cosine (green) and hyperbolic tangent (blue) graphed on the same axes.
- 2006-03-14 10:15 Ktims 1600×1200×0 (8967 bytes) The hyperbolic sine (red), hyperbolic cosine (green) and hyperbolic tangent (blue) graphed on the same axes.
- 2006-03-14 10:15 Ktims 1600×1200×0 (8980 bytes) The hyperbolic sine (red), hyperbolic cosine (green) and hyperbolic tangent (blue) graphed on the same axes.
- 2006-03-14 10:14 Ktims 1600×1200×0 (8902 bytes) The hyperbolic sine (red), hyperbolic cosine (green) and hyperbolic tangent (blue) graphed on the same axes.
Bilettekstar
Skriv inn ei line med tekst som skildrar fila
Element som er med i denne fila
motiv
falt i det fri med tillatelse fra rettshaver norsk bokmål
10. mars 2016
Filhistorikk
Klikk på dato/klokkeslett for å sjå fila slik ho var på det tidspunktet.
| Dato/klokkeslett | Miniatyrbilete | Oppløysing | Brukar | Kommentar | |
|---|---|---|---|---|---|
| gjeldande | 11. mars 2016 kl. 01:27 | 504 × 504 (17 KB) | wikimediacommons>Fylwind | Make asymptotics more evident. |
Filbruk
Den følgjande sida bruker denne fila: