convert/phaseamp
convert expressions to phase-amplitude form
Calling Sequence
Parameters
Description
Examples
convert( expr, phaseamp, t )
expr
-
any Maple expression
t
name; the name of the dependent variable
The phaseamp conversion attempts to locate subexpressions of the form a⁢F⁡t⁢cos⁡omega⁢t+b⁢F⁡t⁢sin⁡omega⁢t in expr, and converts them to the form a2+b2⁢F⁡t⁢cos⁡omega⁢t−arctan⁡b,a. Here, the coefficients a and b are independent of the variable t, which must be passed as a parameter to the conversion.
The strength of the conversion is sensitive to the values of the environment variables Testzero and Normalizer.
This example demonstrates the basic conversion that is applied.
convert⁡a⁢exp⁡c⁢t⁢cos⁡ω⁢t+b⁢exp⁡c⁢t⁢sin⁡ω⁢t,phaseamp,t
a2+b2⁢ⅇc⁢t⁢cos⁡ω⁢t−arctan⁡b,a
The following two examples illustrate how the dependent variable affects the conversion.
convert⁡a⁡s⁢exp⁡s⁢t⁢cos⁡s⁢t+b⁡s⁢exp⁡s⁢t⁢sin⁡s⁢t,phaseamp,t
a⁡s2+b⁡s2⁢ⅇs⁢t⁢cos⁡s⁢t−arctan⁡b⁡s,a⁡s
convert⁡a⁡s⁢exp⁡s⁢t⁢cos⁡s⁢t+b⁡s⁢exp⁡s⁢t⁢sin⁡s⁢t,phaseamp,s
a⁡s⁢ⅇs⁢t⁢cos⁡s⁢t+b⁡s⁢ⅇs⁢t⁢sin⁡s⁢t
See Also
arctan
convert
cos
exp
Normalizer
sin
Testzero
Download Help Document