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