level 1
theta(t) = arctan(-sqrt(h*k-2*beta^2+2*sqrt(beta^2*(beta^2-h*k+k^2)))/k, (-beta^2+sqrt(beta^2*(beta^2-h*k+k^2)))/(k*beta))
一般情况下不是应该表示成像theta(t) = arctan(beta)这样的么。为什么上面的表达式中arctan后面是逗号分开的两项。他在maple中表达的是什么意思。
2013年04月26日 02点04分
1
level 4
For real arguments x, y, the two-argument function arctan(y, x), computes the principal value of the argument of the complex number x + I y, so -Pi < arctan(y, x) and arctan(y, x) <= Pi. This function is extended to complex arguments by the formula
用help啊
2013年05月17日 08点05分
4