ComplexTrigonometricManipulations(R, F)ΒΆ
efstruc.spad line 1177 [edit on github]
- R: Join(IntegralDomain, Comparable, RetractableTo Integer) 
- F: Join(AlgebraicallyClosedField, TranscendentalFunctionCategory, FunctionSpace Complex R) 
ComplexTrigonometricManipulations provides function that compute the real and imaginary parts of complex functions.
- complexElementary: (F, Symbol) -> F
- complexElementary(f, x)rewrites the kernels of- finvolving- xin terms of the 2 fundamental complex transcendental elementary functions:- log, exp.
- complexElementary: F -> F
- complexElementary(f)rewrites- fin terms of the 2 fundamental complex transcendental elementary functions:- log, exp.
- complexForm: F -> Complex Expression R
- complexForm(f)returns- [real f, imag f].
- complexNormalize: (F, Symbol) -> F
- complexNormalize(f, x)rewrites- fusing the least possible number of complex independent kernels involving- x.
- complexNormalize: F -> F
- complexNormalize(f)rewrites- fusing the least possible number of complex independent kernels.
- imag: F -> Expression R
- imag(f)returns the imaginary part of- fwhere- fis a complex function.
- real?: F -> Boolean
- real?(f)returns- trueif- f = real f.
- real: F -> Expression R
- real(f)returns the real part of- fwhere- fis a complex function.
- trigs: F -> F
- trigs(f)rewrites all the complex logs and exponentials appearing in- fin terms of trigonometric functions.