File:Area tangent.svg
Summary
| Description |
The graph of artanh(x). InstructionsGenerated using en:gnuplot with the script below, slightly modified by hand for xmlns and font size issues in the XML. set terminal svg size 1600 1200 fname "Times New Roman" fsize 36
set output "area tangent.svg"
set zero 0
unset key
set samples 100000
set xtics axis ("" -1, "-0.75" -0.75, "-0.5" -0.5, "-0.25" -0.25, "0.25" 0.25, "0.5" 0.5, "0.75" 0.75, "" 1)
set ytics axis ("" -4, "-3" -3, "-2" -2, "-1" -1, "1" 1, "2" 2, "3" 3, "" 4)
set grid
set xzeroaxis lt -1 lw 4
set yzeroaxis lt -1 lw 4
set xrange [-1:1]
set yrange [-4:4]
plot log(x+sqrt(1+(x**2))) lt 3 lw 4
|
| Date | 14 March 2006 (original upload date) |
| Source | Transferred from en.wikipedia to Commons. |
| Author | Ktims at English Wikipedia |
Licensing
| This work has been released into the public domain by its author, Ktims at English Wikipedia. This applies worldwide. In some countries this may not be legally possible; if so: Ktims grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |
Original upload log
The original description page was here. All following user names refer to en.wikipedia.
- 2006-03-14 11:08 Ktims 1600×1200×0 (32890 bytes) The graph of artanh(x).