【发布时间】:2014-02-23 07:17:21
【问题描述】:
例如,我有一个函数,定义在极坐标中,它可能是这样的:
r = a*b/sqrt((b*cos(f)^2) + (a*sin(f))^2)
# ellipse in polar coordinates,
# when center of ellipse is polus
# and bigger axis is polar axis
# f is angle, r is distance
如何在 sciPy 中找到例如椭圆线的长度?
非常感谢。
【问题讨论】:
标签: python math numpy scipy sympy