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:28於 2012年1月29日 (日) 08:28 版本的縮圖369 × 363(51 KB)InverseHypercubeproper domain and ticks
2012年1月29日 (日) 08:20於 2012年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 使用了這個檔案: