Error, unrecognized conversion
Description
Examples
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.
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
Example 2
convertπ,Degrees
Error, unrecognized conversion: Degrees
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
180⁢degrees
See Also
convert
Download Help Document