convert/phaseamp - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Home : Support : Online Help : convert/phaseamp

convert/phaseamp

convert expressions to phase-amplitude form

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert( expr, phaseamp, t )

Parameters

expr

-

any Maple expression

t

-

name; the name of the dependent variable

Description

• 

The phaseamp conversion attempts to locate subexpressions of the form  in expr, and converts them to the form . Here, the coefficients  and  are independent of the variable , 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.

Examples

This example demonstrates the basic conversion that is applied.

(1)

The following two examples illustrate how the dependent variable affects the conversion.

(2)

(3)

See Also

arctan

convert

cos

exp

Normalizer

sin

Testzero

 


Download Help Document