File:Bernoulli polynomials no title.svg

Description
English: Graph of the Bernoulli polynomials.

Image generation info

Created with gnuplot using the directions

set term svg
set out 'Bernoulli_polynomials.svg'

set data style lines
set key top 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 [0:1]
unset border

set title "Bernoulli polynomials"

plot (x - 1.0/2.0) title "B_1" with lines linewidth 2, \
   (x*x - x + 1.0/6.0) title "B_2" with lines linewidth 2, \
   (x**3 - 3.0*x*x/2.0+x/2.0) title "B_3" with lines linewidth 2, \
   (x**4 - 2.0*x**3 + x*x - 1.0/30) title "B_4" with lines linewidth 2, \
   (x**5 - 5.0*(x**4)/2.0 + 5.0*(x**3)/3.0 - x/6.0) title "B_5" with lines linewidth 2, \
   (x**6 - 3.0*(x**5) + 5.0*(x**4)/2.0 - (x*x)/2.0 + 1.0/42.0) title "B_6" with lines linewidth 2


Title then removed using Inkscape.
Date (first version)
Source Title removed from File:Bernoulli polynomials.svg.
Author Original artwork by Linas Vepstas <linas@linas.org>. Title removed by User:Mr. Granger.
Permission
(Reusing this file)
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. Subject to disclaimers.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
This licensing tag was added to this file as part of the GFDL licensing update.
Category:CC-BY-SA-3.0-migrated-with-disclaimers#Bernoulli%20polynomials%20no%20title.svgCategory:License migration completed#Bernoulli%20polynomials%20no%20title.svg
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License. Subject to disclaimers.
Category:GFDL-disclaimers#Bernoulli%20polynomials%20no%20title.svg
Other versions This file was derived from: Bernoulli polynomials.svg
Category:Derivative versions
Category:Special functions Category:Polynomial functions Category:Images with Gnuplot source code
Category:CC-BY-SA-3.0-migrated-with-disclaimers Category:Derivative versions Category:GFDL-disclaimers Category:Images with Gnuplot source code Category:License migration completed Category:Polynomial functions Category:Special functions