File:Exp neg inverse square.svg

Summary

Description
English: Plot of the function

Source

The plot was created using the following gnuplot script

set terminal svg size 1000 1000 \
    fixed enhanced fname 'Times New Roman' fsize 48
set output "Exp_neg_inverse_square.svg"
set samples 2000
set autoscale fix
set xrange [-3:3]
set yrange [-3:3]
set grid linewidth 5
set xtics (-2,-1,0,1,2)
set ytics (-2,-1,0,1,2)
set xzeroaxis linewidth 5
set yzeroaxis linewidth 5
unset border
set label "e^{-1/x^2}" at -2.5,2
plot exp(-1/x**2) lw 5 lt rgb "blue" notitle
العربية: الرسم البياني للدالة
Date (UTC)
Source I (Plastikspork ―Œ(talk)) created this work entirely by myself.
Author Plastikspork ―Œ(talk)

Licensing

Public domain This work has been released into the public domain by its author, Plastikspork at English Wikipedia. This applies worldwide.
In some countries this may not be legally possible; if so:
Plastikspork grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Category:PD-user#Exp%20neg%20inverse%20square.svg

Original upload log

Transferred from en.wikipedia to Commons by Sreejithk2000 using CommonsHelper.

The original description page was here. All following user names refer to en.wikipedia.
  • 2009-12-01 00:13 Plastikspork 1000×1000× (37983 bytes) Increased linewidth
  • 2009-12-01 00:04 Plastikspork 1000×1000× (35513 bytes) {{Information |Description = Plot of the function <math>\exp(-1/x^2)</math> |Source = I (~~~) created this work entirely by myself. |Date = ~~~~~ |Author = ~~~ |other_versions = }}
Category:Taylor series Category:Images with Gnuplot source code
Category:Images with Gnuplot source code Category:PD-user Category:Taylor series