Fail:Sinh cosh tanh.svg

Selle lehekülje sisule puudub teiste keelte tugi.
Klõps ikoonil viib faili leheküljele Wikimedia Commonsis.
Allikas: Vikipeedia

Algfail(SVG-fail, algsuurus 504 × 504 pikslit, faili suurus: 17 KB)

Lühikirjeldus

Kirjeldus

The hyperbolic sine (red), hyperbolic cosine (green) and hyperbolic tangent (blue) graphed on the same axes.

Replaces en:Image:sinh cosh tanh.png

Instructions
Generated with en:Matplotlib using the script below. Edited using en:Inkscape to fix clipping issues.
Kuupäev
Allikas Üleslaadija oma töö
Autor Fylwind inglise Vikipeediast
SVG genesis
InfoField
 
The SVG code is valid.
 
See vektorkujutis on valmistatud rakendusega Matplotlib
Lähtekood
InfoField

Python code

import 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)

Litsents

Public domain Selle teose autoriõiguste valdajana annan selle teose avalikku omandisse. See kehtib üleilmselt.
Kui see pole mõnes riigis õiguslikult võimalik:
Annan kõigile õiguse seda teost kasutada ükskõik mille jaoks, ilma ühegi tingimuseta, kui seadus neid just ei sea.

Esialgne üleslaadimislogi

Esialgne kirjelduslehekülg oli siin. Kõik järgmised kasutajanimed viitavad projektile 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.

Pealdised

Lisa üherealine seletus sellest, mida fail esitab

Selles failis kujutatud üksused

kujutab

Faili ajalugu

Klõpsa kuupäeva ja kellaaega, et näha sel ajahetkel kasutusel olnud failiversiooni.

Kuupäev/kellaaegPisipiltMõõtmedKasutajaKommentaar
viimane11. märts 2016, kell 02:27Pisipilt versioonist seisuga 11. märts 2016, kell 02:27504 × 504 (17 KB)FylwindMake asymptotics more evident.
6. veebruar 2007, kell 03:39Pisipilt versioonist seisuga 6. veebruar 2007, kell 03:391600 × 1200 (13 KB)Alejo2083dashed lines
6. veebruar 2007, kell 03:31Pisipilt versioonist seisuga 6. veebruar 2007, kell 03:311600 × 1200 (9 KB)Alejo2083{{Information |Description=The hyperbolic sine (red), hyperbolic cosine (green) and hyperbolic tangent (blue) graphed on the same axes. Replaces en::Image:sinh cosh tanh.png == Instructions == Generated with the following en:gnuplot source. XM

Seda faili kasutab järgmine lehekülg:

Globaalne failikasutus

Järgmised muud vikid kasutavad seda faili:

Metaandmed