【发布时间】:2015-03-24 12:59:51
【问题描述】:
我目前正在为我的物理项目解决立体角计算。我的 python 技能是基本的,我需要一些提示/技巧来解决我从研究论文中获得的这个方程 - (http://ac.els-cdn.com/S0969804306002090/1-s2.0-S0969804306002090-main.pdf?_tid=7b61d61e-d162-11e4-9032-00000aab0f6c&acdnat=1427118343_91eaa37dbd9242927e86c41952074750) 上的方程 9b
积分是:
arccos[p^2 + r^2 + h^2 * tan(x) / 2 p h tan(x)] * sin(x)dx
h = 68,r = 24.8 和 p = 40.2
从 x = 12.76 度到 x = 43.71 度。
任何帮助将不胜感激,谢谢。
【问题讨论】:
-
这不是堆栈溢出的问题,试试Math.SE
标签: python integration trigonometry