Qurak

TrigToExp

可用

Rewrites trig functions in terms of the complex exponential.

TrigToExp[expr]
TrigToExp[Cos[x]] → 1/(2*E^(I*x)) + E^(I*x)/2TrigToExp[Sec[x]] → 2/(E^(-I*x) + E^(I*x))TrigToExp[Tanh[x]] → -(1/(E^x*(E^(-x) + E^x))) + E^x/(E^(-x) + E^x)TrigToExp[ArcTan[x]] → I/2*Log[1 - I*x] - I/2*Log[1 + I*x]TrigToExp[ArcSinh[x]] → Log[x + Sqrt[1 + x^2]]

主题

相关

全部 6300 个函数 · 从 MCP 客户端使用