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
convert/iupac - convert an atomic number to and from the temporary International Union of Pure and Applied Chemistry (IUPAC) name or symbol
Calling Sequence
convert(u, iupac, symbol)
Parameters
u
-
symbol, string, or positive integer
symbol
(optional); specify that an atomic number be converted to the IUPAC symbol
Description
The convert(u, iupac) command converts a positive integer representing an atomic number to a string representing its temporary IUPAC name.
The convert(u, iupac, symbol) command converts a positive integer representing an atomic number to a string representing its temporary IUPAC symbol.
The convert(u, iupac) command converts a string or symbol representing an IUPAC name or symbol to a positive integer representing its atomic number.
Temporary IUPAC names are used as placeholders until a proper name and symbol has been chosen for newly discovered elements.
The name of an element is formed by replacing each digit in the atomic number with the corresponding name, and then appending um or ium. The um suffix is used if the last digit name ends in the letter i.
The symbol of an element is formed by replacing each digit in the atomic number with the corresponding symbol, and then capitalizing the first symbol.
digit
name
0
nil
n
1
un
2
bi
b
3
tri
t
4
quad
q
5
pent
p
6
hex
h
7
sept
s
8
oct
o
9
enn
e
Examples
See Also
Initial Elements of the Periodic Table, ScientificConstants, ScientificConstants References
Download Help Document