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
Differences between Maple and the IEEE/ASTM SI 10-1997 Standard
Unit Symbols
The IEEE/ASTM SI 10-1997 standard gives default symbols for a number of units that cannot be represented in an ASCII interface. For example, in Maple, the symbol for degree is deg, and the symbols for degrees Celsius and Fahrenheit are degC and degF, respectively. The angstrom has the abbreviation Ao.
Modifier Use for Plane Angles, Solid Angles, and Human Health Units
For plane and solid angles, radians and steradians are dimensionalized as modified ratios of lengths, namely length/length(radius) and length^2/length(radius)^2, respectively. For more information see the Units,angle and Units,solid_angle help pages.
Similarly, SI derived units related to human health, for example, units of absorbed dose, dose equivalent, and exposure, use modifiers.
Unit Display
In both the Standard and Natural environments, unless all units are associated with symbols or abbreviations, an expression is displayed using unit names. For example, joules per kilogram is displayed as , whereas joules per clove is displayed as . This does not conform to the IEEE/ASTM standards, in which the latter is written as the statement joules per clove.
Because there are limitations in Maple's pretty-printer, the symbol ohm() (or any other Greek letter representing a unit symbol) is displayed as text when it has a prefix. For example, an ohm is displayed as , but a milliohm is displayed as mOmega not .
In Maple output, there is no separation between groups of three digits. Furthermore, in documentation, the comma is used as a separator for groups of three digits when four or more digits appear on either side of the decimal marker. The IEEE standard is to use a space separator.
Unit Conversion Factors
In table A.1 of the IEEE/ASTM standard, the floating-point approximations for converting degrees, grad, and mil (angle) to radians, kilometers per hour to meters per second and lamberts to candela per square meter are labeled as exact conversions. In the Units package, the exact, rational conversion rates are used.
The unit kip is interpreted as 1000 Imperial pounds, whereas IEEE interprets it as 1000 Imperial poundforces. The latter is implemented as the unit kipf.
The table indicates that an acre equals 43560 square US survey feet, a chain equals 66 US survey feet, and a rod equals 16.5 US survey feet. Because these units are not intrinsically associated with US survey units, these conversions are used for US survey acres (acre[US_survey]), US survey chains (chain[US_survey]), and US survey rods (rod[US_survey]).
In all other cases, the Units package uses either the exact conversion rate from or a floating-point approximation at least as accurate as that listed in table A.1 of the IEEE/ASTM standards.
See Also
Units, Units Package References, Units/absorbed_dose, Units/angle, Units/Details, Units/dose_equivalent, Units/exposure, Units/Index, Units/solid_angle
Download Help Document