Image:Bernoulli polynomials.svg

From Wikipedia, the free encyclopedia

Bernoulli_polynomials.svg (SVG file, nominally 600 × 480 pixels, file size: 12 KB)

Graph of the Bernoulli polynomials.

Original artwork by Linas Vepstas <linas@linas.org>

[edit] Image generation info

Created with gnuplot using the directions

set term svg
set out 'bern.svg'

set data style lines
set key bottom right
set xzeroaxis linetype -1 linewidth 2
set yzeroaxis linetype -1 linewidth 2
set xtics axis
set ytics axis

# set xrange [-0.5:1.5] 
set xrange [-1:2]
unset border

set title "Bernoulli polynomials"

plot (x-0.5) title "B_1" with lines linewidth 2, \
    (x*x-x+1/6) title "B_2" with lines linewidth 2, \
    (x**3-3*x*x/2+x/2) title "B_3" with lines linewidth 2, \
    (x**4 - 2*x**3 + x*x - 1/30) title "B_4" with lines linewidth 2, \
    (x**5 - 5*(x**4)/2 + 5*(x**3)/3 - x/6) title "B_5" with lines linewidth 2, \
    (x**6 - 3*(x**5) + 5*(x**4)/2 - (x*x)/2 + 1/42) title "B_6" with lines linewidth 2

[edit] Licensing

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeDimensionsUserComment
current01:29, 22 December 2005600×480 (12 KB)Linas (Talk | contribs) (Graph of the Bernoulli polynomials. Original artwork by Linas Vepstas <linas@linas.org> Created with gnuplot using the directions set term svg set out 'bern.svg' set data style lines set key bottom right set xzeroaxis line)

The following pages on the English Wikipedia link to this file (pages on other projects are not listed):