Encyclopedia > Image:Lpoly.png

  Article Content

Image:Lpoly.png

Graph of legendre polynomials, generated by the following commands in gnuplot:

 set xrange [-1:1]
 set yrange [-1:2]
 set xlabel "x"
 set ylabel "P_n (x)"
 plot 1 ti "n = 0", x ti "n = 1", (3*x**2-1)/2 ti "n = 2", (5*x**3-3*x)/2 ti "n = 3", (35*x**4-30*x**2+3)/8 ti "n = 4", (63*x**5-70*x**3+15*x)/8 ti "n = 5"
 set terminal postscript eps enhanced color solid
 set output "lpoly.eps"
 replot

The eps was tweaked and converted to the PNG image format using the GIMP.

Image links

There are no pages that link to this image.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Rameses

... III Ramses IV[?] The name means "Child of the Sun". This is a disambiguation page; that is, one that just points to other pages that might otherwise have the same ...

 
 
 
This page was created in 66.3 ms