קובץ:Relation 0011 0011 (cubic matrix).png

תוכן הדף אינו נתמך בשפות אחרות.
מתוך ויקיפדיה, האנציקלופדיה החופשית

לקובץ המקורי(2,048 × 2,048 פיקסלים, גודל הקובץ: 113 ק"ב, סוג MIME‏: image/png)

ויקישיתוף זהו קובץ שמקורו במיזם ויקישיתוף. תיאורו בדף תיאור הקובץ המקורי (בעברית) מוצג למטה.

תקציר

This file shows a 16×16×16 "logical tensor" representing a 3-ary Boolean relation. (white 0, red 1)

In the following example calculation the 3-ary relations are represented by their logical tensor,
their Venn diagrams and cubes dual to the Venn diagrams.

As the used operation is and the resulting tensor shows all ones that are both in the fist and in the second input.



1011 1011



1100 1111



1000 1011


The dimension 3 is necesseary because 3-ary relations are to be represented.
The 24=16 is a random power of two. Tensors like this one represent the relations in a four element universe.



This file was created with POV-Ray, and uploaded with Commonist.

Published by Watchduck under the following licences:

אני, בעל זכויות היוצרים על היצירה הזאת, מפרסם אותה בזאת תחת הרישיונות הבאים:
GNU head מוענקת בכך הרשות להעתיק, להפיץ או לשנות את המסמך הזה, לפי תנאי הרישיון לשימוש חופשי במסמכים של גנו, גרסה 1.2 או כל גרסה מאוחרת יותר שתפורסם על־ידי המוסד לתוכנה חופשית; ללא פרקים קבועים, ללא טקסט עטיפה קדמית וללא טקסט עטיפה אחורית. עותק של הרישיון כלול בפרק שכותרתו הרישיון לשימוש חופשי במסמכים של גנו.
w:he:Creative Commons
ייחוס
הקובץ הזה מתפרסם לפי תנאי רישיון קריאייטיב קומונז ייחוס 3.0 לא מותאם.
הנכם רשאים:
  • לשתף – להעתיק, להפיץ ולהעביר את העבודה
  • לערבב בין עבודות – להתאים את העבודה
תחת התנאים הבאים:
  • ייחוס – יש לתת ייחוס הולם, לתת קישור לרישיון, ולציין אם נעשו שינויים. אפשר לעשות את זה בכל צורה סבירה, אבל לא בשום צורה שמשתמע ממנה שמעניק הרישיון תומך בך או בשימוש שלך.
הנכם מוזמנים לבחור את הרישיון הרצוי בעיניכם.

POV-Ray source

#include "colors.inc"    

                                                       
background {color White}                                                      
                                                       
                                                       
camera { angle 8
        location <65,45,-150>
        look_at  <7.6, 7.5, 8>  
        up    < 0, 1, 0>
        right   < 1, 0, 0>

       }
                    
      
                    

                       

    
             
light_source { <50,30,20>
               color White
               shadowless
             }    
    
             
light_source { <-1,20,-1>
               color White
               shadowless
             }   
             



difference{   
           box {
                < -0.1,-0.1,-0.1>, 
                < 16.1,16.1,16.1>  
                pigment{color Black} 
               }
           
           union{
                 box{
                     < -8,-8,-8>, 
                     < 8,8,8>  
                     pigment{color Black}  
                     scale <1.02,0.995,0.995>
                    } 
                 box{
                     < -8,-8,-8>, 
                     < 8,8,8>  
                     pigment{color Black}  
                     scale <0.995,1.02,0.995>
                    }                     
                 box{
                     < -8,-8,-8>, 
                     < 8,8,8>  
                     pigment{color Black}  
                     scale <0.995,0.995,1.02>
                    } 
                 translate<8,8,8>                 
                }  
             no_reflection 
            }   

 
 
sphere{<0,0,0>,0.3
       pigment{color Black}
      } 
 
           
           
           
/////////////////////////////////////////////////////// red
  
  
  
  
#declare unit0 = 
                 box{
                     < 15.98,15.98,15.98>, 
                     < 15.02,15.02,15.02>  
                     pigment{color Red}  
                    };   
                 
#declare v1 = <-1, 0, 0>;
#declare v2 = < 0,-1, 0>; 
#declare v3 = <-1,-1, 0>;

                  
////////////////////////////////////////


declare unit1 =
union{
object{unit0}   
object{unit0 translate v1}  
object{unit0 translate v2}  
object{unit0 translate v3}  
     }
            
declare unit2 =
union{
object{unit1} 
object{unit1 translate 2*v1}  
object{unit1 translate 2*v2}  
object{unit1 translate 2*v3}
     }
     
         
declare unit3 =
union{         
object{unit2} 
object{unit2 translate 4*v1}   
object{unit2 translate 4*v2}   
object{unit2 translate 4*v3}  
     }
     

object{unit3}   
object{unit3 translate 8*v1} 
object{unit3 translate 8*v2} 
object{unit3 translate 8*v3}

כיתובים

נא להוסיף משפט שמסביר מה הקובץ מייצג

פריטים שמוצגים בקובץ הזה

מוצג

היסטוריית הקובץ

ניתן ללחוץ על תאריך/שעה כדי לראות את הקובץ כפי שנראה באותו זמן.

תאריך/שעהתמונה ממוזערתממדיםמשתמשהערה
נוכחית01:51, 7 ביולי 2015תמונה ממוזערת לגרסה מ־01:51, 7 ביולי 2015‪2,048 × 2,048‬ (113 ק"ב)CmdrjamesonCompressed with pngout. Reduced by 49kB (30% decrease).
16:33, 27 בינואר 2011תמונה ממוזערת לגרסה מ־16:33, 27 בינואר 2011‪2,048 × 2,048‬ (162 ק"ב)Watchduck

אין בוויקיפדיה דפים המשתמשים בקובץ זה.

שימוש גלובלי בקובץ

אתרי הוויקי השונים הבאים משתמשים בקובץ זה: