File:Bertrand3-scatterplot.jpeg

This file has been superseded by Bertrand3-scatterplot.svg. It is recommended to use the other file. Please note that deleting superseded images requires consent.
new file
Category:Superseded by SVG

Transferred from en.wikipedia to Commons by Maksim.

The original description page was here. All following user names refer to en.wikipedia.

Bertrand's paradox -- distribution of midpoints of chords chosen at random, solution 3

This image is an original work by Robert Dodier (User:Wile E. Heresiarch).

Here are the commands (of the R programming language) by which this image was created.

n <- 10000

n <- floor (4/pi*n)

x <- runif (n) * 2 - 1
y <- runif (n) * 2 - 1

z <- sqrt (x^2 + y^2)

i <- z < 1

sum (i)

x <- x[i]
y <- y[i]

plot (x, y, pch='.', col='red')
dev2bitmap (file='bertrand3-scatterplot.jpeg',
 type='jpeg', res=288, height=8, width=8)


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.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
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#Bertrand3-scatterplot.jpegCategory:License migration completed#Bertrand3-scatterplot.jpegCategory:GFDL#Bertrand3-scatterplot.jpeg
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 2.0 Generic license.
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.
Category:CC-BY-SA-2.0#Bertrand3-scatterplot.jpeg
date/timeusernameedit summary
02:13, 7 July 2005en:User:Wile E. Heresiarch(+commands to create image)
00:36, 1 January 2005en:User:Wile E. Heresiarch(+license tags)
22:31, 31 December 2004en:User:RedWolf({{unverified}})
04:43, 21 August 2004en:User:Wile E. Heresiarch(Bertrand's paradox -- distribution of midpoints of chords chosen at random, solution 3)

Original upload log

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.

Category:Bertrand's paradox Category:Scatterplots Category:Square images Category:Images with R source code Category:Media missing infobox template
Category:Bertrand's paradox Category:CC-BY-SA-2.0 Category:CC-BY-SA-3.0-migrated Category:Files with no machine-readable author Category:Files with no machine-readable source Category:GFDL Category:Images with R source code Category:License migration completed Category:Media missing infobox template Category:Scatterplots Category:Square images Category:Superseded by SVG