File:Sine Imag Surface.png

Original file(1,600 × 1,296 pixels, file size: 807 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents
Description

A surface plot of the imaginary part of the sine function:

x and y both run from -2π to 2π.
Date 07/03/2008
Source self-made, Mathematica
Author Inductiveload
Permission
(Reusing this file)
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.

Mathematica Code

edit
Plot3D[
 Im[Sin[x + I y]],
 {x, -2 Pi, 2 Pi},
 {y, -2 Pi, 2 Pi},
 BoxStyle -> Directive[
   Thickness[0.002],
   Black],
 Ticks -> {
   Table[x, {x, -2 Pi, 2 Pi, Pi}],
   Table[x, {x, -2 Pi, 2 Pi, Pi}]},
 TicksStyle -> Directive[
   Bold,
   FontSize -> 32,
   FontFamily -> "DejaVu Mono",
   Thickness[0.0015]],
 LabelStyle -> Directive[
   Bold, Italic,
   FontSize -> 40,
   FontFamily -> "DejaVu Mono"],
 PlotStyle -> Directive[White,
   Specularity[White, 40],
   Opacity[0.8]],
 PlotPoints -> {121, 121},
 MaxRecursion -> 3,
 ImageSize -> 1600,
 PlotRange -> {-20, 20},
 AxesLabel -> {"x", "y", "z"},
 ClippingStyle -> {Opacity[0.5]}]

File history

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

Date/TimeThumbnailDimensionsUserComment
current03:16, 14 March 2008Thumbnail for version as of 03:16, 14 March 20081,600 × 1,296 (807 KB)Inductiveload (talk | contribs){{Information |Description=A surface plot of the imaginary part of the sine function:<br> <math>f(x)=\Im \left[ \sin (x + iy) \right]</math><br> ''x'' and ''y'' both run from -2''π'' to 2''π''. |Source=self-made, Mathematica |Date=07/03/2008 |Author

There are no pages that use this file.