Home  

Random  

Nearby  



Log in  



Settings  



Donate  



About Wikipedia  

Disclaimers  



Wikipedia





File:Asymptote02 vectorial.svg





File  

Talk  



Language  

Watch  






File

File history

File usage

Global file usage

Metadata
File:Asymptote02 vectorial.svg
Size of this PNG preview of this SVG file: 720 × 540 pixels. Other resolutions: 320 × 240 pixels | 640 × 480 pixels | 1,024 × 768 pixels | 1,280 × 960 pixels | 2,560 × 1,920 pixels.

Original file(SVG file, nominally 720 × 540 pixels, file size: 167 KB)





Summary

Description
English: Example of a curve with its asymptote shows that the curve may intersect the asymptote, in this case an infinite amount of times.
Date
Source Own work
Author Guillaume Jacquenot
SVG development

InfoField

 
The source code of this SVGisinvalid 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()

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
  • Under the following conditions:

    Captions

    Add a one-line explanation of what this file represents

    Items portrayed in this file

    depicts

    some value

    20 March 2013

    image/svg+xml

    cc3f27965910865ecf78804db8629987b3e8d9c3

    170,866 byte

    540 pixel

    720 pixel

    File history



    Click on a date/time to view the file as it appeared at that time.
    Date/TimeThumbnailDimensionsUserComment
    current10:44, 23 March 2013Thumbnail for version as of 10:44, 23 March 2013720 × 540 (167 KB)GjacquenotFix a title error Increase curve resolution, so that it looks smooth everywhere
    22:53, 20 March 2013Thumbnail for version as of 22:53, 20 March 2013720 × 540 (160 KB)GjacquenotUser created page with UploadWizard



    The following pages on the English Wikipedia use this file (pages on other projects are not listed):

    Asymptote


    Global file usage


    The following other wikis use this file:

    Usage on ca.wikipedia.org

    Asímptota


    Usage on ckb.wikipedia.org

    لێنەکەوت


    Usage on es.wikipedia.org

    Asíntota


    Usage on fa.wikipedia.org

    مجانب


    Usage on fi.wikipedia.org

    Asymptootti


    Usage on fr.wikipedia.org

    Asymptote


    Usage on gl.wikipedia.org

    Asíntota


    Usage on id.wikipedia.org

    Asimtot


    Usage on is.wikipedia.org

    Aðfella


    Usage on ja.wikipedia.org




    Usage on lt.wikipedia.org

    Asimptotė


    Usage on lv.wikipedia.org

    Asimptota


    Usage on nl.wikipedia.org

    Asymptoot


    Usage on pl.wikipedia.org

    Asymptota


    Usage on ro.wikipedia.org

    Asimptotă


    Usage on sr.wikipedia.org

    Асимптота


    Usage on ta.wikipedia.org




    Usage on tl.wikipedia.org

    Asymptote



    Metadata

    This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.

    If the file has been modified from its original state, some details may not fully reflect the modified file.


    Retrieved from "https://en.wikipedia.org/wiki/File:Asymptote02_vectorial.svg"
     




    Languages

     



    This page is not available in other languages.
     

    Wikipedia




    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Terms of Use

    Desktop