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. |
![]() |
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)
![]() |
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. |
![]() ![]() ![]() |
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. | |
| ||
This licensing tag was added to this file as part of the GFDL licensing update. |
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.
date/time | username | edit summary |
---|---|---|
02:13, 7 July 2005 | en:User:Wile E. Heresiarch | (+commands to create image) |
00:36, 1 January 2005 | en:User:Wile E. Heresiarch | (+license tags) |
22:31, 31 December 2004 | en:User:RedWolf | ({{unverified}}) |
04:43, 21 August 2004 | en: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.
- (del) (cur) 04:43, 21 August 2004 . . en:User:Wile_E._Heresiarch Wile E. Heresiarch ( en:User_talk:Wile_E._Heresiarch Talk) . . 288x288 (17479 bytes) (Bertrand's paradox -- distribution of midpoints of chords chosen at random, solution 3)
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