Hermite poly phys


Autor:
Tento vektorový obrázek byl vytvořen programem Gnuplot.
Přisuzování:
Obrázek je označen jako „Vyžadováno uvedení zdroje“ (Attribution Required), ale nebyly uvedeny žádné informace o přiřazení. Při použití šablony MediaWiki pro licence CC-BY byl pravděpodobně parametr atribuce vynechán. Autoři zde mohou najít příklad pro správné použití šablon.
Formát:
600 x 480 Pixel (16414 Bytes)
Popis:
The first five (physicists') Hermite polynomials. Made with the following Gnuplot changed from orginal code by Alessio Damato:
# set the output
set terminal svg
set output "hermite_poly_phys.svg"

set title "Hermite (physicists') Polynomials"

# axis properties
set key right bottom
set xrange [-2.5:3.5]
set yrange [-45:50]
set xzeroaxis linetype -1 linewidth 0.5
set yzeroaxis linetype -1 linewidth 0.5
set xlabel "x"
set ylabel "H_n (x)"
plot 1 ti "n = 0" with lines linewidth 2,
     2*x ti "n = 1" with lines linewidth 2,
     4*x**2-2 ti "n = 2" with lines linewidth 2,
     8*x**3-12*x ti "n = 3" with lines linewidth 2,
     16*x**4-48*x**2+12 ti "n = 4" with lines linewidth 2,
     32*x**5-160*x**3+120*x ti "n = 5" with lines linewidth 2

Licence:
Sdílet obrázek:
Facebook   Twitter   Pinterest   WhatsApp   Telegram   E-Mail
Více informací o licenci na obrázek naleznete zde. Poslední aktualizace: Mon, 19 Feb 2024 14:34:49 GMT

Relevantní obrázky


Relevantní články

Hermitovy polynomy

Hermitovy polynomy jsou v matematice klasická posloupnost ortogonálních polynomů. .. pokračovat ve čtení