File:Polytrope1.svg

Description

Density ( normalized to average density ) versus radius ( normalized to external radius ) for a polytrope with index n=1. Plotted with gnuplot.

self-made with the following Gnuplot code:


set xlabel "r/R"
set ylabel "d/d_{average}"
set xrange [0.0:1.0]
set yrange [0.0:3.5]
set mxtics 4
set mytics 5
set title "Polytrope with index n=1"
set samples 3142

set terminal svg enhanced size 1000 1000 fname "Times" fsize 36
set output "poly1.svg"

plot 1.047197509*sin(3.1415926536*x)/x notitle, 1.0 notitle

Date
Source http://en.wikipedia.org/wiki/Image:Polytrope1.svg
Author Carlo Del Noce
Carlodn6 at the English-language Wikipedia, the copyright holder of this work, hereby publishes it under the following license:
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.
Attribution:
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#Polytrope1.svgCategory:License migration completed#Polytrope1.svgCategory:GFDL#Polytrope1.svg
Category:Self-published workCategory:User-created GFDL images#Polytrope1.svg Category:Astrophysics Category:Images with Gnuplot source code
Category:Astrophysics Category:CC-BY-SA-3.0-migrated Category:GFDL Category:Images with Gnuplot source code Category:License migration completed Category:Self-published work Category:User-created GFDL images