码迷,mamicode.com
首页 > 其他好文 > 详细

数学图形(1.36)曳物线

时间:2014-07-12 14:43:43      阅读:715      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   2014   div   

曳物线,从曲线C上某一动点P的切线与某一定直线l的交点Q到点P的线段长恒为定值,则称曲线C为曳物线(tractrix)。直线l为其渐近线。

写法1:

vertices = 1000

t = from (-2*PI) to (2*PI)
x = 2/[E^t+E^(-t)]
y = t-tanh(t)

x = limit(x, -20, 20)
y = limit(y, -20, 20)

写法2:

vertices = 1000

t = from (-2*PI) to (2*PI)
x = sech(t)
y = t-tanh(t)

x = limit(x, -20, 20)
y = limit(y, -20, 20)

bubuko.com,布布扣

数学图形(1.36)曳物线,布布扣,bubuko.com

数学图形(1.36)曳物线

标签:style   blog   http   color   2014   div   

原文地址:http://www.cnblogs.com/WhyEngine/p/3839875.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!