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