Mynd:Asymptote02 vectorial.svg

Page contents not supported in other languages.
Úr Wikipediu, frjálsa alfræðiritinu

Upphafleg skrá(SVG-skrá, að nafni til 720 × 540 mynddílar, skráarstærð: 167 KB)

Skrá þessi er af Wikimedia Commons, og deilt meðal annarra verkefna og nýtist því þar. Hér fyrir neðan er afrit af skráarsíðunni þar.

Lýsing

Lýsing
English: Example of a curve with its asymptote shows that the curve may intersect the asymptote, in this case an infinite amount of times.
Dagsetning
Uppruni eigin skrá
Höfundarréttarhafi Guillaume Jacquenot
SVG genesis
InfoField
 
The source code of this SVG is invalid due to 138 errors.
 
This W3C-invalid plot was created with Matplotlib.
Source code
InfoField

Python code

# -*- coding: utf-8 -*-
#
# Script to generate an asymptote curve.
#
# **************************************************************
# Example of a curve with its asymptote
# shows that the curve may intersect the asymptote,
# in this case an infinite amount of times.
# **************************************************************
#
# Guillaume Jacquenot
# 2013 03 20

import numpy as np
import matplotlib
from matplotlib.pyplot import figure, show, rc, grid

def makePlot(outputFilename = r'Asymptote02.svg'):
    rc('grid', linewidth = 1, linestyle = '-', color = '#a0a0a0')
    rc('xtick', labelsize = 15)
    rc('ytick', labelsize = 15)
    rc('font',**{'family':'serif','serif':['Palatino'],'size':15})
    rc('text', usetex=True)

    fig = figure()
    ax = fig.add_axes([0.12, 0.12, 0.76, 0.76])#axisbg='#d5de9c'
    n = 14
    t = np.arange(0.07,12.0,0.01)
    x = t + np.cos(n*t)/t
    y = t + np.sin(n*t)/t
    ax.plot(x, y, color='#ee8d18', lw = 2)
    ax.plot([-4,12], [-4,12], lw = 1, ls = '--', color = 'k')
    ax.set_aspect('equal')
    grid(True)
    ax.set_xlabel('$x$')
    ax.set_ylabel('$y$',rotation=0)
    ax.set_title(r'$x=t+\frac{\cos(nt)}{t}, y=t+\frac{\sin(nt)}{t}, t>0, n = '+str(n)+r'$',
                 fontsize=15)
    fig.savefig(outputFilename)
    fig.show()

makePlot()

Leyfisupplýsingar:

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
tilvísun höfundarréttar Deila eins
Þessi skrá er með Creative Commons Tilvísun-DeilaEins 3.0 Óstaðfært notkunarleyfi.
Þér er frjálst:
  • að deila – að afrita, deila og yfirfæra verkið
  • að blanda – að breyta verkinu
Undir eftirfarandi skilmálum:
  • tilvísun höfundarréttar – Þú verður að tilgreina viðurkenningu á höfundarréttindum, gefa upp tengil á notkunarleyfið og gefa til kynna ef breytingar hafa verið gerðar. Þú getur gert þetta á einhvern ásættanlegan máta, en ekki á nokkurn þann hátt sem bendi til þess að leyfisveitandinn styðji þig eða notkun þína á verkinu.
  • Deila eins – Ef þú breytir, yfirfærir eða byggir á þessu efni, þá mátt þú eingöngu dreifa því verki með sama eða svipuðu leyfi og upprunalega verkið er með.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts enska

some value

author name string enska: Guillaume Jacquenot

20. mars 2013

MIME type enska

image/svg+xml

checksum enska

cc3f27965910865ecf78804db8629987b3e8d9c3

data size enska

170.866 Bæti

540 díll

720 díll

Breytingaskrá skjals

Smelltu á dagsetningu eða tímasetningu til að sjá hvernig hún leit þá út.

Dagsetning/TímiSmámyndVíddirNotandiAthugasemd
núverandi23. mars 2013 kl. 10:44Smámynd útgáfunnar frá 23. mars 2013, kl. 10:44720 × 540 (167 KB)GjacquenotFix a title error Increase curve resolution, so that it looks smooth everywhere
20. mars 2013 kl. 22:53Smámynd útgáfunnar frá 20. mars 2013, kl. 22:53720 × 540 (160 KB)GjacquenotUser created page with UploadWizard

Eftirfarandi síða notar þessa skrá:

Altæk notkun skráar

Eftirfarandi wikar nota einnig þessa skrá:

Lýsigögn