【问题标题】:How can the arctan2 function be calculated for time?arctan2 函数如何计算时间?
【发布时间】:2022-06-17 22:36:05
【问题描述】:

所以,我试图计算形式的超越方程的解:

a*cos(t)+b*sin(t)= c*cos(t)+d*sin(t)

对于可以重铸为的t:

tan(t)=(a-b)/(d-c)

现在,可以简单地使用 Numpy 的 arctan2,但结果在 [-pi/2,pi/2] 之间,而 t 是时间,不能为负数。

如何只找到上述两个方程的正解?

【问题讨论】:

  • 这是Mathematics 的问题,您在python 中做的方程式并不相关

标签: python trigonometry


猜你喜欢
  • 2022-11-02
  • 2016-07-01
  • 1970-01-01
  • 2021-07-15
  • 2021-10-20
  • 1970-01-01
  • 2015-07-19
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多