Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 

















File:Complex sin abs 01 Pengo.svg




Page contents not supported in other languages.  









File
Talk
 

















Read
View on Commons
 








Tools
   


Actions  



Read
View on Commons
 




General  



What links here
Upload file
Special pages
Printable version
Page information
Get shortened URL
Download QR code
 
















Appearance
   

 





This is a file from the Wikimedia Commons

From Wikipedia, the free encyclopedia
 


File

File history

File usage

Global file usage

Metadata
File:Complex sin abs 01 Pengo.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: 371 KB)





Summary

Description
English: abs(sin(z))
Date
Source Own work, based on Complex sine.svgbyDave Farrance (public domain).
Author Pengo
Other versions

sin(z):

SVG development

InfoField

 
The SVG code is valid.
 
This plot was created with Matplotlib.
Source code

InfoField

Python code

#!/usr/bin/env python
 
"""This generates four graphs for sin(z)."""
# Origin: Peter Halasz. 2010-09-14
# Enhanced: Ika. 2013-07-23
 
import numpy as np
from pylab import *
from mpl_toolkits.mplot3d import Axes3D
 
graphs = {'abs':abs, 'real':real, 'imag':imag, 'angle':angle}
 
for gr in graphs:
        ax = Axes3D(figure(), azim = -135, elev = 45)
        X = arange(-2*pi, 2*pi, pi/12)
        Y = arange(-2, 2, pi/12)
        X, Y = meshgrid(X, Y)
        fn = graphs[gr]
        Z = fn(sin(X + Y*1j))  # abs, real, imag, angle. angle range [-pi, pi]
        ax.plot_surface(X, Y, Z, rstride = 1, cstride = 1, cmap = cm.jet)
        ax.contour(X, Y, Z, zdir='z', offset=np.min(Z))
        ax.set_xlabel("x")
        ax.set_ylabel("y")
        ax.set_zlabel(gr + '(sin(x+iy))')
        plt.savefig("complex_sin_" + gr + "_01_Pengo.svg")

Licensing

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

some value

14 September 2010

image/svg+xml

a4514d8f022d224fdc7a3b638e4855cc779e0875

380,136 byte

540 pixel

720 pixel

File history



Click on a date/time to view the file as it appeared at that time.
Date/TimeThumbnailDimensionsUserComment
current03:18, 24 July 2013Thumbnail for version as of 03:18, 24 July 2013720 × 540 (371 KB)IkamusumeFanAdd X-Y contour.
05:52, 14 September 2010Thumbnail for version as of 05:52, 14 September 2010720 × 540 (348 KB)Pengo{{Information |Description={{en|1=abs(sin(z)) or |sin(z)|}} |Source={{own}} |Author=Pengo |Date=2010-09-14 |Permission= |other_versions= }} Category:Sine function



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

Sine and cosine


Global file usage


The following other wikis use this file:

Usage on fr.wikipedia.org

Sinus (mathématiques)


Usage on id.wikipedia.org

Sinus dan kosinus



Metadata

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:Complex_sin_abs_01_Pengo.svg"







Privacy policy

About Wikipedia

Disclaimers

Contact Wikipedia

Code of Conduct

Developers

Statistics

Cookie statement

Mobile view



Wikimedia Foundation
Powered by MediaWiki