Relation
OpenMaple representation of a Maple relation
Description
Method Summary
Compatibility
The com.maplesoft.openmaple.Relation class represents a Maple relation; that is, an equation, inequation, or inequality. Relation publicly inherits from Algebraic and therefore provides all the member functions from the Algebraic class in addition to those listed here.
boolean evalBoolean( ) throws MapleException
evalBoolean evaluates the relation to a true or false value.
Algebraic lhs( ) throws MapleException
lhs returns the left-hand side of the relation.
Algebraic rhs( ) throws MapleException
rhs returns the left-hand side of the relation.
The Relation command was introduced in Maple 2018.
For more information on Maple 2018 changes, see Updates in Maple 2018.
See Also
name
OpenMaple
OpenMaple/Java/Algebraic
OpenMaple/Java/API
OpenMaple/Java/Examples
Download Help Document