Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
verify[set] - verify a relation between two sets
Calling Sequence
verify(expr1, expr2, set)
verify(expr1, expr2, set(ver))
Parameters
expr1, expr2
-
anything, assumed to be of type set
ver
verification for the set operands
Description
The verify(expr1, expr2, set) and verify(expr1, expr2, set(ver)) calling sequences return true if for every operand x in the first set, expr1, it can be determined that there is an operand y in the second set, expr2, that satisfies the relationship verify(x, y, ver), and similarly for every y in expr2 there must be an x in expr1 satisfying verify(x, y, ver). If ver is not given, then equality is used for the relationship.
If true is returned, then it has been determined that each operand of each set satisfies the relationship with at least one element in the other set. If false is returned, then there is at least one operand in one of the sets that does not satisfy the relationship (a result of type verify(false)) with all the elements in the other set, and otherwise FAIL.
The verification set is symmetric. The verification set(ver) is symmetric if and only if the verification ver is symmetric.
If either expr1 or expr2 is not of type set, then false is returned.
Examples
See Also
set, verify, verify/as_set, verify[list], verify[subset], verify[superset]
Download Help Document