Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
type/union - check for an object of type union
type/minus - check for an object of type minus
type/intersect - check for an object of type intersect
type/subset - check for an object of type subset
Calling Sequence
type(expr, `union`)
type(expr, `minus`)
type(expr, `intersect`)
type(expr, `subset`)
Parameters
expr
-
any expression
Description
These procedures check to see if expr is a function of type union, minus, intersect, or subset respectively. See ?union for more information on these functions.
It is important to put quotes around the words union, minus, intersect, and subset as they are keywords. Not using quotes will cause a syntax error.
Note that in the case of the third example, the call to the minus function is made before the call to the type function, and therefore the return is false. The set difference, , which is clearly not a function of type minus, is passed to the type function.
Examples
See Also
intersect, minus, subset, type, type/function, union
Download Help Document