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/units - convert between units
Calling Sequence
convert(u, 'units', unitFrom, unitTo, opts)
convert(u*Unit(unitFrom), 'units', unitTo, opts)
Parameters
u
-
expression
unitFrom
symbol; unit to be converted from
unitTo
symbol; unit to be converted to
opts
(optional) equation(s) of the form option=value where option is one of energy or symbolic; specify options for the conversion
Description
The convert(u, 'units', unitFrom, unitTo) function multiplies the value u by the conversion factor from UnitFrom to UnitTo.
The units unitTo and unitFrom can be labeled in any way accepted by the Units package, for example, name, abbreviation, or symbol.
Note: Thermodynamic temperature conversions are for temperature intervals, not absolute temperatures. For example, 1 degree Celsius is converted to 1 kelvin, not 274.15 kelvin. For conversions of absolute temperatures, use convert/temperature.
You can modify the properties of the conversion by including options opts. The opts argument can contain one or more of the following equations.
'energy'=truefalse
If this option is set to true, the conversion can be between energy units, not necessarily units with the same dimensions. Furthermore, UnitTo can be set to to convert to a dimensionless quantity. For more information about energy transformations, see Energy Conversions.
'symbolic'=truefalse
This option specifies whether annotations to units should be ignored. By default, this option is set to false.
Examples
See Also
convert, convert,conversion_table, convert/dimensions, convert/temperature, convert/unit_free, electric permittivity, Energy Conversions, Units, Units/Index
Download Help Document