Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
convert/and - convert list, set, expression to `and` form
convert/or - convert list, set to `or` form
convert/xor - convert list, set to `xor` form
Calling Sequence
convert(exprA, `and`)
convert(expr, `or`)
convert(expr, `xor`)
Parameters
exprA
-
list, set, or expression
expr
list or set
Description
The convert/and command converts a given list, set, or expression to an `and` form. Given expr as a list , convert/and converts the list into the form . If the given list or set is empty, true is returned.
The convert/or command converts a given list or set to an `or` form. Given expr as a list , convert/or converts the list into the form . If the given list or set is empty, false is returned.
The convert/xor command converts a given list or set to an `xor` form. Given expr as a list , convert/xor converts the list into the form . If the given list or set is empty, true is returned.
Examples
See Also
convert
Download Help Document