চিত্র:WedgeSumSpheres.png

পাতাটির বিষয়বস্তু অন্যান্য ভাষায় নেই।
এই ফাইলটি উইকিমিডিয়া কমন্স থেকে নেওয়া। মূল পাতাটি দেখতে ক্লিক করুন।
উইকিপিডিয়া, মুক্ত বিশ্বকোষ থেকে

পূর্ণ রেজোলিউশন(১,০২৪ × ৭৬৮ পিক্সেল, ফাইলের আকার: ২৩০ কিলোবাইট, এমআইএমই ধরন: image/png)

এই ফাইলটি উইকিমিডিয়া কমন্স থেকে নেওয়া। সেখানের বর্ণনা পাতার বিস্তারিত নিম্নে দেখানো হলো। (সম্পাদনা)
উইকিমিডিয়া কমন্স, মুক্ত লাইসেন্সযুক্ত মিডিয়ার একটি ভান্ডার। আপনি সাহায্য করতে পারেন

সারাংশ

বিবরণ
English: A wedge sum of two spheres with a cover appropriate to apply the Mayer-Vietoris sequence to calculate its homology groups.
তারিখ
উৎস Own work using POV-Ray and Inkscape. Based on a drawing by User:GeometryGirl (public domain)
লেখক RobHar

Data file

The spheres were produced using POV-Ray v3.6 using the following code:

 #include "colors.inc"
 #include "shapes.inc"   
 #include "textures.inc"
 
 camera
 {
        location <0, 0, -2>
        look_at <0, 0, 0>
 }
 
 //Striped textures
 #declare bluestripes = texture
        {
                pigment
                { 
                        gradient y
                        colour_map{[0 rgb <0,0,1>][0.1 rgb <1,1,1>]}
                }
                scale 0.05
                finish { ambient 0.3 }
                rotate <0,0,45>
        }
        
 #declare redstripes = texture
        {
                pigment
                {
                        gradient y
                        colour_map{[0 rgb <0.8,0,0>][0.1 rgb <1,1,1>]}
                }
                scale 0.05
                finish { ambient 0.3 }
                rotate <0,0,-45>          
        }
        
 #declare blueredstripes = texture
        {        
                pigment
                {
                        gradient y
                        colour_map{[0 rgb <0.8,0,0>][0.1 rgb <1,1,1>]}
                }                                                    
                scale 0.05
                finish { ambient 0.3 }
                rotate <0,0,-45>   
        }              
        texture
        {
                pigment
                {
                        gradient y
                        colour_map{[0 rgb <0,0,0.8>][0.1 rgb <1,1,1> filter 1]}
                }
                scale 0.05
                finish { ambient 0.3 }
                rotate <0,0,45>  
        }
 
 //Blue sphere
 object
 {
 sphere
 {
        <-0.5, 0, 0>, 0.5
        texture
        {
                bluestripes
        }
 }
 clipped_by{plane{x,-0.20}}
 }
 
 //Red sphere
 object
 {
 sphere
 {
        <0.5, 0, 0>, 0.5
        texture
        {
                redstripes          
        }
 }
 clipped_by{plane{-x,-0.20}}   
 }
 
 //Middle part
 union
 {
 sphere
 {
        <-0.5, 0, 0>, 0.5
        clipped_by{plane{-x,0.2}}       
 }
 sphere
 {
        <0.5, 0, 0>, 0.5
        clipped_by{plane{x,0.2}}       
 }
 
 texture
 {
        blueredstripes
 }
 }
 
 //Basepoint
 sphere
 {
        <0,0,-0.2> 0.02
        pigment {colour Black}
 }   
 
 //Empty background
 plane
 {
        <0, 1, 0>, -2
        no_image
 }                               
 
 light_source { <0, 1.5, -2> color White}

লাইসেন্স প্রদান

Public domain আমি, এই কাজের স্বত্বাধিকারী, এতদ্দ্বারা আমি এই কাজকে পাবলিক ডোমেইন লাইসেন্সের আওতায় প্রকাশ করলাম। এটি বিশ্বব্যাপী প্রযোজ্য হবে।
কিছু দেশে এটি আইনত সিদ্ধ নাও হতে পারে, যদি তাই হয়:
আমি যে-কাউকে এই কাজটি যেকোনো উদ্দেশ্যে, বিনাশর্তে ব্যবহারের অনুমতি প্রদান করছি, যদি না সেই শর্তগুলো আইনত প্রয়োজনীয় হয়।

ক্যাপশন

এই ফাইল কি প্রতিনিধিত্ব করছে তার এক লাইন ব্যাখ্যা যোগ করুন

এই ফাইলে চিত্রিত আইটেমগুলি

যা চিত্রিত করে

ফাইলের ইতিহাস

যেকোনো তারিখ/সময়ে ক্লিক করে দেখুন ফাইলটি তখন কী অবস্থায় ছিল।

তারিখ/সময়সংক্ষেপচিত্রমাত্রাব্যবহারকারীমন্তব্য
বর্তমান০০:৪৪, ১৮ ডিসেম্বর ২০০৮০০:৪৪, ১৮ ডিসেম্বর ২০০৮-এর সংস্করণের সংক্ষেপচিত্র১,০২৪ × ৭৬৮ (২৩০ কিলোবাইট)RobHar{{Information |Description={{en|1=A wedge sum of two spheres with a cover appropriate to apply the Mayer-Vietoris sequence to calculate its homology groups.}} |Source=Own work using POV-Ray and Inkscape |Author=RobHar |Date=2008-12-17 |Per

নিচের পৃষ্ঠা(গুলো) থেকে এই ছবিতে সংযোগ আছে:

ফাইলের বৈশ্বিক ব্যবহার

নিচের অন্যান্য উইকিগুলো এই ফাইলটি ব্যবহার করে: