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
ScientificErrorAnalysis[Quantity] - construct a quantity-with-error
Calling Sequence
Quantity( value, uncer, opts )
Parameters
value
-
central value of the quantity-with-error
uncer
absolute or relative uncertainty in the quantity-with-error
opts
(optional) equation(s) of the form option=value, where option is one of 'relative', 'uld'; determine behavior
Description
The Quantity( value, uncer, opts ) command constructs a quantity-with-error in the form Quantity().
The constructed quantity-with-error has two arguments, the central value and absolute uncertainty.
The opts argument can contain one or more of the following equations that determine the behavior.
'relative' = true or false
If 'relative'=true, uncer is the relative uncertainty of the quantity, and the absolute uncertainty is calculated by multiplying value by uncer. The default value of 'relative' is false.
The equation 'relative'=true can be abbreviated to 'relative'.
'uld' = true or false
If 'uld'=true, uncer is the uncertainty in the units in the least digit of the quantity, and the absolute uncertainty is calculated by multiplying uncer by the appropriate power of ten. In this case, value must be a floating-point number. The default value of 'uld' is false.
The equation 'uld'=true can be abbreviated to 'uld'.
It is invalid to have both 'relative'=true and 'uld'=true.
If 'relative'=false and 'uld'=false, uncer is the absolute uncertainty of the quantity.
No rounding of the central value or error is performed. To round a Quantity() object, use the ApplyRule function.
If the absolute uncertainty of the constructed quantity-with-error is zero, only the central value is returned.
Examples
See Also
combine/errors, evalf, Rounding rules, ScientificErrorAnalysis, ScientificErrorAnalysis[ApplyRule], ScientificErrorAnalysis[GetError]
Download Help Document