לדלג לתוכן

קובץ:Non-Desargues configuration.svg

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

לקובץ המקורי(קובץ SVG, הגודל המקורי: 540 × 531 פיקסלים, גודל הקובץ: 6 ק"ב)

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

תקציר

תיאור A 103 configuration that is not incidence-isomorphic to a Desargues configuration. Redrawn more accurately from a bitmap image by Michael Hardy, en:Image:Pentagrams.png.
תאריך יצירה
מקור נוצר על־ידי מעלה היצירה
יוצר David Eppstein

Source code

This image was created as a pdf file by the following Python code, then recolored in Adobe Illustrator and converted to SVG.

from pyx import canvas,path,color
from math import *

rot = [e**(pi*0.4j*i) for i in range(5)]

def orient(p,q):
    return p.real * q.imag - p.imag * q.real

def testx(x):
    p = rot[1].real + 1j * x
    return orient(p - 1, p * rot[3] - 1)

lo,hi = 3,4
while hi - lo > 1e-8:
    mid = (lo+hi)/2.0
    if testx(mid) < 0: hi = mid
    else: lo = mid

c = canvas.canvas()

scale=2.0
def edge(p,q):
    c.stroke(path.line(p.real*scale,p.imag*scale,q.real*scale,q.imag*scale),
             [color.rgb.black])

def point(p):
    c.fill(path.circle(p.real*scale,p.imag*scale,0.08*scale),[color.rgb.red])

for i in range(5):
    p2 = 1 * rot[i-4]
    p3 = (rot[1].real + 1j * mid) * rot[i]
    p4 = p3 * rot[2]
    edge(p3,p4)
    edge(p4,p2)

for i in range(5):
    point(1*rot[i])
    point((rot[1].real + 1j * mid) * rot[i])

c.writePDFfile("Non-Desargues configuration")

רישיון

Public domain ברצוני, בעלי זכויות היוצרים על יצירה זו, לשחרר יצירה זו לנחלת הכלל. זה תקף בכל העולם.
יש מדינות שבהן הדבר אינו אפשרי על פי חוק, אם כך:
אני מעניק לכל אחד את הזכות להשתמש בעבודה זו לכל מטרה שהיא, ללא תנאים כלשהם, אלא אם כן תנאים כאלה נדרשים על פי חוק.

כיתובים

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

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

מוצג

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

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

תאריך/שעהתמונה ממוזערתממדיםמשתמשהערה
נוכחית08:33, 9 באפריל 2008תמונה ממוזערת לגרסה מ־08:33, 9 באפריל 2008‪531 × 540‬ (6 ק"ב)David EppsteinRecolor more boldly
04:15, 9 באפריל 2008תמונה ממוזערת לגרסה מ־04:15, 9 באפריל 2008‪342 × 348‬ (5 ק"ב)David EppsteinDraw it as an actual configuration without splitting some of the lines into two segments. Should be no visible change from this version to the previous.
04:08, 9 באפריל 2008תמונה ממוזערת לגרסה מ־04:08, 9 באפריל 2008‪342 × 348‬ (6 ק"ב)David Eppstein{{Information |Description=A 10<sub>3</sub> configuration that is not incidence-isomorphic to a Desargues configuration. Redrawn more accurately from a bitmap image by Michael Hardy, [[:en:I

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

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

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