Skip to content

Instantly share code, notes, and snippets.

@Wesitos
Created July 19, 2014 07:02
Show Gist options
  • Save Wesitos/8463e9f519d2646229ae to your computer and use it in GitHub Desktop.
Save Wesitos/8463e9f519d2646229ae to your computer and use it in GitHub Desktop.
reset
#constantes
e = 1e-6
v = 0.98
pd = 4e-8
d = 0.92
#Mierda
f(x,y)= (1 - (1- exp(-2*y**2/x)+pd)*(1-exp(-2*((1-exp(-2*y**2/x))/(1-exp(-2*y**2/x)+pd)*(1-d)*(2*v-1))**2)))**x - e
#Valor de prueba
set samples 100
set isosamples 50
set hidden3d
set xlabel "m"
set ylabel "alfa"
set xrange [0 :1400]
set yrange [30:100]
splot f(x,y), 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment