File:Gravity well plot.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 604 × 236 pixels. Other resolutions: 320 × 125 pixels | 640 × 250 pixels | 1,024 × 400 pixels | 1,280 × 500 pixels | 2,560 × 1,000 pixels.
Original file (SVG file, nominally 604 × 236 pixels, file size: 309 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionGravity well plot.svg | Graph of gravity well. Above: Distortion of space-time. Below: Gravitational potential function. |
SVG development InfoField | This vector image was created with Asymptote. |
Source code InfoField | Asymptote codeimport graph3;
settings.render=0;
typedef real fun(real);
fun Phi(real R, real GM_R, real shift=0) {
return new real(real r) {
real r_R = abs(r) / R;
if (r_R >= 1)
return -GM_R / r_R + shift;
else
return 0.5 GM_R * (r_R^2 - 3) + shift;
};
}
typedef real fun2(pair);
fun2 revolve(fun f) {return new real(pair z) {return f(abs(z));};}
picture pic;
size3(pic,300,0);
size(pic.xsize3,pic.ysize3);
currentprojection=perspective(0,20,4);
draw(pic,surface(revolve(Phi(2,7)),(-12,-12),(12,12),nx=20,Spline),lightgray,meshpen=black+thick(),nolight);
attach(pic.fit());
draw(shift(0,6)*graph(Phi(2,7,-10),-12,12));
|
Date | |
Source | Own work |
Author | BenRG |
Other versions | See also: GravityPotential.jpg |
Licensing
[edit]Public domainPublic domainfalsefalse |
I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 19:25, 13 April 2013 | 604 × 236 (309 KB) | AnonMoos (talk | contribs) | add header, slightly adjust margins | |
22:42, 17 September 2007 | 600 × 232 (365 KB) | AnonMoos (talk | contribs) | Fixing SVG | ||
22:19, 17 September 2007 | 300 × 116 (376 KB) | BenRG (talk | contribs) | Asymptote source code: import graph3; typedef real fun(real); fun Phi(real R, real GM_R, real shift=0) { return new real(real r) { real r_R = abs(r) / R; if (r_R >= 1) return -GM_R / r_R + shift; else return 0.5 GM_ |
You cannot overwrite this file.
File usage on Commons
The following page uses this file:
File usage on other wikis
The following other wikis use this file:
- Usage on en.wikipedia.org
- Usage on en.wikiquote.org
- Usage on fr.wikipedia.org
- Usage on it.wikipedia.org
- Usage on pl.wikipedia.org
- Usage on pt.wikipedia.org
- Usage on ru.wikipedia.org
- Usage on www.wikidata.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Short title | Gravity well plot |
---|---|
Width | 604 |
Height | 236 |