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

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : System : Error Message Guide : unrecognized conversion

Error, unrecognized conversion

 

Description

Examples

Description

The convert function is used to convert an expression from one form to another. For information on supported conversions, see the convert help page.  The unrecognized conversion error occurs when one or more unknown arguments are passed to the convert function.

Examples

convert75,fahrenheit, celsius

Error, unrecognized conversion: fahrenheit

Solution:

In this case, an argument is missing.  See the convert/temperature help page for the correct calling sequence.

convert75,temperature,Fahrenheit,Celsius

2159

(2.1)

Example 2

convertπ,Degrees

Error, unrecognized conversion: Degrees

Solution:

 Maple is case-sensitive.  Here, the form argument begins with an uppercase letter, when it should begin with a lowercase letter. See convert/degrees for the correct calling sequence.

convertπ,degrees

180degrees

(2.2)

See Also

convert