首页 > 代码库 > 数学图形(1.35)Kappa curve
数学图形(1.35)Kappa curve
不知道这个曲线和那个运动品牌背靠背有什么关系.阿迪原先的商标是个三叶草,难道背靠背也是由数学图形来的?
以下是维基上的解释.
In geometry, the kappa curve or Gutschoven‘s curve is a two-dimensional algebraic curve resembling the Greek letter ? (kappa). The kappa curve was first studied by Gérard van Gutschoven around 1662. In the history of mathematics, it is remembered as one of the first examples of Isaac Barrow‘s application of rudimentary calculus methods to determine the tangent of a curve. Isaac Newton and Johann Bernoulli continued the studies of this curve subsequently.
Using the Cartesian coordinate system it can be expressed as:
x^2(x^2 + y^2)=a^2y^2
#http://www.mathcurve.com/courbes2d/kappa/kappa.shtmlvertices = 1000t = from 0 to (2*PI)r = 10a = r*tan(t)x = a*cos(t)y = a*sin(t)
#http://www.mathcurve.com/courbes2d/kappa/kappa.shtmlvertices = 1000t = from 0 to (2*PI)r = 10a = r*tan(t)x = a*sin(t)y = a*cos(t)
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。