From Wikibooks, the open-content textbooks collection

[edit] Summary
| Description |
the plot of a 2nd order soliton. It's the 2D plot of the modulus of the following function:
![a(\xi,\zeta) = \frac{4[\cosh (3 \xi) + 3 e^{4 i \zeta} \cosh (\xi)] e^{i \zeta / 2}}{\cosh (4 \xi) + 4 \cosh (2 \xi) + 3 \cos (4 \xi)}](http://upload.wikimedia.org/math/0/9/a/09a9e05625f76920c46bad990684e3df.png)
I made it with the following Gnuplot code:
set terminal svg
set output "Soliton_2nd_order.svg"
# choose quality
set samples 50, 50
set isosamples 70
# change the angle the plot is shown
set view 55, 45, 1, 2
# output of the surface
set pm3d at bs
set hidden3d offset 1 trianglepattern 3 undefined 1 altdiagonal bentover
set style data lines
# remove the box with the meaning of the color
unset colorbox
# set ranges
set xrange [-1.5:1.5]
set yrange [0:pi]
set zrange [0:1]
set grid
set key off
# remove tics on the z-axis
unset ztics
set xlabel "xi"
set ylabel "zeta"
#set xzeroaxis linetype -1 linewidth 0.5
#set yzeroaxis linetype -1 linewidth 0.5
set xtics axis
set ytics axis
I=sqrt(-1)
splot abs((cosh(3*x) + 3*exp(4*I*y)*cosh(x))/(cosh(4*x) + 4*cosh(2*x) + 3*cos(4*y)))
|
| Source |
own work
|
| Date |
February 2007
|
| Author |
Alessio Damato
|
Permission
(Reusing this image) |
see below
|
[edit] Licensing
|
I, the copyright holder of this work, hereby publish it under the following licenses:
You may select the license of your choice.
|
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment |
| current | 19:17, 12 February 2007 |  | 474×508 (2.74 MB) | Alejo2083 | |
Links
The following 2 pages link to this file: