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

Online Help

All Products    Maple    MapleSim


convert/arabic

convert Roman numerals to positive integers

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert(s, arabic)

Parameters

s

-

string or symbol; specify a Roman numeral

Description

• 

The convert(s, arabic) command converts a symbol or string s that represents a Roman numeral to an integer.

• 

The format for Roman numerals is given on the convert/roman help page.

Examples

convertXVI,arabic

16

(1)

convertMCXLVII,arabic

1147

(2)

convertCI9CI9II,arabic

2002

(3)

See Also

convert

convert/roman