File:Neusis-heptagon.png

页面内容不支持其他语言。
這個文件來自維基共享資源
维基百科,自由的百科全书

Neusis-heptagon.png(542 × 563像素,文件大小:15 KB,MIME类型:image/png


此math图片可使用矢量图形重新创建为SVG文件。这具有很多好处;更多信息请参见共享资源:待清理媒体。如果存在此图片的SVG格式,请将其上传,然后将此模板替换为{{vector version available|新图片名称}}


建议您将SVG命名为“Neusis-heptagon.svg”,这样在使用Vector version available(或Vva)模板时就不需要填写新图片名称参数。

Geometric details: OPQR is a unit square. The arc centred on O through Q is drawn, as is the perpendicular bisector of OP. The en:Neusis construction involves finding unit interval AB through P with A on the perpendicular bisector and B on the arc. Angle PAO is the interior angle of a heptagon. The remainder of the construction can be carried out with ruler and compass. (Two of the vertices lie on the lines OR and PQ.)

摘要

描述 Neusis construction of a regular heptagon
日期
来源 自己的作品
作者 User:AndrewKepert
授权
(二次使用本文件)
GFDL and CC. GPL source included

The en:MetaPost source below is a bit of a cheat.

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
GNU head 已授权您依据自由软件基金会发行的无固定段落及封面封底文字(Invariant Sections, Front-Cover Texts, and Back-Cover Texts)的GNU自由文件许可协议1.2版或任意后续版本的条款,复制、传播和/或修改本文件。该协议的副本请见“GNU Free Documentation License”。
w:zh:知识共享
署名 相同方式共享
本文件采用知识共享署名-相同方式共享 3.0 未本地化版本许可协议授权。
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。
本许可协议标签作为GFDL许可协议更新的组成部分被添加至本文件。
w:zh:知识共享
署名 相同方式共享
本文件采用知识共享署名-相同方式共享2.5 通用2.0 通用1.0 通用许可协议授权。
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。
您可以选择您需要的许可协议。

Metapost source

The Metapost source for this file. All done via command line on MacOSX:

  • Metapost (mpost command from teTeX)
  • \convertMPtoPDF TeX command from supp-pdf.tex, processed via pdfTeX
  • ghostscript to a png at 1200x1200.

I hereby make this source available under the GPL version 2 or later.

u=2cm;
path unitcircle;   unitcircle=fullcircle scaled 2u;
thick=1mm;
thin=0.25mm;
transform heptT;
def drawruler(expr p,q) =
    path ruler[];
    ruler0:=unitsquare xscaled abs(p-q) yscaled .1u rotated angle(q-p) shifted p;
    ruler1:=unitsquare yscaled 0.5 shifted 0.25up
        xscaled abs(p-q) yscaled .1u rotated angle(q-p) shifted p;
    fill ruler0 withcolor (1,1,.5);
    fill ruler1 withcolor (.9,.9,.3);
    draw ruler0 withpen pencircle scaled 0.25;
    enddef;
beginfig(77)
    pickup  pencircle scaled thin;
    z0=(0,0);      z0d=(0,.4u);
    z1=(-0.5u,0);  z1l=(.5u-u*sqrt(2),0);
    z2=(0.5u,0);
    z3=(.5u,-u);   z3u=(.5u,-u*sqrt(2));
    z4=(-.5u,-u);
    z5=(0,-u);
    z6=(0,whatever)=z1+whatever*dir(180/7);
    z7=z6-u*dir(180/7);
    drawruler(z6,z7);
    drawruler(z3,z4);
    for i = 0 upto 7:
        z[i]vtx=dir(360i/7);
    endfor;
    xxpart heptT= yypart heptT;
    xypart heptT=-yxpart heptT;
    for i = 6,7: z[i] = z[i]vtx transformed heptT; endfor
    draw (for i = 0 upto 6: z[i]vtx -- endfor cycle) transformed heptT dashed evenly withcolor blue;
    draw z1--z2--z3--z4--cycle;
    draw z1l--z1;
    draw z0d--z5;
    draw z2--z4 dashed evenly;
    draw z6--z7;
    label.urt("O",z2);
    label.ulft("A",z6);
    label.ulft("P",z1);
    label.llft("Q",z4);
    label.rt("R",z3);
    label.lft("B",z7);
    draw subpath (4,5) of unitcircle scaled (sqrt(2)) shifted z2;
    for i = 1,2,6,7,3,4:
        if known(x[i]):
            drawdot z[i] withpen pencircle scaled thick;
        fi
    endfor
endfig;    
bye

See also

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2006年5月19日 (五) 08:222006年5月19日 (五) 08:22版本的缩略图542 × 563(15 KB)AndrewKepert~commonswiki{{Information| |Description=Neusis construction of a regular heptagon |Source=own work |Date=19 May 2006 |Author=User:AndrewKepert |Permission=GFDL and CC. GPL source included }}

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件: