ファイル:Mayer Vietoris sequence boundary map on torus.png

ページのコンテンツが他言語でサポートされていません。

元のファイル(700 × 750 ピクセル、ファイルサイズ: 172キロバイト、MIME タイプ: image/png)

概要

解説
English: Illustration of the boundary map ∂* for the Mayer-Vietoris sequence on the 2-torus where the 1-cycle x = u + v is the sum of two 1-chains whose boundary lies in the intersection of A and B.
日付
原典

own work, heavily based on DoubleTorusCover.png by RobHar, the description of which says:

“Own work using POV-Ray and Inkscape. Based on a drawing by User:GeometryGirl (public domain)”
作者 Quilbert
その他のバージョン File:DoubleTorusCover.png

Data file

The torus was produced using POV-Ray v3.6 using the following code:

#include "colors.inc"
#include "shapes.inc"   
#include "textures.inc"
#include "functions.inc"

camera
{
       location <-0.5, 3, -2>
       look_at <0, 0, 0>
}

//Striped textures
#declare bluestripes = texture
       {
               pigment
               { 
                       gradient y
                       colour_map{[0 rgb <0,0,1>][0.15 rgb <1,1,1>]}
               }
               scale 0.07
               finish { ambient 0.3 }
               rotate <0,0,90>
       }
       
#declare redstripes = texture
       {
               pigment
               {
                       gradient z
                       colour_map{[0 rgb <0.8,0,0>][0.25 rgb <1,1,1>]}
               }
               scale 0.07
               finish { ambient 0.3 }
       }
       
#declare blueredstripes = texture
       {        
               pigment
               {
                       gradient z
                       colour_map{[0 rgb <0.8,0,0>][0.25 rgb <1,1,1>]}
               }
               scale 0.07
               finish { ambient 0.3 }   
       }              
       texture
       {
               pigment
               {
                       gradient y
                       colour_map{[0 rgb <0,0,0.8>][0.15 rgb <1,1,1> filter 1]}
               }
               scale 0.07
               finish { ambient 0.3 }
               rotate <0,0,90>  
       }

#declare Blob_threshold=0.0001;

#declare double_torus=isosurface
{
       function        //Smoothed sum of two level surfaces
       {
		f_torus((abs(x)-0.15+abs(abs(x)-0.15))/2,y,z+0.012,0.7,0.28)
       }
       contained_by { box { <-1.5,-0.3,-1.5>, <1.5,0.3,1.5> } }      //Set containing box, default is too small
       max_gradient 15
}

//Red part
object
{        
       double_torus
       clipped_by{plane{-x,-0.15}}
       texture
       {
               redstripes
       }
}

//Blue part
object
{        
       double_torus
       clipped_by{plane{x,-0.15}}
       texture
       {
               bluestripes
       }
}

//Intersection part
object
{        
       double_torus
       clipped_by{plane{x,0.15}}
       clipped_by{plane{-x,0.15}}
       texture
       {
               blueredstripes
       }
}

//Empty background
plane
{
       <0, 1, 0>, -2
       no_image
}                               

light_source { <0, 1.5, -2> color White}

ライセンス

この作品の著作権者である私は、この作品を以下のライセンスで提供します。
w:ja:クリエイティブ・コモンズ
表示 継承
このファイルはクリエイティブ・コモンズ 表示-継承 3.0 非移植ライセンスのもとに利用を許諾されています。
あなたは以下の条件に従う場合に限り、自由に
  • 共有 – 本作品を複製、頒布、展示、実演できます。
  • 再構成 – 二次的著作物を作成できます。
あなたの従うべき条件は以下の通りです。
  • 表示 – あなたは適切なクレジットを表示し、ライセンスへのリンクを提供し、変更があったらその旨を示さなければなりません。これらは合理的であればどのような方法で行っても構いませんが、許諾者があなたやあなたの利用行為を支持していると示唆するような方法は除きます。
  • 継承 – もしあなたがこの作品をリミックスしたり、改変したり、加工した場合には、あなたはあなたの貢献部分を元の作品とこれと同一または互換性があるライセンスの下に頒布しなければなりません。
GNU head この文書は、フリーソフトウェア財団発行のGNUフリー文書利用許諾書 (GNU Free Documentation License) 1.2またはそれ以降のバージョンの規約に基づき、複製や再配布、改変が許可されます。不可変更部分、表紙、背表紙はありません。このライセンスの複製は、GNUフリー文書利用許諾書という章に含まれています。
あなたは上記のライセンスから、どれか一つ以上を選択できます。

キャプション

このファイルの内容を1行で記述してください

このファイルに描写されている項目

題材

14 7 2010

ファイルの履歴

過去の版のファイルを表示するには、その版の日時をクリックしてください。

日付と時刻サムネイル寸法利用者コメント
現在の版2011年5月16日 (月) 12:232011年5月16日 (月) 12:23時点における版のサムネイル700 × 750 (172キロバイト)Quilbert{{Information |Description ={{en|1=Illustration of the boundary map ∂<sub>*</sub> for the Mayer-Vietoris sequence on the 2-torus where the 1-cycle x = u + v is the sum of two 1-chains whose boundary lies in the intersection of A and B.}} |Source

以下のページがこのファイルを使用しています:

グローバルなファイル使用状況

以下に挙げる他のウィキがこの画像を使っています: