Gnuplot渐近线

时间:2016-08-26 15:23:55

标签: graph gnuplot

如何拟合垂直渐近线以显示(在下图中)x轴上的最大点?

graph

以下是绘图代码:

set parametric

set trange [0:pi]

a(t) = (1 + cos(t))/2

t1(t) = (t + sin(t))/2
R(t) = a(t)

rho(t) = 1/R(t)**3

rho2(t) = log(rho(t)/rho(0))

set xlabel "t"

set ylabel "log(rho)"

plot t1(t), rho2(t)

1 个答案:

答案 0 :(得分:0)

我认为没有必要适合这种特殊情况 - 可以直接将pi替换为t1以获得渐近x - 值,即{{ 1}}大约等于t1(pi) = pi/2