Ficheru:Twisted cubic curve.png
De testwiki
Saltar a navegación
Saltar a la gueta
Twisted_cubic_curve.png (541 × 536 píxels, tamañu de ficheru: 145 kB, triba MIME: image/png)
Esti ficheru ye de Wikimedia Commons y puen usalu otros proyeutos. La descripción de la páxina de descripción del ficheru amuésase darréu.
Resume
| DescripciónTwisted cubic curve.png | Twisted cubic with xy and xz surfaces in the interval [-1,1] |
| Data | |
| Fonte | Trabayu propiu |
| Autor | Claudio Rocchini |
This math image could be re-created using vector graphics as an SVG file. This has several advantages; see Commons:Media for cleanup for more information. If an SVG form of this image is available, please upload it and afterwards replace this template with
{{vector version available|new image name}}.It is recommended to name the SVG file “Twisted cubic curve.svg”—then the template Vector version available (or Vva) does not need the new image name parameter. |
Source code (POVRAY)
#include "colors.inc"
#include "metals.inc"
global_settings {max_trace_level 5}
camera {
perspective
location <-2100,2400,2205>
look_at <0,0,0>
right x
up y
}
sky_sphere {
pigment {
color rgb<1,1,1>
}
}
light_source {<-3000,2800,2300> color White }
light_source {< 2000,-10000,2300> color Gray45 }
#declare R1 = 5;
sphere_sweep {
linear_spline
2,
<-1000,-1000,-1000>,R1
< 1000,-1000,-1000>,R1
pigment {rgb 0}
no_shadow
}
sphere_sweep {
linear_spline
2,
<-1000, 1000,-1000>,R1
< 1000, 1000,-1000>,R1
pigment {rgb 0}
no_shadow
}
sphere_sweep {
linear_spline
2,
<-1000, 1000, 1000>,R1
< 1000, 1000, 1000>,R1
pigment {rgb 0}
no_shadow
}
sphere_sweep {
linear_spline
2,
<-1000,-1000, 1000>,R1
< 1000,-1000, 1000>,R1
pigment {rgb 0}
no_shadow
}
sphere_sweep {
linear_spline
2,
<-1000,-1000,-1000>,R1
<-1000, 1000,-1000>,R1
pigment {rgb 0}
no_shadow
}
sphere_sweep {
linear_spline
2,
< 1000,-1000,-1000>,R1
< 1000, 1000,-1000>,R1
pigment {rgb 0}
no_shadow
}
sphere_sweep {
linear_spline
2,
< 1000,-1000, 1000>,R1
< 1000, 1000, 1000>,R1
pigment {rgb 0}
no_shadow
}
sphere_sweep {
linear_spline
2,
<-1000,-1000, 1000>,R1
<-1000, 1000, 1000>,R1
pigment {rgb 0}
no_shadow
}
sphere_sweep {
linear_spline
2,
<-1000,-1000,-1000>,R1
<-1000,-1000, 1000>,R1
pigment {rgb 0}
no_shadow
}
sphere_sweep {
linear_spline
2,
< 1000,-1000,-1000>,R1
< 1000,-1000, 1000>,R1
pigment {rgb 0}
no_shadow
}
sphere_sweep {
linear_spline
2,
< 1000, 1000,-1000>,R1
< 1000, 1000, 1000>,R1
pigment {rgb 0}
no_shadow
}
sphere_sweep {
linear_spline
2,
<-1000, 1000,-1000>,R1
<-1000, 1000, 1000>,R1
pigment {rgb 0}
no_shadow
}
parametric {
function{v*1000}
function{u*1000}
function{u*u*1000}
<-1,-1>,<1,1>
contained_by{box{<-1000,-1000,-1000>,<1000,1000,1000>}}
accuracy 0.00001
precompute 20,x,y,z
texture { pigment { color rgbt<0.10, 0.25, 0.85, 0.76> } }
no_shadow
}
parametric {
function{u*u*u*1000}
function{u*1000}
function{v*1000}
<-1,-1>,<1,1>
contained_by{box{<-1000,-1000,-1000>,<1000,1000,1000>}}
accuracy 0.00001
precompute 20,x,y,z
texture { pigment { color rgbt<0.85, 0.25, 0.10, 0.76> } }
no_shadow
}
sphere_sweep{
linear_spline
32,
<-1000,-1000,-1000>,5,
<-818.67,-935.484,-1000>,5,
<-660.703,-870.968,-1000>,5,
<-524.487,-806.452,-1000>,5,
<-408.412,-741.935,-1000>,5,
<-310.866,-677.419,-1000>,5,
<-230.237,-612.903,-1000>,5,
<-164.916,-548.387,-1000>,5,
<-113.289,-483.871,-1000>,5,
<-73.7471,-419.355,-1000>,5,
<-44.6779,-354.839,-1000>,5,
<-24.4705,-290.323,-1000>,5,
<-11.5135,-225.806,-1000>,5,
<-4.1959,-161.29,-1000>,5,
<-0.906314,-96.7742,-1000>,5,
<-0.0335672,-32.2581,-1000>,5,
<0.0335672,32.2581,-1000>,5,
<0.906314,96.7742,-1000>,5,
<4.1959,161.29,-1000>,5,
<11.5135,225.806,-1000>,5,
<24.4705,290.323,-1000>,5,
<44.6779,354.839,-1000>,5,
<73.7471,419.355,-1000>,5,
<113.289,483.871,-1000>,5,
<164.916,548.387,-1000>,5,
<230.237,612.903,-1000>,5,
<310.866,677.419,-1000>,5,
<408.412,741.935,-1000>,5,
<524.487,806.452,-1000>,5,
<660.703,870.968,-1000>,5,
<818.67,935.484,-1000>,5,
<1000,1000,-1000>,5
pigment {rgb <0.4,0.4,0.4>}
no_shadow
}
sphere_sweep{
linear_spline
32,
<-1000,-1000,1000>,5,
<-818.67,-935.484,1000>,5,
<-660.703,-870.968,1000>,5,
<-524.487,-806.452,1000>,5,
<-408.412,-741.935,1000>,5,
<-310.866,-677.419,1000>,5,
<-230.237,-612.903,1000>,5,
<-164.916,-548.387,1000>,5,
<-113.289,-483.871,1000>,5,
<-73.7471,-419.355,1000>,5,
<-44.6779,-354.839,1000>,5,
<-24.4705,-290.323,1000>,5,
<-11.5135,-225.806,1000>,5,
<-4.1959,-161.29,1000>,5,
<-0.906314,-96.7742,1000>,5,
<-0.0335672,-32.2581,1000>,5,
<0.0335672,32.2581,1000>,5,
<0.906314,96.7742,1000>,5,
<4.1959,161.29,1000>,5,
<11.5135,225.806,1000>,5,
<24.4705,290.323,1000>,5,
<44.6779,354.839,1000>,5,
<73.7471,419.355,1000>,5,
<113.289,483.871,1000>,5,
<164.916,548.387,1000>,5,
<230.237,612.903,1000>,5,
<310.866,677.419,1000>,5,
<408.412,741.935,1000>,5,
<524.487,806.452,1000>,5,
<660.703,870.968,1000>,5,
<818.67,935.484,1000>,5,
<1000,1000,1000>,5
pigment {rgb <0.4,0.4,0.4>}
no_shadow
}
sphere_sweep{
linear_spline
32,
<-1000,-1000,1000>,5,
<-1000,-935.484,875.13>,5,
<-1000,-870.968,758.585>,5,
<-1000,-806.452,650.364>,5,
<-1000,-741.935,550.468>,5,
<-1000,-677.419,458.897>,5,
<-1000,-612.903,375.65>,5,
<-1000,-548.387,300.728>,5,
<-1000,-483.871,234.131>,5,
<-1000,-419.355,175.858>,5,
<-1000,-354.839,125.911>,5,
<-1000,-290.323,84.2872>,5,
<-1000,-225.806,50.9886>,5,
<-1000,-161.29,26.0146>,5,
<-1000,-96.7742,9.36524>,5,
<-1000,-32.2581,1.04058>,5,
<-1000,32.2581,1.04058>,5,
<-1000,96.7742,9.36524>,5,
<-1000,161.29,26.0146>,5,
<-1000,225.806,50.9886>,5,
<-1000,290.323,84.2872>,5,
<-1000,354.839,125.911>,5,
<-1000,419.355,175.858>,5,
<-1000,483.871,234.131>,5,
<-1000,548.387,300.728>,5,
<-1000,612.903,375.65>,5,
<-1000,677.419,458.897>,5,
<-1000,741.935,550.468>,5,
<-1000,806.452,650.364>,5,
<-1000,870.968,758.585>,5,
<-1000,935.484,875.13>,5,
<-1000,1000,1000>,5
pigment {rgb <0.4,0.4,0.4>}
no_shadow
}
sphere_sweep{
linear_spline
32,
<1000,-1000,1000>,5,
<1000,-935.484,875.13>,5,
<1000,-870.968,758.585>,5,
<1000,-806.452,650.364>,5,
<1000,-741.935,550.468>,5,
<1000,-677.419,458.897>,5,
<1000,-612.903,375.65>,5,
<1000,-548.387,300.728>,5,
<1000,-483.871,234.131>,5,
<1000,-419.355,175.858>,5,
<1000,-354.839,125.911>,5,
<1000,-290.323,84.2872>,5,
<1000,-225.806,50.9886>,5,
<1000,-161.29,26.0146>,5,
<1000,-96.7742,9.36524>,5,
<1000,-32.2581,1.04058>,5,
<1000,32.2581,1.04058>,5,
<1000,96.7742,9.36524>,5,
<1000,161.29,26.0146>,5,
<1000,225.806,50.9886>,5,
<1000,290.323,84.2872>,5,
<1000,354.839,125.911>,5,
<1000,419.355,175.858>,5,
<1000,483.871,234.131>,5,
<1000,548.387,300.728>,5,
<1000,612.903,375.65>,5,
<1000,677.419,458.897>,5,
<1000,741.935,550.468>,5,
<1000,806.452,650.364>,5,
<1000,870.968,758.585>,5,
<1000,935.484,875.13>,5,
<1000,1000,1000>,5
pigment {rgb <0.4,0.4,0.4>}
no_shadow
}
sphere_sweep{
linear_spline
32,
<-1000,-1000,1000>,20,
<-818.67,-935.484,875.13>,20,
<-660.703,-870.968,758.585>,20,
<-524.487,-806.452,650.364>,20,
<-408.412,-741.935,550.468>,20,
<-310.866,-677.419,458.897>,20,
<-230.237,-612.903,375.65>,20,
<-164.916,-548.387,300.728>,20,
<-113.289,-483.871,234.131>,20,
<-73.7471,-419.355,175.858>,20,
<-44.6779,-354.839,125.911>,20,
<-24.4705,-290.323,84.2872>,20,
<-11.5135,-225.806,50.9886>,20,
<-4.1959,-161.29,26.0146>,20,
<-0.906314,-96.7742,9.36524>,20,
<-0.0335672,-32.2581,1.04058>,20,
<0.0335672,32.2581,1.04058>,20,
<0.906314,96.7742,9.36524>,20,
<4.1959,161.29,26.0146>,20,
<11.5135,225.806,50.9886>,20,
<24.4705,290.323,84.2872>,20,
<44.6779,354.839,125.911>,20,
<73.7471,419.355,175.858>,20,
<113.289,483.871,234.131>,20,
<164.916,548.387,300.728>,20,
<230.237,612.903,375.65>,20,
<310.866,677.419,458.897>,20,
<408.412,741.935,550.468>,20,
<524.487,806.452,650.364>,20,
<660.703,870.968,758.585>,20,
<818.67,935.484,875.13>,20,
<1000,1000,1000>,20
pigment {rgb <0.2,1,0.2>}
no_shadow
}
Llicencia
Yo, la persona titular de los drechos d'autor d'esta obra, espublízola baxo les siguientes llicencies:
| Autorízase la copia, distribución y/o cambéu d'esti documentu baxo los términos de la Llicencia de documentación llibre GNU, versión 1.2 o cualesquier otra que nel futuru espublice la Free Software Foundation; ensin seiciones invariables, testos de portada, nin testos de contraportada. Inclúise una copia de la llicencia na seición titulada GNU Free Documentation License.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue |
This file is licensed under the Creative Commons Attribution 3.0 Unported license.
- Ye llibre:
- pa compartir – pa copiar, distribuir y comunicar públicamente la obra
- pa remezclar – p'adautar la obra
- Baxo les condiciones siguientes:
- reconocimientu – Tienes de dar el créitu apropiáu, apurrir un enllaz a la llicencia ya indicar si realizasti dalgún cambéu. Puedes faelo de cualquier mou razonable ,pero non de manera que suxera l'encontu del autor pa ti o pal usu que faigas.
Pues seleicionar la llicencia que prefieras.
Pies
Añade una esplicación d'una llinia de lo que representa esti archivu
Items portrayed in this file
representa a
some value
11 set 2007
source of file inglés
data size inglés
148 160 Byte
536 píxel
541 píxel
media type inglés
image/png
checksum inglés
9917fa35db5030739b7be571c79d3c401551911d
Historial del ficheru
Calca nuna fecha/hora pa ver el ficheru como taba daquella.
| Data/Hora | Miniatura | Dimensiones | Usuariu | Comentariu | |
|---|---|---|---|---|---|
| actual | 10:50 10 set 2014 | 541 × 536 (145 kB) | wikimediacommons>RokerHRO | optipng -o7 → 27.30% decrease |
Usu del ficheru
La páxina siguiente usa esti ficheru:
