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
The Empty Symbol
Description
``
The empty symbol can be expressed by a pair of left single quotes with no enclosed characters (not even a blank).
The following is a valid assignment statement to input to Maple.
`` := 99;
No characters are printed as the representation of this name.
The empty symbol has various special uses within Maple. Hence, if the empty symbol has been assigned in the above manner, strange behavior is to be expected from several Maple functions, most notably ifactor.
A common use of the empty symbol is to display expressions in an unsimplified form, which Maple would normally automatically simplify. It can also display variables with their values substituted, in unsimplified form. In this way, it can be used in a similar manner to ifactor. See examples below.
Notes: The empty symbol is quite different from the value of the global variable NULL, which is the null expression sequence. However, the output form for each consists of zero printed characters.
The empty symbol is a symbol, while the empty string is a string. The empty string is input and printed as "", while the empty symbol is input as `` and not printed. The empty string cannot be assigned to, while the empty symbol can.
Examples
This page is best viewed in 1-D Math, as the emptystring is not visible in 2-D Math.
The empty symbol can be used to display unsimplified math and formulae with values substituted. Note the difference between using the empty symbol and quotes.
See Also
names, NULL
Download Help Document