Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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