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
charfcn - characteristic function for expressions and sets
Calling Sequence
charfcn[A](x)
Parameters
x
-
any algebraic expression
A
specification for a set
Description
The charfcn function is the characteristic function of the "set" A. It is defined to be
The set specification A can be a set, a real numeric, a complex numeric, a real numeric range, a complex numeric range, an arbitrary range, or an expression sequence of any of the previous. The meaning of each one of these is as follows
can be:
"in" () means:
-----------
--------------------
a set
set membership
a real or complex numeric
equality
a real numeric range,
a complex numeric range,
and (so is the bottom left corner, is the top right corner)
an arbitrary range,
, as determined by -- note that must all evaluate to
an expression sequence of any of the above (except set)
"or" of the above conditions
an expression sequence of sets
set membership in the union of the sets
When the specification is a set, the maple function member is used to test set membership, and thus charfcn will always return one of 0 or 1 in this case. In the other cases, charfcn is symbolic, in that it will return unevaluated if the "in" conditions cannot be verified or the specification is not exactly as described above.
Ranges where are treated as empty, and so charfcn will return 0 for all input.
Examples
See Also
evalc, member, piecewise, signum
Download Help Document