Image:Mertens-big.svg
From Wikipedia, the free encyclopedia
Mertens-big.svg (600 × 480 pixel, file size: 34 KB, MIME type: image/svg+xml)
Contents |
[edit] Summary
Graph of Mertens function for values of n from 1 to 10 million. Note the remarkably chaotic, unpredictable movement of this function.
[edit] See also
[edit] Licensing
Created by User:Linas, Linas Vepstas, 2 July 2006
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.
[edit] Source code
Created with gnuplot, with the following markup:
set term svg set out 'mertens.svg' set data style lines unset zeroaxis set xtics border set ytics border set bmargin 5 set lmargin 7 set title "Mertens function" set xlabel "n" 1,0 set ylabel "M(n)" 1, 0 plot "mertens.dat" using 1:2 title "" with lines linewidth 2
File history
Legend: (cur) = this is the current file, (del) = delete
this old version, (rev) = revert to this old version.
Click on date to download the file or see the image uploaded on that date.
- (del) (cur) 20:52, 2 July 2006 . . Linas (Talk | contribs) . . 600×480 (34,355 bytes) (== Summary == Graph of Mertens function for values of ''n'' from 1 to 10,000. Note the remarkably chaotic, unpredictable movement of this function. == Licensing == Created by User:Linas, Linas Vepstas, 2 July 2006 {{GFDL-no-disclaimers}} ==Sou)
- Edit this file using an external application
See the setup instructions for more information.