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
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