Error, invalid >
Description
Examples
See Also
This is a 2-D math parser error caused by an incorrectly formed inequality. One way in which users encounter this error is when they intended to use a Maple prompt (>). The prompt is not entered using the greater than key.
To insert an input region, do one of the following:
From the Insert menu select Execution Group > After Cursor
Click on the main toolbar
Use Ctrl + J (Command + J, on Mac)
Example
>sinx
In this case, an expression was entered after an angle bracket as an attempt to use a Maple prompt (which always displays in red) within Document mode. You must use the proper method to insert a Maple prompt.
Solution:
To insert a Maple prompt, do one of the following:
You can then enter your expression and press Enter to execute.
sin x
sin⁢x
In this example, the expression given as the first argument cannot be parsed.
type a =b or >b, relation ;
Solution 1:
Change the expression to a=b or a>b.
typea=b or a>b, relation;
true
Solution 2:
Use the greater than or equal to symbol, which can be entered as >= or from the palettes.
typea≥b, relation;
Document Mode vs Worksheet Mode, Insert Menu, boolean, type/relation
Download Help Document