File:Splined epitrochoid.svg

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

原始文件(SVG文件,尺寸为369 × 363像素,文件大小:51 KB)


摘要

 
本图片使用SageMath创作.
描述

Made with Sage; code is as follows:

# Five-petaled epitrochoid via splining the points:
# Draw an epitrochoid, fixed circle radius R, rotating circle
# of radius r, pen at distance d from center of rotating circle.

R = 5
r = 2
d = 3
rotations = ((R + r) / r).denom()
v = []
step = 0.2
for t in srange(0, 2 * pi * rotations, step):
    v.append(((R + r) * cos(t) - d * cos(((R + r) / r) * t),
             (R + r) * sin(t) - d * sin(((R + r) / r) * t)))
x_spline = spline([(RDF(i) / len(v), v[i][0]) for i in range(len(v))] + [(1, v[0][0])])
y_spline = spline([(RDF(i) / len(v), v[i][1]) for i in range(len(v))] + [(1, v[0][1])])
show(points(v, rgbcolor=(1, 0, 0), pointsize=10) + parametric_plot((x_spline, y_spline), (x, 0, 1), thickness=0.5),
                                                                   figsize=[4, 4], ticks=[2.5, 2.5], xmin=-10)
日期 (UTC)
来源 本檔案衍生自: Splined epitrochoid.png
作者


这是一张修改过的图片,这意味着它已在原版本的基础上通过软件进行了编辑,改动内容:Vectorized。其原始版本为:Splined epitrochoid.png

许可协议

本作品已被作者中文维基百科项目的dino释出到公有领域。这适用于全世界。

如果这样做不合法的话:
dino无条件地授予任何人以任何目的使用本作品的权利,除非这些条件是法律规定所必需的。

原始上传日志

This image is a derivative work of the following images:

  • File:Splined_epitrochoid.png licensed with PD-user-w
    • 2010-07-25T20:52:50Z Aleksd 400x400 (27936 Bytes) {{Information |Description=made with SAGE; code follows: # Five-petaled epitrochoid via splining the points: # Draw an epitrochoid, fixed circle radius R, rotating circle # of radius r, pen at distance d from center of rota

Uploaded with derivativeFX

说明

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

此文件中描述的项目

描繪內容

文件历史

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

日期/时间缩⁠略⁠图大小用户备注
当前2012年1月29日 (日) 08:282012年1月29日 (日) 08:28版本的缩略图369 × 363(51 KB)InverseHypercubeproper domain and ticks
2012年1月29日 (日) 08:202012年1月29日 (日) 08:20版本的缩略图366 × 373(41 KB)InverseHypercube== {{int:filedesc}} == {{Information |Description=Made with Sage; code is as follows: <source lang="python"> # Five-petaled epitrochoid via splining the points: # Draw an epitrochoid, fixed circle radius R, rotating circle # of radius r, pen at distance

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件: