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
Typing Greek Symbols in Maple
To enter Greek symbols into in your Maple document, use the Greek palette. This works in both Text mode and Math mode.
For details on palettes in Maple, see worksheet/expressions/palettes.
In math mode, you can also enter Greek symbols using Command and Symbol Completion. See worksheet/expressions/completecommand for more information.
Using the SYMBOL Font in Plot Commands
To use Greek letters in a plot command, for instance to label the axes, set the appropriate font option to SYMBOL. Then, when you enter a letter, the corresponding Greek letter is used. For example, enter "r" for "rho", and is displayed.
The following is a list of corresponding Greek symbols.
Keyboard
Produces the
Symbol
Key
Symbol For
a
alpha
b
beta
c
chi
d
delta
e
epsilon
f
phi
g
gamma
h
eta
i
iota
j
variant on phi
k
kappa
l
lambda
m
mu
n
nu
o
omicron
p
pi
q
theta
r
rho
s
sigma
t
tau
u
upsilon
v
variant on pi
w
omega
x
xi
y
psi
z
zeta
A
Alpha
B
Beta
C
Chi
D
Delta
E
Epsilon
F
Phi
G
Gamma
H
Eta
I
Iota
J
variant on theta
K
Kappa
L
Lambda
M
Mu
N
Nu
O
Omicron
P
Pi
Q
Theta
R
Rho
S
Sigma
T
Tau
U
Upsilon
V
variant on sigma
W
Omega
X
Xi
Y
Psi
Z
Zeta
In this example, we set the label font for the plot to SYMBOL and label the axes and .
plot(sin(r), r=0..3, labels=["r", "Y(r)"], labelfont=[SYMBOL]);
You can also use typeset math in a plot command to enter 2-D math, including Greek symbols, anywhere in a plot where text is allowed. See plot/typesetting for details.
See Also
Greek, plot/options, plot/typesetting, plot3d/options, worksheet/expressions/completecommand, worksheet/expressions/palettes
Download Help Document