Dokument origjinal(skedë SVG, fillimisht 369 × 363 pixel, madhësia e skedës: 51 KB)

Kjo skedë është prej Wikimedia Commons dhe mund të përdoret nga projekte të tjera. Përshkrimi në këtë skedë në këtë faqe nuk është treguar më poshtë. Shko tek faqja përshkruese në Commons Shko tek faqja përshkruese në Commons

Përmbledhje

 
This diagram was created with SageMath.
Përshkrimi

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)
Data (UTC)
Burimi This file was derived from: Splined epitrochoid.png
Autori


This is a retouched picture, which means that it has been digitally altered from its original version. Modifications: Vectorized. The original can be viewed here: Splined epitrochoid.png.

Licencim

Kjo skedë është lëshuar në public domain nga autori i saj, dino, at the anglisht Wikipedia project. Kjo aplikohet në të gjithë botën.

In case this is not legally possible:
dino i garanton çdokujt të drejtën për ta përdorur këtë punë për çdo qëllim, pa asnjë kusht, përveç rasteve kur këto kushte janë të kërkuara nga ligji.

Regjistri origjinal i ngarkimeve

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

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

përshkruan

29 janar 2012

Historiku skedës

Shtypni mbi një datë/kohë për ta parë skedën siç ishte atëherë.

Data/KohaMiniaturëPërmasatPërdoruesiKoment
e tanishme29 janar 2012 10:28Miniaturë për versionin duke filluar nga 29 janar 2012 10:28369 × 363 (51 KB)InverseHypercubeproper domain and ticks
29 janar 2012 10:20Miniaturë për versionin duke filluar nga 29 janar 2012 10:20366 × 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

Këto faqe lidhen tek kjo skedë:

Përdorimi global i skedës

Kjo skedë përdoret nga Wiki të tjera në vijim: