Qurak

TrigToExp

Tilgjengelig

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]]

Emner

Relatert

Alle 6300 funksjoner · Bruk dette fra en MCP-klient