Jump to content
Wikipedia The Free Encyclopedia

File:Complex sin abs 01 Pengo.svg

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Original file (SVG file, nominally 720 ×ばつ 540 pixels, file size: 371 KB)
This is a file from the Wikimedia Commons. Information from its description page there is shown below.
Commons is a freely licensed media file repository. You can help.

Summary

DescriptionComplex sin abs 01 Pengo.svg
English: abs(sin(z))
Date
Source Own work, based on Complex sine.svg by Dave 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日
 
importnumpyasnp
frompylabimport *
frommpl_toolkits.mplot3dimport 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 domainPublic domainfalsefalse
[画像: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

inception<\/a>"}},"text\/plain":{"en":{"":"inception"}}},"{\"value\":{\"time\":\"+2010年09月14日T00:00:00Z\",\"timezone\":0,\"before\":0,\"after\":0,\"precision\":11,\"calendarmodel\":\"http:\\\/\\\/www.wikidata.org\\\/entity\\\/Q1985727\"},\"type\":\"time\"}":{"text\/html":{"en":{"P571":"14 September 2010"}},"text\/plain":{"en":{"P571":"14 September 2010"}}}}" class="wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P571 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed">

14 September 2010

source of file<\/a>"}},"text\/plain":{"en":{"":"source of file"}}},"{\"value\":{\"entity-type\":\"item\",\"numeric-id\":66458942,\"id\":\"Q66458942\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"P7482":"original creation by uploader<\/a>"}},"text\/plain":{"en":{"P7482":"original creation by uploader"}}}}" class="wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P7482 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed">
media type<\/a>"}},"text\/plain":{"en":{"":"media type"}}},"{\"value\":\"image\\\/svg+xml\",\"type\":\"string\"}":{"text\/html":{"en":{"P1163":"image\/svg+xml"}},"text\/plain":{"en":{"P1163":"image\/svg+xml"}}}}" class="wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P1163 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed">

image/svg+xml

checksum<\/a>"}},"text\/plain":{"en":{"":"checksum"}}},"{\"value\":\"a4514d8f022d224fdc7a3b638e4855cc779e0875\",\"type\":\"string\"}":{"text\/html":{"en":{"P4092":"a4514d8f022d224fdc7a3b638e4855cc779e0875"}},"text\/plain":{"en":{"P4092":"a4514d8f022d224fdc7a3b638e4855cc779e0875"}}},"{\"value\":{\"entity-type\":\"property\",\"numeric-id\":459,\"id\":\"P459\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"":"determination method or standard<\/a>"}},"text\/plain":{"en":{"":"determination method or standard"}}},"{\"value\":{\"entity-type\":\"item\",\"numeric-id\":13414952,\"id\":\"Q13414952\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"P459":"SHA-1<\/a>"}},"text\/plain":{"en":{"P459":"SHA-1"}}}}" class="wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P4092 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed">

a4514d8f022d224fdc7a3b638e4855cc779e0875

data size<\/a>"}},"text\/plain":{"en":{"":"data size"}}},"{\"value\":{\"amount\":\"+380136\",\"unit\":\"http:\\\/\\\/www.wikidata.org\\\/entity\\\/Q8799\"},\"type\":\"quantity\"}":{"text\/html":{"en":{"P3575":"380,136 byte<\/span>"}},"text\/plain":{"en":{"P3575":"380,136 byte"}}}}" class="wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P3575 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed">

380,136 byte

height<\/a>"}},"text\/plain":{"en":{"":"height"}}},"{\"value\":{\"amount\":\"+540\",\"unit\":\"http:\\\/\\\/www.wikidata.org\\\/entity\\\/Q355198\"},\"type\":\"quantity\"}":{"text\/html":{"en":{"P2048":"540 pixel<\/span>"}},"text\/plain":{"en":{"P2048":"540 pixel"}}}}" class="wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P2048 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed">

540 pixel

width<\/a>"}},"text\/plain":{"en":{"":"width"}}},"{\"value\":{\"amount\":\"+720\",\"unit\":\"http:\\\/\\\/www.wikidata.org\\\/entity\\\/Q355198\"},\"type\":\"quantity\"}":{"text\/html":{"en":{"P2049":"720 pixel<\/span>"}},"text\/plain":{"en":{"P2049":"720 pixel"}}}}" class="wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P2049 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed">

720 pixel

software used for creation<\/a>"}},"text\/plain":{"en":{"":"software used for creation"}}},"{\"value\":{\"entity-type\":\"item\",\"numeric-id\":2985668,\"id\":\"Q2985668\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"P13308":"Matplotlib<\/a>"}},"text\/plain":{"en":{"P13308":"Matplotlib"}}},"{\"value\":{\"entity-type\":\"property\",\"numeric-id\":3831,\"id\":\"P3831\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"":"object of statement has role<\/a>"}},"text\/plain":{"en":{"":"object of statement has role"}}},"{\"value\":{\"entity-type\":\"item\",\"numeric-id\":132529059,\"id\":\"Q132529059\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"P3831":"plotting library<\/a>"}},"text\/plain":{"en":{"P3831":"plotting library"}}},"{\"value\":{\"entity-type\":\"item\",\"numeric-id\":506883,\"id\":\"Q506883\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"P3831":"free and open-source software<\/a>"}},"text\/plain":{"en":{"P3831":"free and open-source software"}}},"{\"value\":{\"entity-type\":\"item\",\"numeric-id\":29642950,\"id\":\"Q29642950\"},\"type\":\"wikibase-entityid\"}":{"text\/html":{"en":{"P3831":"Python package<\/a>"}},"text\/plain":{"en":{"P3831":"Python package"}}}}" class="wbmi-entityview-statementsGroup wbmi-entityview-statementsGroup-P13308 oo-ui-layout oo-ui-panelLayout oo-ui-panelLayout-framed">

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current03:18, 24 July 2013 Thumbnail for version as of 03:18, 24 July 2013 720 ×ばつ 540 (371 KB)IkamusumeFan Add X-Y contour.
05:52, 14 September 2010 Thumbnail for version as of 05:52, 14 September 2010 720 ×ばつ 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 page uses this file:

Global file usage

The following other wikis use this file:

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.

Width576pt
Height432pt

AltStyle によって変換されたページ (->オリジナル) /